| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt.pem | 2026-05-14 | 3.2 kB | |
| checksums.txt | 2026-05-14 | 590 Bytes | |
| checksums.txt.sig | 2026-05-14 | 96 Bytes | |
| ytt-linux-amd64 | 2026-05-14 | 17.4 MB | |
| ytt-linux-riscv64 | 2026-05-14 | 16.8 MB | |
| ytt-windows-amd64.exe | 2026-05-14 | 17.7 MB | |
| ytt-darwin-amd64 | 2026-05-14 | 17.8 MB | |
| ytt-darwin-arm64 | 2026-05-14 | 16.8 MB | |
| ytt-linux-arm64 | 2026-05-14 | 16.3 MB | |
| ytt-windows-arm64.exe | 2026-05-14 | 16.4 MB | |
| README.md | 2026-05-14 | 2.8 kB | |
| v0.55.0 source code.tar.gz | 2026-05-14 | 1.3 MB | |
| v0.55.0 source code.zip | 2026-05-14 | 1.9 MB | |
| Totals: 13 Items | 122.5 MB | 2 | |
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.0/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.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.0/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
- e6840e5 build(deps): update cobra to v1.10.2
Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.54.0...v0.55.0
📂 Files Checksum
``` 6790107d175b226d6544e8bc4cc539c96ae34421f8814f1094ea3086856ac98d ./ytt-windows-arm64.exe 28a965a254f2cfccbbd8f8d3235e97e236cb4f9bcb2bf962ae31801e13902095 ./ytt-linux-riscv64 14e0a83a793c04bd26b2a2328f6df169b38ddf24257a64ffde23038f4ecab0bf ./ytt-linux-arm64 013adf9ed2fbd392b9861e5ec34015dabfcfa2e82da9e8cc0ee1e5c6a7f9b64b ./ytt-linux-amd64 2700688d6b0de335631e518b73131c8732911f4ab372d69b912c44799954176b ./ytt-windows-amd64.exe 76c2d8f958568ceabe927d32206d79b779bd8341450d99b78d028ae608d1348b ./ytt-darwin-arm64 6218426752505fffce393a18eb700e7ddb2ddcc1c8ad521d02101bdb9db2f7f6 ./ytt-darwin-amd64