Get started

Installation

One-line installer (Bun + CLI), or install the npm package if Bun is already on PATH.

Scripts live at orkestrate.space/cli/ — they install Bun when missing, then the CLI.

macOS / Linux
curl -fsSL https://orkestrate.space/cli/install.sh | bash
Windows (PowerShell)
irm https://orkestrate.space/cli/install.ps1 | iex

Pin 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 doctor

Open the workbench

orkestrate

See Workbench (TUI) for screens, keys, and limits.

From source (contributors)

git clone https://github.com/anomalyco/orkestrate.git
cd orkestrate
bun install
bun run dev