GitHub Review Dashboard & PR Workspaces
A Tauri desktop app that aggregates your GitHub review requests, pull requests, issues, and activity into a single real-time dashboard with priority scoring. PR Workspaces provide isolated development environments (git worktrees + embedded terminal + persistent Claude Code sessions) for instant context switching.
- Unified dashboard for review requests, pull requests, issues, activity, notifications, and overview metrics
- Priority scoring, repo and label filters, focus mode, inline search, and keyboard-first navigation
- Multi-repo support with per-repo enablement and local repository path management
- Native system notifications, tray integration, and command palette shortcuts
- PR Workspaces with git worktrees, embedded terminal, suspend/resume lifecycle, and Claude Code session persistence
- Offline-first SQLite cache with background GitHub sync
Prebuilt Linux packages are published on the GitHub Releases page.
.AppImagefor a portable install.debfor Debian/Ubuntu-based systems
| Layer | Technologies |
|---|---|
| Backend | Rust, Tauri 2.10, tokio, sqlx (SQLite), reqwest, graphql_client |
| Frontend | React 19, TypeScript, Zustand, TanStack Query v5, Tailwind CSS 4 |
| Tooling | oxlint, oxfmt, Vitest, cargo test |
- Rust (stable)
- Node.js >= 20 + npm
- Tauri system dependencies: see Tauri prerequisites
npm install
npm run tauri devnpm run tauri buildnpm run checkSee CONTRIBUTING.md for guidelines.
MIT — see LICENSE