Download Latest Version v2.78.1 source code.zip (9.7 MB) Google Add to Preferred Sources
Home / v3.3.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-09-01 1.7 kB
v3.3.1 source code.tar.gz 2026-09-01 8.0 MB
v3.3.1 source code.zip 2026-09-01 9.3 MB
Totals: 3 Items   17.3 MB 0

Changelog

Bug Fixes

  • host-cleanup: report freed space measured from the actual disk state (296c839)

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/3.3.1/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/3.3.1/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf
Source: README.md, updated 2026-09-01