| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-24 | 2.8 kB | |
| v2.64.0 [stable] source code.tar.gz | 2026-03-24 | 8.1 MB | |
| v2.64.0 [stable] source code.zip | 2026-03-24 | 9.5 MB | |
| Totals: 3 Items | 17.5 MB | 0 | |
Changelog
Features
Bug Fixes
- build: fix stage build time in report (#7404) (74ae247)
- build: handle broken import metadata images in container registry (#7394) (0413384)
- cleanup: ensure tag is deleted before manifest removal (#7401) (303506e)
- deploy: adopt managed fields after migration from helm to nelm (#7406) (eab87e5)
- deploy: pass option for yaml validator to allow duplicate map key (#7408) (c9ea743)
Installation
To install werf we strongly recommend following these instructions.
Alternatively, you can download werf binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the werf PGP public key. For example, werf binary can be downloaded and verified with gpg on Linux with these commands:
:::shell
curl -sSLO "https://tuf.werf.io/targets/releases/2.64.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/2.64.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf