Download Latest Version zarf_v0.85.0_Windows_amd64.exe (201.8 MB) Google Add to Preferred Sources
Home / v0.85.0
Name Modified Size InfoDownloads / Week
Parent folder
zarf-init-arm64-v0.85.0.tar.zst 2026-09-03 378.6 MB
zarf.cli.openvex.json 2026-09-03 1.6 kB
zarf-init-amd64-v0.85.0.tar.zst 2026-09-03 409.4 MB
checksums.txt 2026-09-03 1.6 kB
sbom_zarf_v0.85.0_Windows_amd64.sbom 2026-09-03 893.3 kB
sbom_zarf_v0.85.0_Darwin_all.sbom 2026-09-03 1.6 MB
sbom_zarf_v0.85.0_Darwin_amd64.sbom 2026-09-03 872.9 kB
sbom_zarf_v0.85.0_Windows_arm64.sbom 2026-09-03 894.2 kB
sbom_zarf_v0.85.0_Linux_arm64.sbom 2026-09-03 873.1 kB
sbom_zarf_v0.85.0_Linux_amd64.sbom 2026-09-03 873.1 kB
sbom_zarf_v0.85.0_Darwin_arm64.sbom 2026-09-03 872.9 kB
zarf_v0.85.0_Darwin_all 2026-09-03 392.0 MB
zarf_v0.85.0_Darwin_amd64 2026-09-03 202.3 MB
zarf_v0.85.0_Darwin_arm64 2026-09-03 189.7 MB
zarf_v0.85.0_Linux_amd64 2026-09-03 197.5 MB
zarf_v0.85.0_Linux_arm64 2026-09-03 183.4 MB
zarf_v0.85.0_Windows_amd64.exe 2026-09-03 201.8 MB
zarf_v0.85.0_Windows_arm64.exe 2026-09-03 185.5 MB
README.md 2026-09-03 3.3 kB
v0.85.0 source code.tar.gz 2026-09-03 104.0 MB
v0.85.0 source code.zip 2026-09-03 122.0 MB
Totals: 21 Items   2.6 GB 0

0.85.0 (2026-09-03)

⚠ BREAKING CHANGES

  • publish v1beta1 component configs (#5219)

Features

Bug Fixes

  • helm: ensure retrieval of latest release (#5295) (5977f2d)
  • pass remote options when loading OCI init packages (#5265) (4e14f8b)
  • support platform flag entries for crane copy (#5280) (81fedb2)

Refactoring

  • state: move agent information into a sub-struct (#5269) (e702d1c)

What's Changed

πŸš€ Updates

Full Changelog: https://github.com/zarf-dev/zarf/compare/v0.85.0-rc1...v0.85.0

Verifying Init Packages

The init packages in this release are signed with keyless Sigstore signing. Verify with:

amd64:

:::bash
zarf package verify zarf-init-amd64-v0.85.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.85.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

arm64:

:::bash
zarf package verify zarf-init-arm64-v0.85.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.85.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

See RELEASES.md (github.com) for details.

Source: README.md, updated 2026-09-03