Orca is the next-gen IDE for building with coding agents
Find a file
2026-03-28 10:19: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 Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
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 Restore modifier-click behavior for terminal URLs (#159) 2026-03-28 00:49:47 -07:00
.editorconfig Initial commit 2026-03-16 20:29:24 -07:00
.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 Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
.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
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 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
file-drag.gif Update README screenshot to file-drag gif (#152) 2026-03-27 23:42:47 -07:00
LICENSE Add MIT license 2026-03-28 10:19:14 -07:00
package.json 1.0.59 2026-03-28 01:27:46 -07:00
pnpm-lock.yaml Add PR checks workflow and Vitest coverage (#97) 2026-03-24 20:53:38 -07:00
README.md Update README screenshot to file-drag gif (#152) 2026-03-27 23:42:47 -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

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