Orchard 3.1.0 runs on macOS, Windows, and Linux. Pick the option that suits you. The graphical installers are the simplest, the one-line script is the fastest, and every download is also available as a plain archive.
Download Orchard 3.1.0 for macOS
Universal .pkg installer for Apple Silicon and Intel.
Or install from a terminal:
$curl -fsSL https://raw.githubusercontent.com/Artemis-Inc/Orchard/main/scripts/install.sh | sh
Choose your platform
macOS
Universal .pkg installer, Homebrew, or the install script. Apple Silicon and Intel.
Windows
An .msi installer that sets up the orch command and the .orch file icon, or a zip.
Linux
The install script, or tarballs for x86_64 and arm64, including a static musl build.
Other platforms
WebAssembly, Docker, building from source, and embedding Orchard in your own program.
Other ways to install
- Homebrew on macOS and Linux:
brew install artemis-inc/orchard/orchard. - Cargo if you already have Rust:
cargo install --git https://github.com/Artemis-Inc/Orchard orch-cli. - Docker for a container image with the CLI ready to run.
Looking for something specific?
- Every build for every version is on the all releases page.
- The full source code lives on GitHub.
- Release notes and checksums are on the GitHub releases page.
A note on the first launch. The current builds are not yet code signed, so macOS and Windows may warn you the first time you run them. On macOS, right click the app and choose Open, or run
xattr -dr com.apple.quarantine on the installed binary. On Windows, choose More info then Run anyway. Signed installers are on the way.