Getting Started Backstory FAQ Download
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.

Native macOS app · 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 subscriptions—Claude, Gemini, Codex, or Apple Intelligence on-device. We never see your code.

Zero noise.

Filter the diff. Stack the feedback. Ship.

Magic Filter

AI classifies every file as important, minor, test, or generated. Switch between Code, Tests, and All with one keystroke. Noise vanishes. Signal stays.

Changes
src/auth/
session.ts +24 -8 important
session.test.ts +42 -0 test
src/api/
handlers.ts +67 -12 important
handlers.test.ts +38 -5 test
utils/format.ts +3 -1 minor
package-lock.json +2847 -1204 generated
dist/bundle.min.js +1 -1 generated

Stacked Review

Pin bot comments and human feedback into a task stack. One click generates an actionable prompt for your AI coding tool. Turn review noise into working code.

Review Stack
Stack 0
📥 Stack comments from the diff
using the pin button

Pick your brain.

Your subscriptions. Your API keys. We never see your code.

📜

Claude

Anthropic's Claude via CLI. Best-in-class reasoning for complex diffs and nuanced summaries.

⚡ Fast 🧠 Deep reasoning
✴️

Gemini

Google's Gemini via CLI. Great at multi-file context and long PRs with hundreds of changes.

📚 Long context 🚀 Multi-file
🤖

Codex

OpenAI's Codex via CLI. Tuned for code understanding and generating actionable fix prompts.

💻 Code-native 🎯 Precise
🍎

Apple Intelligence

Runs entirely on your Mac. Zero tokens. Zero network. Good enough for triage and summaries.

🔒 Private 💰 Free 💻 On-device

Switch providers per task. No lock-in.

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. AI through your own subscriptions. 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 / Gemini / Codex CLI provider
AI (Local) Apple Intelligence on-device
Our servers none

Review PRs the way
you write code.

Fast, keyboard-driven, AI-powered. Bring your own AI provider.