Releases: Artemis-Inc/Orchard
Releases · Artemis-Inc/Orchard
Release list
v3.1.0
Orchard 3.0.0
First public release of Orchard 3.0, a typed, concurrent language for building LLM agents.
Install
macOS and Linux:
curl -fsSL https://raw.githubusercontent.com/Artemis-Inc/Orchard/main/scripts/install.sh | sh
Windows (PowerShell):
irm https://raw.githubusercontent.com/Artemis-Inc/Orchard/main/scripts/install.ps1 | iex
Or download an asset below. The macOS .pkg is a universal installer for Apple Silicon and Intel.
What is included now
- macOS universal installer (.pkg) and arm64 / x86_64 archives.
- The install scripts for macOS, Linux, and Windows.
- The VS Code / Cursor extension (.vsix) that gives .orch files the leaf icon.
- SHA256SUMS for every file.
Linux and Windows binaries, and the Windows .msi, are produced by the release workflow on the next tagged build.
Note
These builds are not yet code signed, so macOS and Windows may warn on first launch. On macOS, run: xattr -dr com.apple.quarantine /usr/local/bin/orch