Download Latest Version v2.65.1 source code.zip (9.5 MB)
Email in envelope

Get an email when there's a new version of werf

Home / v2.64.0
Name Modified Size InfoDownloads / 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

  • build: respect insecure registries and mirrors from backend-native config (#7376) (fd5a826)

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:

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
Source: README.md, updated 2026-03-24