* feat: add explicit worktree setup flow - Centralize worktree activation setup flow - fix: render orca.yaml file contents in settings repo pane instead of tags when using config file - fix: command preview title for yaml configs - fix: update UI copy and styling to better reflect yaml setup hooks - fix: run setup hook in background if CLI worktree is created while GUI is closed - fix: prevent duplicate terminal tab creation when creating worktrees from the UI - fix: ensure CLI worktree create returns correct payload type and hooks up UI setup flow - Squashed commits - fix minor regression - fix: close worktree context menu when deleting - fix: keep delete dialog open while archive hook runs and support inline yaml scripts - chore: fix lint, typecheck and react state mutations during render for setup script feature * fix(lint): split worktrees.test.ts to stay under max-lines limit Extract Windows path-handling tests into worktrees-windows.test.ts to bring the original file under the 300-line oxlint max-lines rule. * fix(test): set up path mocks for setup launch payload test The computeWorktreePathMock and ensurePathWithinWorkspaceMock were cleared by afterEach but not re-established in the test, causing areWorktreePathsEqual to receive undefined and crash. |
||
|---|---|---|
| .agents/skills | ||
| .claude/skills | ||
| .github | ||
| .husky | ||
| build | ||
| docs | ||
| icon | ||
| resources | ||
| scripts | ||
| skills/orca-cli | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| components.json | ||
| debug_orca.png | ||
| dev-app-update.yml | ||
| electron-builder.config.cjs | ||
| electron.vite.config.ts | ||
| file-drag.gif | ||
| package.json | ||
| pnpm-lock.yaml | ||
| screenshot.png | ||
| skills-lock.json | ||
| tsconfig.cli.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.web.json | ||
| vitest.config.ts | ||
README.md
Orca
The cross-platform AI Orchestrator for 100x builders.
Available for macOS, Windows, and Linux.
Seamlessly manage multiple worktrees, run multiple AI agents concurrently, and track their progress.
Whether it's Claude Code, Codex, or OpenCode, Orca makes coordinating multiple features across multiple repos effortless.
Introducing the Orca CLI
Agent orchestration from your terminal.
Let your AI agent control your IDE. Programmatically add repos, spin up worktrees, and update status directly from the terminal. Ships with the Orca IDE (install under Settings).
npx skills add https://github.com/stablyai/orca --skill orca-cli
Quick Start: The First 60 Seconds
- Connect: Open Orca and connect your local Git repository.
- Isolate: Spin up a new worktree in one click (no more
git stash). - Automate: Open the built-in terminal, fire up your AI agent (like Claude Code), and let it work autonomously while you switch to another task.
Why Orca?
- Zero-Friction Context Switching: Need to review an urgent PR while your agent builds a new feature? Spin up an isolated worktree instantly without messing up your local dev environment.
- Agent Supervision: Stop babysitting terminals. Let multiple agents work autonomously across different repos while you monitor their status, logs, and unread notifications from a single dashboard.
- Purpose-Built for AI Devs: Traditional IDEs aren't built for autonomous agents. Orca gives your AI the isolated environments, terminals, and programmatic control it needs to thrive.
Features that Supercharge your Workflow
- Worktree Management: Spin up, manage, and switch between multiple Git worktrees instantly. Keep your context clean.
- Agent-Ready Terminals: Robust support for multiple terminals, tabs, and panes. Run Claude Code, Codex, OpenCode, or your own agents side-by-side.
- Smart Notifications & Status Tracking: See exactly which worktrees have active agents. Get worktree notifications and manually mark threads as unread (like Gmail ⭐).
- Deep GitHub Integration: Automatically track PRs, link GitHub issues (via the
ghCLI), and view GitHub Actions checks right from your workspace. - Integrated Dev Tools: Built-in file editor, lightning-fast search, and a comprehensive source control tab to review diffs, make quick edits, and commit effortlessly.
Install
Get started today:
- Download from onOrca.dev
- Or download the latest binaries via the GitHub Releases page.
Community & Support
- Twitter / X: Follow @orca_build for updates and announcements.
- Feedback & Ideas: We ship fast. Missing something? Request a new feature.
- Show Support: Star this repo to follow along with our daily ships.
Developing
Want to contribute or run locally? See our CONTRIBUTING.md guide.