Push, run real CI, review diffs, merge — all on 127.0.0.1. No cloud, no per-agent seat fees.
One-time purchase. Lifetime updates. macOS, Linux, Windows. 14-day refund.
$ git push tmppr feat/new-payments
→ pushed • PR #42 synced
▶ CI · 3 jobs running…
✓ test passed in 11s
✓ lint passed in 1s
✓ build passed in 16s
$ tmppr ready 42
✓ review · ✓ CI · ✓ no conflicts
GO — ready to merge
$ tmppr pr merge 42
✓ merged feat/new-payments → main
Plays nicely with the stack you already use
Why tmppr
AI agents are writing more of your code every week. Reviewing it well is the new bottleneck — and shipping unreviewed code to a hosted PR system means leaking source, paying per-agent seats, and waiting on remote CI.
The review surface
Diff viewer with syntax highlighting. Inline code comments. Threaded replies. Approve, request changes, comment. File-viewed tracking. Interdiff between revisions. Exactly the muscle memory you already have.
87 if (!user) return null;88- const total = sum(items);88+ const total = sum(items, { tax: true });89 return charge(user, total);
Make sure tax is opt-in for B2B accounts — they self-remit.
Pushed fix in 3a7e81 — gating { tax } on account.kind === "business".
How it works
tmppr ships a built-in smart HTTP git transport. Add it as a git remote and push — the bare repo is auto-created and the PR auto-syncs.
git remote add tmppr \
http://127.0.0.1:4390/git/your-repo
git push tmppr feature-branch
Open the app. See the PR with a familiar diff UI. Leave inline comments, kick off CI, watch live logs, request changes, or approve. Or do it all from the CLI.
tmppr review submit 42 APPROVE
tmppr comment code 42 src/api.ts 88 \
"guard against null user"
tmppr ready tells you if it's safe to ship. tmppr pr merge performs a real --no-ff merge in a detached worktree and syncs your working tree.
tmppr ready 42 # GO / NO-GO
tmppr pr merge 42
Compared
| tmppr | GitHub PRs | Reviewing in editor | |
|---|---|---|---|
| Source stays local | Yes — 127.0.0.1 | No | Yes |
| GitHub-style diff UI | Yes | Yes | Limited |
| Threaded inline comments + reviews | Yes | Yes | No |
| CI runs locally on your hardware | Yes | Cloud minutes | No |
| Per-seat cost for AI agents | $0 | $$ per agent | $0 |
| Scriptable CLI for agents | First-class | gh CLI | Varies |
| Cost | $9.99 once | $4 – $21+ / user / month | Editor sub |
From the maker
I have agents writing code for me every day. Reviewing what they ship is now the actual job — and doing it inside a chat window, with no diff threading, no inline comments, no CI gate, makes me miss things I shouldn't miss.
Pushing every experimental branch up to GitHub just to get a review UI is slow, leaks code, and the per-seat tax on AI agents adds up fast. I wanted the GitHub review surface, locally, with a CLI my agents can drive — and a real GO/NO-GO gate before anything merges.
tmppr is that. It's $9.99 because I'd rather a thousand people find it useful than a hundred argue about pricing. Lifetime updates because I'm going to keep building it anyway. If it doesn't fit your workflow, the 14-day refund is genuine — email me, I'll send your money back.
Pricing
No subscription. No seats. No "Pro tier." Pay once, get every future version for life.
$29 normal price · launch pricing for the first 100 buyers.
Secure checkout via Stripe. 14-day refund, no questions.
FAQ
You buy tmppr once. Every future release we ship — for as long as we ship tmppr — is yours. No annual upgrade fee, no "v2 costs extra." If we ever stop updating it, the version you have keeps running locally forever.
The core engine is MIT-licensed and developed in the open. The packaged desktop app — installer, signed builds, auto-update channel, and polish — is what you're paying for. Build from source if you'd rather.
No. tmppr binds to 127.0.0.1. There's no account, no cloud, and no telemetry. The only network calls are optional update checks (which you can disable) and CI runs you explicitly trigger.
Any agent that can run a shell command can drive tmppr. Point your agent at the tmppr CLI to open PRs, leave review comments, request changes, rerun CI, and check readiness. Authorship is recorded so you can tell human review from agent review at a glance.
Your $9.99 license covers as many of your own machines as you want. Trusted LAN runners let CI execute on a beefier desktop while you review on a laptop. A team license for shared review across multiple humans is on the roadmap — current customers get a free upgrade path.
14-day, no-questions refund. Email us and we'll send your money back. We'd rather have happy users than $9.99.
Get a real review tool. Locally. For less than lunch.