* fix(composer): show full worktree path on hover in Run on dropdown Co-authored-by: Orca <help@stably.ai> * refactor(composer): use native title tooltip for Run on paths Co-authored-by: Orca <help@stably.ai> * fix(composer): reliable native-style tooltip for Run on paths The native title attribute won't re-trigger between adjacent rows in Chromium, so the tooltip flickered/dropped as you moved down the list. Use the shared (controlled) Tooltip instead, styled compact + arrowless to read like an OS tooltip; the app-level provider's skip-delay makes row-to-row hovers reliable. Co-authored-by: Orca <help@stably.ai> * fix(composer): stop Run on path tooltip wedging shut Radix's uncontrolled hover state could flash the tooltip open then wedge it closed inside the cmdk list (shared pointer-transit state getting stuck), so re-hovering never reopened it. Drive open state with a controlled hover-intent handler (open after a delay, close after a short grace) so re-entry always reopens and transient enter/leave thrash debounces to a stable state. Co-authored-by: Orca <help@stably.ai> * fix(composer): rebuild Run on path tooltip as a portal (no loop/wedge) Both the native title and Radix Tooltip (controlled or not) misbehaved inside the cmdk list: flashing, wedging shut, or opening/closing in a loop. Replace with a self-contained tooltip that renders a fixed, pointer-events-none portal on document.body and only changes state on pointer enter/leave/down (never pointermove). Opening it cannot reflow the list or become the hover target, so it structurally cannot create the enter/leave feedback loop. Co-authored-by: Orca <help@stably.ai> * fix(composer): trigger Run on path tooltip on the path line, always below - Scope the hover trigger to the truncated path line itself (not the whole row), so only hovering the path reveals it. - Always position the tooltip below the hovered line for predictable placement (was flipping above near the viewport bottom). Co-authored-by: Orca <help@stably.ai> * fix(composer): anchor Run on path tooltip under the path line The old placement anchored to the window's right half when the trigger sat past viewport-center, which shoved the tooltip to the far right edge of the window, disconnected from the dropdown. Always left-align it directly under the hovered path line and cap max-width to the remaining viewport width so long paths wrap instead of overflowing. Co-authored-by: Orca <help@stably.ai> --------- Co-authored-by: Orca <help@stably.ai>
Orca
Español · Português · 中文 · 日本語 · 한국어
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
- Running
orca serveon a headless Linux server? See the headless Linux server guide.
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.31
Community & Support
-
Discord: Join the community on Discord.
-
Twitter / X: Follow @orca_build for updates and announcements.
-
WeChat: Groups 1 and 2 are both full — now you can join the third one.
-
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.
Signed Builds
Windows code signing sponored/provided by SignPath.io, certificate by SignPath Foundation.
License
Orca is free and open source under the MIT License.










