Get started

Quickstart

End-to-end: install CLI, get a pack, use the workbench, launch OpenCode elsewhere.

v0 scope: Agent work happens in OpenCode (new terminal). Orkestrate is the installer and launcher.

1. Install

Installation — one-liner or manual npm/bun.

curl -fsSL https://orkestrate.space/cli/install.sh | bash
orkestrate doctor

2. Get a pack

Either use the welcome flow (first orkestrate installs coding) or:

orkestrate registry install coding

3. Workbench

orkestrate

You should see the Packs list with coding and an idle or running status.

  • b — browse bundled + registry catalog; Enter installs a row.
  • i — back to installed list from browse.
  • Full key map: Workbench (TUI).

4. Launch

Select coding, press Enter or l. A new terminal opens with OpenCode using the pack harness and an isolated pack home. Orkestrate stays open in the original terminal.

orkestrate run launch coding

5. Stop a launch

In the workbench, select the pack and press s to stop tracked sessions. Or use orkestrate run list and orkestrate run stop <run-id>.

Next