Orca is a desktop application (an "ADE", agent development environment) built for developers who run multiple AI coding agents at once. Instead of juggling terminal tabs for Claude Code, Codex, Cursor, OpenCode, or any other CLI agent, Orca gives each agent its own isolated git worktree, tracks all of them in a single window, and lets you review, annotate, and merge the results. It's aimed at developers who already use one or more coding agents daily and want a structured way to run them side by side, on the desktop or over SSH, with a mobile app to check in remotely.
orca worktree create, snapshot, click, and fill, so agents can drive Orca itself.Orca fits developers who already run coding agents from the terminal and want to scale that workflow: running the same prompt against several agents to compare quality, keeping long-running agent sessions organized across many branches, or reviewing agent-generated diffs without switching tools. It's a good fit for teams that use GitHub or Linear for task tracking and want agent work tied directly to issues and PRs. The SSH worktree feature makes it useful for anyone who wants agents running on a beefier remote machine instead of a laptop.
It's not the right tool if you only run a single agent occasionally, or if you want a lightweight, terminal-only setup with no desktop GUI. If you need a hosted, no-install SaaS product rather than a local desktop app, this isn't that either. Teams without any git-based workflow or that don't use worktrees will get less value from the core parallel-worktree feature.
Orca ships as a desktop app for macOS, Windows, and Linux, plus a mobile companion app.
Download a prebuilt binary from onorca.dev/download or grab one directly from GitHub Releases:
# macOS Apple Silicon, macOS Intel, Windows .exe, and Linux AppImage
# are available from the latest GitHub release
Or install via a package manager:
# macOS (Homebrew)
brew install --cask stablyai/orca/orca
# Arch Linux (AUR)
yay -S stably-orca-bin
# or build from source:
yay -S stably-orca-git
For a headless Linux server, run orca serve and follow the headless Linux server guide in the repo's docs.
Mobile companion apps are available on the iOS App Store (or via TestFlight) and as a downloadable Android APK from GitHub Releases. Pair the mobile app with the desktop app to monitor and steer agents remotely.
To contribute or run Orca from source, see the CONTRIBUTING.md guide in the repository.