Orca is the next-gen IDE for building with coding agents
Find a file
Neil 4d65b9e69d
Add Ghostty-style drag-to-resize for terminal split panes (#22)
- Wider invisible hit area around dividers (visible line drawn via CSS
  ::after pseudo-element) for easier grabbing
- Persist split ratios in layout snapshots so resized panes survive
  tab switches and restores
- Double-click divider to equalize sibling panes
- Notify onLayoutChanged after drag-end to trigger ratio persistence

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 12:11:54 -07:00
.agents/skills Fix useEffect anti-patterns across renderer (#9) 2026-03-21 15:15:38 -07:00
.claude/skills Fix useEffect anti-patterns across renderer (#9) 2026-03-21 15:15:38 -07:00
.github/workflows Terminal fixes, sort fixes, flashbang fix 2026-03-21 14:44:45 -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 Add Ghostty-style drag-to-resize for terminal split panes (#22) 2026-03-22 12:11:54 -07:00
.editorconfig Initial commit 2026-03-16 20:29:24 -07:00
.gitignore gitignore 2026-03-18 20:10:08 -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
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
oxlintrc.json lint 2026-03-19 00:20:19 -07:00
package.json 1.0.19 2026-03-22 11:47:42 -07:00
pnpm-lock.yaml Add right sidebar with file explorer, source control, and Monaco editor (#21) 2026-03-22 11:47:22 -07:00
README.md Add Orca logo and polish README header (#13) 2026-03-21 17:28:17 -07:00
screenshot.png Add application screenshot to README (#12) 2026-03-21 17:09:18 -07:00
skills-lock.json Fix useEffect anti-patterns across renderer (#9) 2026-03-21 15:15:38 -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

Orca

Orca

An 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