@JinjingLiang: Want to ditch Claude? Someone just released the any-agent version of 'Claude Agent View' Use Codex, Pi, Droid, whatever…
Summary
Orca is an open-source AI orchestrator that lets developers run multiple CLI agents like Claude Code, Codex, and Gemini side-by-side across repositories on macOS, Windows, and Linux.
View Cached Full Text
Cached at: 05/14/26, 10:43 PM
Want to ditch Claude? Someone just released the any-agent version of ‘Claude Agent View’
Use Codex, Pi, Droid, whatever. https://t.co/V4ey6qCDdK
And yes, that someone was me https://t.co/1m7pSycKGM
stablyai/orca
Source: https://github.com/stablyai/orca
Orca
The AI Orchestrator for 100x builders.
Run Claude Code, Codex, or OpenCode side-by-side across repos — each in its own worktree, tracked in one place.
Available for macOS, Windows, and Linux.
Supported Agents
Orca supports any CLI agent (not just this list).
Claude Code
Codex
Gemini
Pi
Hermes Agent
OpenCode
Goose
Amp
Auggie
Autohand Code
Charm
Cline
Codebuff
Continue
Cursor
Droid
GitHub Copilot
Kilocode
Kimi
Kiro
Mistral Vibe
Qwen Code
Rovo Dev
Features
- No login required — Bring your own Claude Code or Codex subscription.
- Worktree-native — Every feature gets its own worktree. No stashing, no branch juggling. Spin up and switch instantly.
- Multi-agent terminals — Run multiple AI agents side-by-side in tabs and panes. See which ones are active at a glance.
- Built-in source control — Review AI-generated diffs, make quick edits, and commit without leaving Orca.
- GitHub integration — PRs, issues, and Actions checks linked to each worktree automatically.
- SSH support — Connect to remote machines and run agents on them directly from Orca.
- Notifications — Know when an agent finishes or needs attention. Mark threads unread to come back later.
Install
Mac, Linux, Windows
Alternatively, install from a package manager:
macOS (Homebrew)
brew install --cask stablyai/orca/orca
Arch Linux (AUR)
# Precompiled binary
yay -S stably-orca-bin
# Build from GitHub source
yay -S stably-orca-git
Mobile Companion App
Control your agents from your phone.

- iOS: Download from App Store
- Android: Download from GH release
Feature Showcase
Click any tile to explore the workflow.
Parallel Worktrees
Terminal Splits
Design Mode
GitHub & Linear, Native
Every CLI Agent
SSH Worktrees
Drag Files to Agents
Annotate AI Diffs
Orca CLI
Native Search
Account Switcher & Usage Tracking
Rich Repo Previews
Split Anything
Community & Support
- Discord: Join the community on Discord.
- Twitter / X: Follow @orca_build for updates and announcements.
- Feedback & Ideas: We ship fast. Missing something? Request a new feature.
- Privacy: See the privacy & telemetry docs for what anonymous usage data Orca collects and how to opt out.
- Show Support: Star this repo to follow along with our daily ships.
Developing
Want to contribute or run locally? See our CONTRIBUTING.md guide.
Similar Articles
@geekbb: An open-source AI agent meta-orchestration framework that provides a unified orchestration layer for multiple agents including Claude Code, Codex, Cursor, OpenCode, Hermes, and Pi. Users can seamlessly switch sessions across devices (terminal, browser, mobile, desktop app) to enable multi-agent...
Omnigent is an open-source meta-orchestration framework that provides a unified orchestration layer over multiple AI agents like Claude Code, Codex, and Cursor. It enables seamless cross-device session switching, multi-agent collaboration, policy enforcement, and cloud sandbox execution.
@yinmin1987: 已经用上了Orca @JinjingLiang 推荐推荐太丝滑了! https://onorca.dev
Orca is a new Agent Development Environment (ADE) backed by Y Combinator that enables developers to run multiple AI coding agents like Claude Code, Codex, and OpenCode side by side in isolated worktrees, with a mobile companion app.
stablyai/orca
Orca is an open-source desktop app that lets developers run multiple AI coding agents (like Codex, ClaudeCode) in parallel isolated worktrees and manage them from a mobile companion.
Open-source agent orchestration for Claude Code & Codex (one-command install)
An open-source agent orchestration tool that enables one-command installation for Claude Code and Codex, allowing users to create agent teams with playbooks and network recall of agents built by other developers.
I let Codex and Claude Opus work on the same Java AI agent monolith
A developer compares Codex 5.3 and Claude Opus 4.6 on autonomous Java AI agent development, finding that the model with more elegant architecture (Claude) often produced code that never executed, while the more boring and direct Codex improved the working product with practical fixes like timeouts and history recovery.