Reviu

The review app for code your agent writes.

Start Claude Code or Codex, watch the session, review every diff, send line comments back, then stage, rebase, commit, and open the PR without leaving Reviu.

Reviu desktop app with agent sessions, diff review, changes, and pull request workflow
Agent writes

Claude Code, Codex, Gemini

You review

Inline comments on local diffs

Ship with Git

Stage, rebase, commit, push

Finish in GitHub

PR, checks, review, merge

Rust · GPU-acceleratedKeyboard-firstGitHub PRs in-app

Agentic review

Review agent work before it lands.

Inspect the diff, leave line comments, send fixes back, then stage and push a clean branch when the agent gets it right.

Local review queue

feat/checkout-discounts - 3 comments selected

isolated worktree
src/discounts.tsreviewing
117
const total = getCartTotal(cart)
118
const flat = getFlatDiscounts(cart)
119
const percent = getPercentDiscount(cart)
120
return applyPercent(total, percent)
121
const subtotal = applyFlatDiscounts(total, flat)
122
return applyPercent(subtotal, percent)
apply flat discounts before percentage discounts

Batch to agent

Fix discount order
Add rounding test
Rename unclear helper

Send back

File, line, and side context included.

Send 3
Isolation

Isolated worktree

Parallel agent tasks stay out of your main checkout.

Signal

Attention states

See what is running, waiting, failed, or ready for review.

Git

Real Git nearby

Turn review decisions into staged hunks and clean history.

GitHub

PR handoff

Use GitHub once the local branch has earned it.

Already have Git tooling?

Keep it. Add the missing agent review layer.

Agent sessions

Manage sessions like real work.

Each task becomes a durable session, not a disposable chat, with its own conversation, branch, terminal, checkpoints, file edits, and review queue. Switch sessions without stopping running agents.

Today in checkout

3 sessions across 2 worktrees

live
Add percentage discountsworking
Fix tax roundingwaiting
Write cart property testsreview
Reviu agent sessions workspace screenshot

Parallel worktrees

Run multiple agents at once without letting one task dirty another checkout.

maincurrent
reviu-discountsagent
reviu-tax-roundingagent

Readable agent activity

Commands, reads, edits, permissions, and failures stay grouped as reviewable events.

readsrc/discounts.ts
edit+42 -8
testvitest run

Local by default

Reviu launches the CLI you already use. Your code and agent process stay on your machine.

agent processlocal
subscriptionyours
API keynone

Real Git underneath

The agent writes. You own the branch.

Agent work only matters when it becomes a clean commit. Reviu keeps Git close to the diff, so review decisions become staged hunks, rewritten history, and a branch you can push with confidence.

Reviu interactive rebase, hunk staging, conflicts, and Git history screenshot

Shape the diff

Stage the hunks you trust, unstage another pass, and restore the rest.

stage hunkunstagerestore

Clean the branch

Squash, fixup, drop, and reorder commits before the PR exists.

picksquashfixupdrop

Recover messy states

Resolve conflicts, continue rebases, stash work, cherry-pick, and undo mistakes.

conflictsstashcherry-pick

Every surface follows the checkout

Changes12 files
History148 commits
Terminalpnpm test
Review3 comments

Git from the command palette

Commit, amend, push, rebase, and stash from the same keyboard-first flow as the rest of the app.

Commit
Amend commit
Push
Force push with lease
Interactive rebase
Pop stash
Reviu Pro

GitHub PRs without losing local context.

Your branch, agent session, working tree, review threads, checks, and merge button live in one window. Use GitHub without turning every review into a browser tab hunt.

Reviu Pro pull request dock with review threads, checks, and merge workflow

Inbox

Noah requested changes2m
CI finished for #486m
Ava replied in discounts.ts14m

Ready to merge

checkspassed
reviewapproved
mergeready
Create merge commit

The PR follows your branch

Check out a branch and Reviu finds its pull request, or helps create one from the header.

Review GitHub diffs locally

Open PR files in the editor, comment inline, reply to threads, and submit a full review.

Merge like GitHub would

Squash, merge, or rebase with GitHub's generated title, message, bullets, and trailers.

Incoming

Mobile and SSH remote workflows are next.

