// desktop git diff reviewer
Inline commenting for code changes that haven't been committed yet. Export structured feedback that agents can consume.
//
01
Unified and split views with syntax highlighting. Word-level change detection.
02
Click any line to add feedback. Categorize as issue, suggestion, question, nitpick, or praise.
03
Export structured XML review to .revu file. Agents parse and act on your feedback.
04
Manage file staging directly. Create commits without leaving the review interface.
05
Open with a path: revu /path/to/repo. Works with any git repository.
06
Light and dark modes with system preference detection. Keyboard shortcuts throughout.
//
// install
Install via Homebrew or download directly from GitHub releases. Available for macOS (Apple Silicon and Intel) and Linux.
// homebrew (recommended)
brew install eddmann/tap/revu
// open a repository
revu /path/to/repo
//