Main
A lightweight operating model:
- Give each agent a dedicated worktree so branches and dependencies never conflict.
- Keep a review loop: agents draft changes, you review diffs, then commit/merge.
- Use notifications/status to time-box agents and prevent “forgotten” background work.
README excerpt (verbatim)
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
FAQ
Q: Is Orca tied to one agent vendor? A: README positions it as supporting many CLI agents, not a single vendor lock-in.
Q: How do I install it? A: README lists downloads via onOrca.dev / GitHub Releases and a Homebrew cask install.
Q: Why worktrees? A: Worktree-native isolation lets you run multiple agents without stashing or branch collisions (README positioning).