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
* feat: allow opening files outside the worktree in the editor Fixes an issue where prompting Claude Code to open a file outside the worktree would fall back to opening the default system viewer, and dragging external files into Orca wouldn't work. - Replaced `shell.openFilePath` fallback with internal `store.openFile` for external files clicked in the terminal. - Added a global drag-and-drop handler (`useGlobalFileDrop`) that resolves external file paths and opens them natively in Orca. - Used `window.api.fs.stat` to prevent opening directories directly in the editor, falling back to the OS system viewer. Closes stablyai/orca#271 * fix: authorize external editor file opens |
||
|---|---|---|
| .agents/skills | ||
| .claude/skills | ||
| .github | ||
| .husky | ||
| build | ||
| docs | ||
| icon | ||
| resources | ||
| scripts | ||
| skills/orca-cli | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| components.json | ||
| CONTRIBUTING.md | ||
| debug_orca.png | ||
| dev-app-update.yml | ||
| electron-builder.config.cjs | ||
| electron.vite.config.ts | ||
| file-drag.gif | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| screenshot.png | ||
| skills-lock.json | ||
| tsconfig.cli.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.web.json | ||
| vitest.config.ts | ||
Orca
A cross-platform AI Orchestrator for 100x engineers.
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 onOrca.dev
Install
Download from onOrca.dev or via the GH release page
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
ghcli), and a GH checks viewer - File editor, search, source control tab (see worktree changes, make edits, easily commit)
Shipping daily
Missing something? It's probably landing tomorrow. Request a feature · Star to follow along.
Developing
See CONTRIBUTING.md