mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
32 lines
554 B
Markdown
32 lines
554 B
Markdown
# Orca
|
|
|
|
Orca is an AI Orchestrator for nerds.
|
|
It lets users seamlessly manage multiple worktrees and open multiple terminals running anything (usually Claude Code, Codex, OpenCode, etc).
|
|
It has built in status tracking across worktrees, notifications, and unread markers. It makes coding multiple features across multiple repos a breeze
|
|
|
|
## Project Setup
|
|
|
|
### 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
|
|
```
|