* fix(pet): shrink overlay drag area to hug the pet content The pet overlay's `pointer-events-auto` handle used `size-full`, so the entire `size × size` box (default 180px) was draggable even where the pet was transparent. Non-square pets left a large dead-zone: the bundled Claudino (320×180) renders 180×101 in the box, leaving a ~79px empty but draggable band; OpenCode/Gremlin (252×320) render 142×180, leaving ~38px on the left. Restructure the overlay into three layers: the outer box and a new centering layer stay `pointer-events-none`; only an innermost `w-fit`/`h-fit` wrapper opts back into pointer events and carries the drag handlers, cursor, bob animation, and `touch-action`. A `min-w`/`min-h` floor keeps it grabbable during the image-load window when the wrapper would otherwise collapse to 0×0. Also size the `DetectedSpriteFrame` canvas to one fixed footprint bounding the largest scaled frame (instead of the full box) so detected sprites tighten too, with frames re-centered within that footprint. Drag math, viewport clamping, and persisted position are unchanged — they remain keyed to the outer box, so dragging, edge-clamping, and saved positions behave exactly as before. * fix(pet): cap the img fallback at the pet size The w-fit/h-fit drag wrapper is fit-content, so the img's max-w/h-full had no fixed box to resolve against and rendered at intrinsic size, overflowing the persisted size box that clamping still assumes. Cap explicitly with maxWidth/maxHeight: size. Addresses CodeRabbit review on #6437. * test(pet): cover overlay hit area render branches Co-authored-by: Orca <help@stably.ai> --------- Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com> Co-authored-by: Orca <help@stably.ai> |
||
|---|---|---|
| .github | ||
| .husky | ||
| .visual-evidence/sidebar-nav | ||
| Casks | ||
| config | ||
| docs | ||
| mobile | ||
| native | ||
| notes | ||
| previews | ||
| resources | ||
| skills | ||
| src | ||
| tests | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| LICENSE | ||
| README.md | ||
| components.json | ||
| electron.vite.config.ts | ||
| orca.yaml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| vite.web.config.ts | ||
README.md
Orca
The AI Orchestrator for 100x builders.
Run Codex, ClaudeCode, OpenCode or Pi side-by-side — each in its own worktree, tracked in one place.
Download Orca
Features
Also in the box:
- Quick open — Search across worktrees, files, agents, commands, and repo context without leaving your flow.
- Account switcher & usage tracking — See Claude and Codex usage and rate-limit resets, and hot-swap accounts without re-logging in.
- Rich repo previews — Preview Markdown, images, PDFs, and repo docs in the workspace.
- Computer Use — Let agents operate desktop apps and visible UI when a workflow needs real interaction.
- Notifications and unread state — Know when an agent finishes or needs attention, then mark threads unread to come back later.
- And many, many more — we ship daily, so this list is perpetually behind. The changelog is the real feature list.
Supported Agents
Works with any CLI agent — if it runs in a terminal, it runs in Orca.
Claude Code
Codex
Grok
Cursor
GitHub Copilot
OpenCode
MiMo Code
Amp
OpenClaude
Antigravity
Pi
oh-my-pi
Hermes Agent
Devin
Goose
Auggie
Autohand Code
Charm
Cline
Codebuff
Command Code
Continue
Droid
Kilocode
Kimi
Kiro
Mistral Vibe
Qwen Code
Rovo Dev
+ any CLI agent
Install
Desktop — macOS, Windows, Linux
- Download from onOrca.dev
- Or grab a build directly: macOS Apple Silicon · macOS Intel · Windows (.exe) · Linux AppImage · All builds
Or via a package manager:
# macOS (Homebrew)
brew install --cask stablyai/orca/orca
# Arch Linux (AUR) — or stably-orca-git to build from source
yay -S stably-orca-bin
Mobile Companion — iOS, Android
Pair with your desktop app to monitor and steer your agents from your phone.
- iOS: Download on the App Store or join TestFlight
- Android: Download APK 0.0.16
Community & Support
-
Discord: Join the community on Discord.
-
Twitter / X: Follow @orca_build for updates and announcements.
-
WeChat: Scan the QR code to join the community.
-
Feedback & Ideas: We ship fast. Missing something? Request a new feature.
-
Privacy: See the privacy & telemetry docs for what anonymous usage data Orca collects and how to opt out.
-
Show Support: Star this repo to follow along with our daily ships.
Developing
Want to contribute or run locally? See our CONTRIBUTING.md guide.
License
Orca is free and open source under the MIT License.








