Get started
Installation
One-line installer (Bun + CLI), or install the npm package if Bun is already on PATH.
Recommended (one line)
Scripts live at orkestrate.space/cli/ — they install Bun when missing, then the CLI.
macOS / Linux
curl -fsSL https://orkestrate.space/cli/install.sh | bashcurl -fsSL https://orkestrate.space/cli/install.sh | bashWindows (PowerShell)
irm https://orkestrate.space/cli/install.ps1 | iexirm https://orkestrate.space/cli/install.ps1 | iexPin a version: ORKESTRATE_VERSION=0.2.0 curl -fsSL … | bash (Unix) or set $env:ORKESTRATE_VERSION="0.2.0" before the PowerShell one-liner.
Requirements
- Bun 1.3+ — runtime for the published CLI (installer adds it if needed).
- OpenCode on PATH — only when you launch a pack.
- Windows Terminal (
wt) on Windows — for detached launch.
Manual (Bun already installed)
npm install -g orkestrate
# or
bun install -g orkestrate
orkestrate doctornpm install -g orkestrate
# or
bun install -g orkestrate
orkestrate doctorOpen the workbench
orkestrateorkestrateSee Workbench (TUI) for screens, keys, and limits.
From source (contributors)
git clone https://github.com/anomalyco/orkestrate.git
cd orkestrate
bun install
bun run devgit clone https://github.com/anomalyco/orkestrate.git
cd orkestrate
bun install
bun run dev