Download Orchard

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

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?

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.