Workspace App

The desktop app wraps the CLI in a Tauri-based native application for managing multiple repos and reviews.

Adding repos

  1. Open the workspace app
  2. Click Add Repository
  3. Select a local git repository folder
  4. The repo appears in your sidebar with its branches

Launching a review

  1. Select a repo from the sidebar
  2. Choose a branch to review
  3. Click Launch Review
  4. The app starts a local review server and opens the review UI

The workspace manages multiple concurrent reviews — each gets its own port.

Features