Native macOS app

GitHub reviews,
reimagined.

PR uses AI to classify every file, summarize every pull request, and help you focus on the code that actually matters. All without your code leaving your laptop.

Free to use · Bring your own AI

PR — review #4281
src/auth/session.ts important
41 - const token = req.cookies.session;
41 + const token = await verifySession(req);
42 + if (!token) return res.status(401).end();
package-lock.json generated
+2,847 lines — skipped by AI
tests/auth.test.ts test
8 + it("rejects expired sessions", async () => {

Most of your review time
is spent on noise.

Lock files, generated code, formatting changes. You scroll past hundreds of lines to find the three that matter. PR fixes that.

80%

Files don't need your attention

AI classifies every file as important, minor, test, or generated—so you see what matters first.

10s

To understand any PR

AI-generated summaries explain what changed and why, before you read a single line of code.

0

Lines of code leave your Mac

AI runs through your own Claude subscription or Apple Intelligence on-device. We never see your code.

Everything you need.
Nothing you don't.

Built for developers who review code every day.

🧠

AI File Classification

Every file labeled as important, minor, test, or generated. Filter, sort, and skip the noise.

Instant PR Summaries

2-4 bullet points explaining what changed and why. Cached, so you never wait twice.

⌨️

Vim Keybindings

j/k to navigate, v to mark viewed, h/l to switch panes. Full keyboard-driven review flow.

📂

Smart File Tree

Hierarchical tree with diff stats, commenter avatars, viewed tracking, and AI labels at a glance.

🔍

Split & Unified Diffs

Toggle between unified, split, and full diff views with syntax highlighting and line comments.

💬

Inline Comments

Comment on specific lines or ranges. @mention collaborators with autocomplete. Draft, preview, submit.

Viewed File Tracking

Double-click to mark files reviewed. Syncs bidirectionally with GitHub's native viewed state.

🤖

Bot Comment Summaries

CI output, linter warnings, and automated reviews summarized into one-line digests by AI.

🎯

Review Prompt Generation

Stack review comments and generate actionable developer prompts. One-click copy to your AI coding tool.

AI everywhere.
Not in the cloud.

Choose between Claude and Apple Intelligence per task. Both work through your own accounts. We never process your code.

Provider

Claude

Deep analysis powered by your Claude Pro or Max subscription through the CLI. File classification across large PRs, detailed summaries, and intelligent prompt generation. No per-call API charges.

claude-cli your subscription batch processing

Provider

Apple Intelligence

On-device processing through Apple's FoundationModels framework. Fully private—nothing leaves your Mac. Fast classification, summaries, and bot comment digests with zero configuration.

on-device zero config fully private

Feature

File Classification

Every file in a PR is automatically labeled: important, minor, test, or generated. Large PRs are processed in parallel batches of 20 files for near-instant results. Filter your file tree to see only what matters.

important minor test generated

Feature

Prompt Generation

Stack review comments into a task list, then generate an actionable developer prompt with one click. Copy it straight to your AI coding tool. Turn review feedback into working code faster.

comment stacking one-click copy

Your code stays
on your Mac.

PR has no backend. No server. No telemetry. AI interactions happen between your laptop and the providers you choose.

🔒

No PR server

PR talks directly to GitHub's API and your AI provider. We are never in the middle.

💻

On-device AI option

Apple Intelligence runs entirely on your Mac. Your code never touches a network.

🔑

Your accounts, your keys

GitHub auth through gh CLI. Claude through your own subscription. We store nothing.

🚫

No telemetry

No analytics. No tracking. No usage data sent anywhere. Check the source.

Your Mac PR app
Auth gh cli GitHub
AI (Cloud) Claude CLI Anthropic
AI (Local) Apple Intelligence on-device
Our servers none

Review PRs the way
you write code.

Fast, keyboard-driven, AI-powered. Free to use with your own AI provider.