ADE for working with a fleet of parallel agents
Go to file
Jinjing bcf134c19f
fix: clear stale agent working indicators when title stops updating (#100)
Adds clearWorkingIndicators to strip spinner/prefix/keyword markers from
terminal titles after 3s of data flow without a title update, preventing
the UI from showing a stuck "working" status after an agent exits.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 21:43:19 -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 Add PR checks workflow and Vitest coverage (#97) 2026-03-24 20:53:38 -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: clear stale agent working indicators when title stops updating (#100) 2026-03-24 21:43:19 -07:00
.editorconfig
.gitignore chore: add CLAUDE.md and gitignore package-lock.json (#63) 2026-03-23 16:22:24 -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 Add AGENTS.md and CLAUDE.md configuration files (#70) 2026-03-23 16:49:12 -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 enhance project description 2026-03-23 15:08:53 -07:00
components.json Shadcn 2026-03-16 22:27:51 -07:00
dev-app-update.yml code release stuff 2026-03-19 00:36:36 -07:00
electron-builder.yml Capitalize app name to Orca for desktop installs (#11) 2026-03-21 17:06:41 -07:00
electron.vite.config.ts Add right sidebar with file explorer, source control, and Monaco editor (#21) 2026-03-22 11:47:22 -07:00
package.json Add PR checks workflow and Vitest coverage (#97) 2026-03-24 20:53:38 -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 Shadcn 2026-03-16 22:27:51 -07:00
tsconfig.node.json Major features 2026-03-17 01:40:24 -07:00
tsconfig.web.json Major features 2026-03-17 01:40:24 -07:00
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.

Orca Screenshot

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux