If you are looking to , you are about to adopt a powerful Open Source CLI tool designed to bridge the gap between application development and Kubernetes deployment. As a CNCF Sandbox project , werf acts as "glue" for familiar technologies like Git, Docker, Buildah, and Helm, automating the entire lifecycle from building images to tracking deployments.
Support includes amd64 and arm64 for both Linux and macOS.
If you prefer using a package manager on macOS, werf is available as a Homebrew Formula : brew install werf Use code with caution.
For most users on Linux and macOS, the fastest way to download and install the latest stable version of werf is via the official installation script.
Before you begin, ensure your system has the following dependencies installed: werf: Efficient and consistent CI/CD with Kubernetes
You can download pre-compiled binaries directly from the werf GitHub Releases page .
For Windows users, werf recommends using trdl , a secure update delivery system.
Binaries are signed with PGP. You can verify them using the werf PGP public key to ensure security. Pre-requisites for Running werf
curl -sSL https://werf.io/install.sh | bash -s -- --version 2 --channel stable Use code with caution.
to apply changes to your environment. Platform-Specific Installation Methods 1. macOS (Homebrew)