Mobile access
Remote over SSH

Pricing

Local stays free. GitHub is Pro.

Reviu does not meter your agent usage. Pay only when you want GitHub pull requests, reviews, checks, merge, and notifications in the app.

Local agent review

Free

For coding with agents on your machine, reviewing their diffs, and finishing branches with local Git.

$0
Download Reviu
  • Agent sessions with ACP registry agents
  • Parallel worktrees and durable session state
  • Diff review with comments sent back to the agent
  • Local Git: stage, rebase, conflicts, terminal

GitHub handoff

Pro

For developers whose local agent work ends in GitHub pull request review and merge.

$9/month
$79/yearSave 27%

14-day free trial. Cancel anytime.

Download & start free trial
  • Everything in Free
  • Pull request dock with checks and merge
  • GitHub review comments and submit review
  • Inbox notifications and browser extension
What changes with Pro

Free covers local work. Pro adds GitHub.

The core agent review loop stays free. Pro is the paid layer for pull requests, GitHub reviews, checks, merge, and notifications.

Agent sessions and parallel worktrees
Free
Pro
Local diff review with comments to the agent
Free
Pro
Local Git: staging, history, conflicts, rebase
Free
Pro
Pull request dock with checks and merge
Free
Pro
GitHub review comments and submit review
Free
Pro
GitHub inbox and pull request extension
Free
Pro
Mobile access
Free
ProPlanned
Remote over SSH to servers and VPS
Free
ProPlanned

No agent meter. Use the CLI subscription you already have.

Download Reviu
Browser extension

Start in GitHub. Review in Reviu.

Add Open in Reviu to GitHub pull requests. Reviu opens the branch locally, ready for diff review, files, and terminal.

github.com/lumenware/checkout/pull/48

GitHub PR #48

needs local review

Local checkout

diff, files, terminal

branchcheckout-discounts

Downloads

Download Reviu for your platform.

No account for local sessions

Open a repository and run the agent CLI you already use. Sign in only for Reviu Pro's GitHub pull request workflow.

Script

Linux

Install from the terminal and keep updates simple.

Install

curl -fsSL https://reviu.dev/install.sh | sh

FAQ

Quick answers before you download Reviu

The essentials on pricing, platforms, and GitHub workflows.

What is Reviu?

Reviu is a native desktop app built with Rust and GPUI for managing coding-agent sessions. Run Claude Code, Codex, Gemini, or another ACP-registry agent, review every diff, send line comments back, then stage, commit, and push with real Git underneath - all free. Reviu Pro adds GitHub: your branch's pull request in the dock, review, checks, merge, and a notifications inbox.

Which agents does Reviu support?

Any agent from the official Agent Client Protocol registry: Claude Code, Codex, Gemini, Copilot, Cline, and about twenty others. Reviu drives the CLI you already installed and signed into, so agents run with your existing subscription - no API key to paste. Agents run as local processes on your machine.

Do I need Pro to review agent code?

No. Agent sessions, local diff review, inline comments sent back to the agent, parallel worktrees, and local Git workflows are free. Reviu Pro adds GitHub pull requests in the dock, GitHub review comments, checks, merge actions, notifications, and the browser extension.

Where does Reviu fit if I already have Git tooling?

Keep the tools you like. Reviu is built for the loop that starts before the commit: the agent works in a durable session, you review the diff, send fixes back from inline comments, then finish with hunk staging, interactive rebase, conflicts, history, and push in the same app. Pro adds your branch's pull request in the dock.

Does Reviu run agents in the cloud?

No. Reviu launches the agent CLI you already installed and signed into, so the agent runs as a local process on your machine. Reviu Pro connects that local workflow to GitHub pull requests, checks, reviews, merge, and notifications.

Is Reviu built with a webview?

No. Reviu is a fully native desktop app built with gpui.rs, a Rust-based GPU-accelerated UI framework. No Electron, no webview - just native performance.

Do I need an account to use Reviu?

No. Agent sessions and all local Git features work without an account. Signing in is only required for the GitHub integration in Reviu Pro.

Which platforms does Reviu support?

Reviu supports macOS (Apple Silicon and Intel), Windows (ARM64 and x64), and Linux through the install command on the download section.