// desktop git diff reviewer

Review local changes.
Guide your AI agent.

Inline commenting for code changes that haven't been committed yet. Export structured feedback that agents can consume.

revu application

//

01

Diff Views

Unified and split views with syntax highlighting. Word-level change detection.

02

Inline Comments

Click any line to add feedback. Categorize as issue, suggestion, question, nitpick, or praise.

03

Send to Agent

Export structured XML review to .revu file. Agents parse and act on your feedback.

04

Stage & Commit

Manage file staging directly. Create commits without leaving the review interface.

05

CLI Integration

Open with a path: revu /path/to/repo. Works with any git repository.

06

Themes

Light and dark modes with system preference detection. Keyboard shortcuts throughout.

//

// install

Get started

Install via Homebrew or download directly from GitHub releases. Available for macOS (Apple Silicon and Intel) and Linux.

macOS Linux Apple Silicon Intel

// homebrew (recommended)

brew install eddmann/tap/revu

// open a repository

revu /path/to/repo
Download from GitHub →

//