Workspace App
The desktop app wraps the CLI in a Tauri-based native application for managing multiple repos and reviews.
Adding repos
- Open the workspace app
- Click Add Repository
- Select a local git repository folder
- The repo appears in your sidebar with its branches
Launching a review
- Select a repo from the sidebar
- Choose a branch to review
- Click Launch Review
- The app starts a local review server and opens the review UI
The workspace manages multiple concurrent reviews — each gets its own port.
Features
- Repo management — add, remove, and organize your local repos
- Branch selection — see all branches, pick one to review
- Review history — previous reviews are listed per-repo
- Auto-detect base — the base branch is auto-detected from your remote