Show HN: Codiff, a local diff review tool
Summary
Codiff is a minimal, local diff viewer for reviewing staged and unstaged Git changes, with LLM-powered walkthroughs and inline review comments.
View Cached Full Text
Cached at: 05/17/26, 06:45 AM
nkzw-tech/codiff
Source: https://github.com/nkzw-tech/codiff
Codiff
Codiff is a beautiful, minimal, local diff viewer for reviewing staged and unstaged Git changes before committing.
Why Codiff
- Fast Local Reviews: See changes in any Git repository to review code before committing.
- LLM Walkthroughs: Run
codiff -wto ask Codex to give your a review order and more context. - Inline Review Comments: Comment directly on changed lines and copy all review comments as Markdown for follow-ups.
Download
Download the latest Codiff app from GitHub Releases.
After installing the app, run Codiff > Install Terminal Helper to make the codiff command available in your shell.
Command Line
codiff
Run it from any Git repository, or pass a path:
codiff /path/to/repository
Start with an LLM-generated walkthrough order:
codiff -w
Launching Codiff in multiple repositories opens a separate native window for each repository.
Development
vp install
vp build
vpr codiff
For live development:
vpr dev
ELECTRON_RENDERER_URL=http://127.0.0.1:5173 vpr electron
Useful checks:
vp check
vp test
vp build
Similar Articles
@sashimikun_void: https://github.com/nkzw-tech/codiff… Cool code diff viewer btw...
Codiff is a beautiful, local diff viewer for Git repositories with LLM-powered walkthroughs and inline review comments, designed to streamline code review before committing.
@cnakazawa: Codiff 0.1 is out * Fast Local Code Reviews * Optional LLM Walkthroughs * Inline Review Comments This is the best compa…
Codiff 0.1 is a minimal, local diff viewer for Git changes with optional LLM walkthroughs and inline review comments, designed for reviewing code from AI coding agents.
@mitchellh: Hunk is very good. It has completely replaced any other local diff viewer for me. It looks good, its speedy, good keybo…
Hunk is a review-first terminal diff viewer for agent-authored changesets, offering features like multi-file review streams, inline AI annotations, and Git/Jujutsu support.
@geekbb: A diff tool that the author boldly calls "the best diff viewer ever". If you often read code changes or review patches, its goal is to make diff results more intuitive and visually appealing. https://github.com/rockorager/comview…
Introduces a terminal diff tool called comview, which the author claims is "the best diff viewer ever". It supports reading unified diff from stdin and renders it beautifully, suitable for code review.
Show HN: adamsreview – better multi-agent PR reviews for Claude Code
Introduces adamsreview, an open-source Claude Code plugin that enhances pull request reviews using a multi-agent pipeline with parallel sub-agents, validation gates, and an automated fix loop to detect more bugs with fewer false positives.