Skip to content

Getting Started

  • 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.
Terminal window
pnpm install
Terminal window
pnpm dev

This starts the Vite app with mock IPC handlers.

Terminal window
pnpm tauri dev

Use the settings screen to configure repositories, credentials, local clone paths, and AI provider options.

Terminal window
pnpm build
pnpm tauri:build
Terminal window
pnpm test
pnpm test:tauri

pnpm 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.