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 www.OrcaBuild.ai
---
### Shipping daily
Missing something? It's probably landing tomorrow. **[Request a feature](https://github.com/stablyai/orca/issues)** · **Star** to follow along.
---
## 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 `gh` cli), and a GH checks viewer
* File editor, search, source control tab (see worktree changes, make edits, easily commit)
## Install
Grab a release from https://www.orcabuild.ai/ or download from the GH release page
## Developing
See [CONTRIBUTING.md](CONTRIBUTING.md) for branch naming, PR expectations, and required checks.
### Install
```bash
$ pnpm install
```
### Development
```bash
$ pnpm dev
```
### Build
```bash
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
```