43 lines
753 B
Markdown
43 lines
753 B
Markdown
<p align="center">
|
|
<img src="build/icon.png" alt="Orca" width="128" />
|
|
</p>
|
|
|
|
<h1 align="center">Orca</h1>
|
|
|
|
<p align="center">
|
|
<strong>An AI Orchestrator for nerds.</strong><br/>
|
|
Seamlessly manage multiple worktrees and open multiple terminals running anything — Claude Code, Codex, OpenCode, and more.<br/>
|
|
Built-in status tracking, notifications, and unread markers. Makes coding multiple features across multiple repos a breeze.
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="screenshot.png" alt="Orca Screenshot" width="800" />
|
|
</p>
|
|
|
|
## 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
|
|
```
|