Orca is the next-gen IDE for building with coding agents
Find a file
2026-03-17 00:34:22 -07:00
.agents/skills/electron skills 2026-03-17 00:34:22 -07:00
.claude/skills skills 2026-03-17 00:34:22 -07:00
.husky Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
resources zoomed icon 2026-03-16 22:21:50 -07:00
src Shadcn 2026-03-16 22:27:51 -07:00
.editorconfig Initial commit 2026-03-16 20:29:24 -07:00
.gitignore Shadcn 2026-03-16 22:27:51 -07:00
.npmrc Initial commit 2026-03-16 20:29:24 -07:00
.oxfmtrc.json Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
components.json Shadcn 2026-03-16 22:27:51 -07:00
dev-app-update.yml Initial commit 2026-03-16 20:29:24 -07:00
electron-builder.yml Initial commit 2026-03-16 20:29:24 -07:00
electron.vite.config.ts Shadcn 2026-03-16 22:27:51 -07:00
oxlintrc.json Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
package.json Shadcn 2026-03-16 22:27:51 -07:00
pnpm-lock.yaml Shadcn 2026-03-16 22:27:51 -07:00
README.md readme 2026-03-17 00:34:22 -07:00
skills-lock.json skills 2026-03-17 00:34:22 -07:00
tsconfig.json Shadcn 2026-03-16 22:27:51 -07:00
tsconfig.node.json Initial commit 2026-03-16 20:29:24 -07:00
tsconfig.web.json Shadcn 2026-03-16 22:27:51 -07:00

Orca

Orca is an AI Orchestrator for nerds. It lets users seamlessly manage multiple worktrees and open multiple terminals running anything (usually Claude Code, Codex, OpenCode, etc). It has built in status tracking across worktrees, notifications, and unread markers. It makes coding multiple features across multiple repos a breeze

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux