The current release
Every Buddy Cluster reads this document to learn a newer version exists. This page is built from the same file.
- Manifest format
- 1
- Version
- 0.0.24
- Released
- 2026-07-27
- Upgrades from
- 0.0.22
- Release notes
- https://docs.buddy-cluster.dev/releases/
- Archive
https://releases.buddy-cluster.dev/releases/0.0.24/buddy-cluster-0.0.24-linux.tar.gzDownload 40.5 MB- Size
- 40.5 MB — 40,494,712 bytes
- SHA-256
d1cb789e3665433284b3f69115468d797bb562012af9ceb861782262fa4ef90f
Released 27 July 2026. The archive carries arm64 and amd64 together and the installer picks one; a master below 0.0.22 must install fresh rather than upgrade.
Check it before you run it
Two different questions. The first catches a corrupted download; only the second catches a substituted one.
Check the bytes
Catches a corrupted or truncated download. Nothing more — anyone who could replace the archive could replace this file too.
sha256sum -c SHA256SUMS→ buddy-cluster-0.0.24-linux.tar.gz: OK
Check the origin
Catches a substituted one. The signature covers the checksum file, which is what carries the archive's digest — so this is the step that makes step 1 mean something.
minisign -V -H -P RWTTJh2BW+8hBLngoPvw03saGyx+7Srvc/zkTAA8c7byt+0HvrQgsvqZ -m SHA256SUMS -x SHA256SUMS.minisig→ Signature and comment signature verified
The public key is printed in full at the foot of this page and is compiled into every buddy-server. A cluster that checks for updates on its own verifies against that same key and refuses anything it cannot check — “couldn’t check” is never rendered as “up to date”.
Not distributed here yet
- flashable image
- The ready-to-flash Raspberry Pi image is planned for this site and not yet hosted — it is 1.3 GB and needs somewhere to live first. Until then, build it from the source tree with
make image. - individual binaries
buddy-serverandbuddy-agentship inside the archive above, one directory per architecture. They are listed separately once a release publishes them with measured digests of their own.