ADE for working with a fleet of parallel agents
Go to file
Neil 0637883cce
Update README to include features list
Added features section to README with key functionalities.
2026-03-27 15:55:14 -07:00
.agents/skills fix: prevent app crash on macOS reactivation by deduplicating IPC handlers (#81) 2026-03-23 23:44:12 -07:00
.claude/skills Add auto-review-fix skill (#50) 2026-03-23 09:43:18 -07:00
.github/workflows fix: make release publish atomic to prevent update 404s (#112) 2026-03-26 00:02:31 -07:00
.husky
build Fix Windows build: generate proper ICO file instead of renamed PNG 2026-03-21 15:16:34 -07:00
icon Fix Windows build: generate proper ICO file instead of renamed PNG 2026-03-21 15:16:34 -07:00
resources terminal improvements 2026-03-21 13:18:13 -07:00
src fix(updater): handle benign network errors and deduplicate error statuses (#146) 2026-03-27 15:06:49 -07:00
.editorconfig
.gitignore fix: handle orphaned worktree deletion with disk cleanup (#109) 2026-03-25 23:14:48 -07:00
.npmrc remove npmmirror.com mirrors (missing arm64 dmg builder binary) 2026-03-19 01:52:53 -07:00
.oxfmtrc.json
.oxlintrc.json Lint long files (and add TS skills) (#23) 2026-03-22 12:12:54 -07:00
AGENTS.md feat: linux-friendly keyboard shortcuts (#93) 2026-03-24 22:21:14 -07:00
CLAUDE.md Add AGENTS.md and CLAUDE.md configuration files (#70) 2026-03-23 16:49:12 -07:00
README.md Update README to include features list 2026-03-27 15:55:14 -07:00
components.json
dev-app-update.yml code release stuff 2026-03-19 00:36:36 -07:00
electron-builder.yml fix: include arch in DMG artifact name to prevent x64/arm64 collision 2026-03-26 14:21:03 -07:00
electron.vite.config.ts fix: extract path-security helpers, add tests, and improve type safety (#102) 2026-03-25 09:59:19 -07:00
package.json 1.0.54 2026-03-27 12:59:46 -07:00
pnpm-lock.yaml Add PR checks workflow and Vitest coverage (#97) 2026-03-24 20:53:38 -07:00
screenshot.png Add application screenshot to README (#12) 2026-03-21 17:09:18 -07:00
skills-lock.json Lint long files (and add TS skills) (#23) 2026-03-22 12:12:54 -07:00
tsconfig.json
tsconfig.node.json
tsconfig.web.json
vitest.config.ts Add PR checks workflow and Vitest coverage (#97) 2026-03-24 20:53:38 -07:00

README.md

Orca

Orca

A cross-platform AI Orchestrator for nerds.
Seamlessly manage multiple worktrees and open multiple terminals running anything — Claude Code, Codex, OpenCode, and more.
Built-in status tracking, notifications, and unread markers. Makes coding multiple features across multiple repos a breeze.

Learn more at www.OrcaBuild.ai

Orca Screenshot

Features

  • Manage multiple worktrees
  • Multiple terminals, tabs and panes
  • Get worktree notifications (plus ability to manually mark threads as unread -- similar to Gmail )
  • See which worktrees have working agents
  • GitHub integrations for GH PRs (automatic), ability to link GH issues (via gh cli), and a GH checks viewer
  • File editor, search, source control tab (see worktree changes, make edits, easily commit)

Install

Grab a release from https://www.orcabuild.ai/ or download from the GH release page

Developing

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux