Every released version of Orchard is listed below. Click a platform to download that build. Each release also has full notes and checksums on the GitHub releases page.
| Version | Date | macOS | Windows | Linux | Source |
|---|---|---|---|---|---|
| 3.1.0 Latest | June 14, 2026 | .pkg arm64 · x64 | .msi zip | x86_64 arm64 · musl | tar.gz SHA256 |
| 3.0.0 | June 14, 2026 | .pkg arm64 · x64 | .msi zip | x86_64 arm64 · musl | tar.gz SHA256 |
What the files mean
- .pkg and .msi are graphical installers. They put the
orchcommand on your PATH, and the Windows installer also registers the leaf icon for.orchfiles. - arm64, x86_64, and musl are plain archives. Unpack one, put
orchon your PATH, and you are done. The musl build is fully static and runs on any Linux. - Source is the tagged source tree. Build it with
cargo build --release. - SHA256 lists the checksum of every file so you can verify a download.
