| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt.pem | 2026-01-27 | 3.2 kB | |
| checksums.txt | 2026-01-27 | 590 Bytes | |
| checksums.txt.sig | 2026-01-27 | 96 Bytes | |
| ytt-linux-riscv64 | 2026-01-27 | 16.6 MB | |
| ytt-linux-amd64 | 2026-01-27 | 17.3 MB | |
| ytt-windows-amd64.exe | 2026-01-27 | 17.6 MB | |
| ytt-darwin-amd64 | 2026-01-27 | 17.7 MB | |
| ytt-darwin-arm64 | 2026-01-27 | 16.7 MB | |
| ytt-linux-arm64 | 2026-01-27 | 16.2 MB | |
| ytt-windows-arm64.exe | 2026-01-27 | 16.2 MB | |
| README.md | 2026-01-27 | 2.9 kB | |
| v0.53.0 source code.tar.gz | 2026-01-27 | 1.4 MB | |
| v0.53.0 source code.zip | 2026-01-27 | 1.9 MB | |
| Totals: 13 Items | 121.5 MB | 0 | |
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.53.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.53.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.53.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.53.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
- Bump golang version to 1.25.6 to fix CVEs in [#973] by @CodesbyUnnati
- Optimize OrderedMap string key comparison in [#959] by @emh-jump
New Contributors
- @CodesbyUnnati made their first contribution in [#973]
Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.52.2...v0.53.0
๐ Files Checksum
``` 2e4986f44f3908a0a220b645587eab4d0ec70ff4a6818ca26d3a44e29e25f13c ./ytt-linux-amd64 37fb4c7528e025582bc74a0692dded61f85e9192ddf4263fdebdeb8c7cd82660 ./ytt-darwin-amd64 403dcbd6fef85bf40a086348f25c0ae3a817ad761755df4fe8cf5276dad18995 ./ytt-darwin-arm64 5316ea78cdd03a65d4c508b8af57670b461057c4f0050de12661af7125ba2e16 ./ytt-windows-amd64.exe 581863d3b27474bfcbb6101bfe070dfc9a1e3d914b197a7195a6bbdc92a21fc4 ./ytt-windows-arm64.exe 9260208e471595fb32fc70bd7e2e0f5915ebe6b0663c0f944a627adb34806cf5 ./ytt-linux-riscv64 f4922e95801bc2b9b4baf553d4650b9300670e2821e20690026f1bfd78cf8cd5 ./ytt-linux-arm64