| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt.pem | 2026-06-01 | 3.3 kB | |
| checksums.txt.sig | 2026-06-01 | 96 Bytes | |
| checksums.txt | 2026-06-01 | 590 Bytes | |
| ytt-darwin-amd64 | 2026-06-01 | 18.4 MB | |
| ytt-linux-amd64 | 2026-06-01 | 17.9 MB | |
| ytt-windows-amd64.exe | 2026-06-01 | 18.2 MB | |
| ytt-darwin-arm64 | 2026-06-01 | 17.3 MB | |
| ytt-linux-arm64 | 2026-06-01 | 16.8 MB | |
| ytt-linux-riscv64 | 2026-06-01 | 16.5 MB | |
| ytt-windows-arm64.exe | 2026-06-01 | 16.8 MB | |
| README.md | 2026-06-01 | 3.1 kB | |
| v0.55.1 source code.tar.gz | 2026-06-01 | 1.3 MB | |
| v0.55.1 source code.zip | 2026-06-01 | 1.9 MB | |
| Totals: 13 Items | 125.1 MB | 1 | |
Installation and signature verification
### Installation
#### By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
:::shell
# Download the binary
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.1/ytt-linux-amd64
# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt
# Make the binary executable
chmod +x /usr/local/bin/ytt
#### Via Homebrew (macOS or Linux)
:::shell
$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt version
### Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC(Refer [this](https://docs.sigstore.dev/system_config/installation/) page for cosign installation). To validate the signature of this file, run the following commands:
:::shell
# Download the checksums file, certificate and signature
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.1/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.1/checksums.txt.sig
# Verify the checksums file
cosign verify-blob checksums.txt \
--certificate checksums.txt.pem \
--signature checksums.txt.sig \
--certificate-identity-regexp=https://github.com/carvel-dev \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
### Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
:::shell
# Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missing
What's Changed
- chore(deps): upgrade Go to 1.26.3 and bump CLI utility libraries by @sameerforge in https://github.com/carvel-dev/ytt/pull/989
- fix: Fix incorrect markdown in README.md by @moijes12 in https://github.com/carvel-dev/ytt/pull/990
New Contributors
- @moijes12 made their first contribution in https://github.com/carvel-dev/ytt/pull/990
Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.55.0...v0.55.1
:open_file_folder: Files Checksum
``` 82086af6ab159120320bb7864dea27eb701656ef7f8c247b0e7bcbb5efabe214 ./ytt-windows-arm64.exe 6aee93963dfc8c89d0c63dc8300e0ed4fa7163bd7972fbefca4fb7e25b0c4170 ./ytt-linux-riscv64 ce61f7aee3f66f9b78d5781ef8528b7c8e199a2747796ef17a954118d3e65724 ./ytt-linux-arm64 3a2c925ed222f8db4956946d40279688edd6ceb3e919f03f919a8fc8b8532eda ./ytt-linux-amd64 1649a42b19cdf611b033646951313b0ed3210383d05615bb11b2833b051ac771 ./ytt-windows-amd64.exe cf4d4afcf32e5cab1ba55a74f436c7e4bd04326c168a11be17078162629100e9 ./ytt-darwin-arm64 b6a946878b74883c093bcc3e93960c68a6058a7e2be6ee2c78f1ba5f80fe3c02 ./ytt-darwin-amd64