orca-cli

Installation
SKILL.md

Orca CLI

Use orca when Orca's running editor/runtime is the source of truth. On Linux, use orca-ide wherever this file says orca.

Dev builds (pnpm dev): after pnpm build:cli, the dev CLI is exposed as orca-dev (the global shim points at this checkout's wrapper + out/cli). Inside a dev Orca's terminals use orca-dev emulator ... (or ./config/scripts/orca-dev.mjs emulator ... for worktree-local invocation that does not depend on the /usr/local/bin symlink). Plain orca targets any installed production Orca. The app's own agent preambles use orca-dev automatically in dev mode.

Use plain shell tools when Orca state does not matter.

Start Here

command -v orca || command -v orca-ide
orca status --json
orca worktree ps --json
orca terminal list --json

If Orca is not running, start it:

Installs
10.9K
Repository
stablyai/orca
GitHub Stars
10.5K
First Seen
Apr 3, 2026
orca-cli — stablyai/orca