claudekit / tools / orca
[ Tool · Development ]

Orca

Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. It runs each agent in an isolated git worktree, lets you compare outputs side by side, and merge the ones you want. Works with Claude Code, Codex, Grok, and 30+ CLI agents. Available on desktop and mobile.

stablyai/orca ·published ·updated
$ brew install --cask stablyai/orca/orca copy

An open-source desktop app by the stablyai team (stablyai/orca).

What it does

Using coding agents one at a time makes it hard to try several approaches to the same task or work on multiple issues at once. Juggling terminal tabs and hand-managing git worktrees gets tedious fast.

Orca is a worktree IDE built for AI coding agents rather than human developers (an ADE, Agent Development Environment). It runs multiple agents in isolated git worktrees at the same time, then lets you compare each result side by side and merge the ones you want. Run Claude Code, Codex, Grok, and others together on one screen with your own subscription. From the repo: “Orca is the ADE for working with a fleet of parallel agents.”

What you can do

The use cases shown on the official site:

  • One task, many agents in parallel — hand the same task to several agents at once and compare the per-worktree results side by side
  • Regression testing and validation — several agents validate a flow like checkout in parallel (the site’s “5 agents running parallel validation” example)
  • Code review and PR management — handle PRs and issues in-app via GitHub and Linear integration, with inline markdown annotations on diffs
  • Remote execution — run agents on remote machines with SSH worktrees and monitor progress from the mobile app

The flow: distribute a task to several agents → each runs in its own isolated worktree → compare the results side by side → pick and merge the one you want.

Key features

  • Parallel worktrees

    Runs each agent in an isolated git worktree at the same time, so multiple approaches run side by side without interfering with each other.

  • Multi-agent support

    Works with Claude Code, Codex, Grok, Cursor, Gemini, and 30+ CLI agents. Each signs in with its own subscription, with account switching and usage tracking.

  • Built-in terminal and editor

    A WebGL-rendered terminal (infinite splits, full scrollback search) and a VS Code-based editor (autosave, drag-and-drop) are built into the app.

  • GitHub and Linear integration

    Handle PRs and issues in-app, and leave inline markdown annotations on diffs.

  • Design Mode and remote execution

    Design Mode with embedded Chromium to click UI elements and inspect HTML/CSS, SSH worktrees for remote execution, and iOS/Android companion apps.

Usage

Installonorca.dev/download

PlatformBuild
macOS Apple SiliconDMG (arm64)
macOS IntelDMG (x64)
WindowsWindows 10/11 x64 installer
LinuxUniversal AppImage

On macOS you can also install the Homebrew Cask.

brew install --cask stablyai/orca/orca

Arch Linux has AUR packages — yay -S stably-orca-bin, or stably-orca-git to build from source.

The mobile companion apps ship through the App Store and TestFlight on iOS, and as an APK from GitHub Releases on Android.

Run — open the app, sign in to the agents you want to use (Claude Code and others) with their own accounts, then distribute tasks to run in parallel. CLI agents like Claude Code must be installed beforehand.

Notes

  • Who makes it — Orca is built by Stably AI, a startup whose main product is an AI software testing platform.
  • Agents installed and billed separately — Orca wraps CLI agents, so tools like Claude Code must be installed first, and their usage and subscriptions are billed to your own accounts.
  • Desktop app — runs on macOS, Windows, and Linux, with iOS and Android companion apps for remote monitoring.
  • MIT License — published as open source.
§ 6

See also

same category · curated
[01]
[Skill] Matt Pocock's Skills · Skills For Real Engineers. Straight from Matt Pocock's .claude directory. 20+ agent skills for real engineering — not vibe coding — covering alignment (grilling), specs, TDD, code review, bug diagnosis, and architecture. Install as an editable fork via skills.sh or as a read-only plugin bundle.
tool · claudekit.io / tools / mattpocock-skills
[02]
[Plugin] gstack · Garry Tan's (YC CEO) exact Claude Code setup, packaged as slash commands. Call up roles like CEO, Designer, Eng Manager, QA, and Release Manager in sequence so a solo builder can work like a team.
tool · claudekit.io / tools / gstack
[03]
[MCP] PayPal · PayPal's official remote MCP server and open-source Agent Toolkit. Create invoices, orders, payments, refunds, subscriptions, and handle disputes from Claude Code.
tool · claudekit.io / tools / paypal
§ 7

Frequently Asked Questions

frequently asked
§ 7.1
What is Orca?
Orca is an Agent Development Environment (ADE) desktop app for running a fleet of parallel coding agents. It runs each agent in an isolated git worktree, lets you compare outputs side by side, and merge the ones you want.
§ 7.2
Which agents can I use?
It works with Claude Code, Codex, Grok, Cursor, Gemini, GitHub Copilot, OpenCode, and 30+ CLI-based coding agents. Each runs with your own subscription or API key.
§ 7.3
What does it run on?
Orca is a desktop app for macOS, Windows, and Linux, with iOS and Android companion apps for remote monitoring. It wraps local CLI agents, so tools like Claude Code must be installed separately.
§ 7.4
How do I install Orca?
Download the build for your platform from onorca.dev/download — DMGs for macOS Apple Silicon and Intel, a Windows 10/11 x64 installer, and a Universal AppImage for Linux. On macOS you can also use the Homebrew Cask (brew install --cask stablyai/orca/orca), and Arch Linux has AUR packages.
§ 7.5
Is it free? What's the license?
Orca is free and open source under the MIT License. The agents you run through it (Claude Code and others) are billed to your own accounts and subscriptions.
§ 7.6
Who is Orca for?
Developers who want to hand one task to several agents at once and compare the results, or run multiple branches and issues in parallel. GitHub and Linear integration brings PR and issue workflows into the app.