Getting Started
Requirements
Section titled “Requirements”- Node.js and pnpm.
- Rust toolchain.
- Tauri v2 prerequisites for your operating system.
- Bitbucket Cloud API token and/or GitHub token for real provider usage.
- Claude CLI and/or Codex CLI for AI review flows.
Install
Section titled “Install”pnpm installRun In Browser Mode
Section titled “Run In Browser Mode”pnpm devThis starts the Vite app with mock IPC handlers.
Run The Desktop App
Section titled “Run The Desktop App”pnpm tauri devUse the settings screen to configure repositories, credentials, local clone paths, and AI provider options.
pnpm buildpnpm tauri:buildpnpm testpnpm test:tauripnpm test runs the browser/jsdom Vitest suite. pnpm test:tauri runs the separate Tauri IPC smoke
lane against a mock Tauri webview and low-risk Rust commands, without publishing comments or
mutating remote providers.