mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
Orca is the next-gen IDE for building with coding agents
When macOS re-activates the app after all windows are closed, `createWindow()` is called again but IPC handlers from the previous window were still registered, causing duplicate handler errors and crashes. This fix removes stale handlers before re-registering them in pty, repos, and worktrees modules, and ensures repo/worktree handlers + auto-updater are also set up on activate. Includes minor lint/style cleanups across the codebase. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .agents/skills | ||
| .claude/skills | ||
| .github/workflows | ||
| .husky | ||
| build | ||
| icon | ||
| resources | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| components.json | ||
| dev-app-update.yml | ||
| electron-builder.yml | ||
| electron.vite.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| screenshot.png | ||
| skills-lock.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.web.json | ||
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.
Project Setup
Install
$ pnpm install
Development
$ pnpm dev
Build
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux