Codiff v0.1.0: A Local Diff Viewer for LLM-Generated Code Reviews

Codiff v0.1.0 is a native desktop diff viewer designed for developers who frequently review code written by LLMs. It provides a fast, minimal interface for reviewing staged and unstaged Git changes before committing.
Key Features
- LLM Walkthrough Mode: Run
codiff -wto get an LLM-generated walkthrough of the diff. - Inline Comments: Add comments on changed lines and copy the full review as Markdown with diff context.
- File Filters & Search: Filter by file and search within diffs.
- Large Diff Performance: Built to handle large diffs quickly.
Installation
Download the macOS app from the GitHub releases page. After installing, use Codiff > Install Terminal Helper to enable the codiff command.
The tool was built in 16 minutes by pointing an LLM at diffs.com and trees.software, and is available under an open-source license.
📖 Read the full source: HN LLM Tools
👀 See Also

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.

Silos Dashboard: Open-source web UI for managing OpenClaw agents
Silos Dashboard is an MIT-licensed web UI for managing OpenClaw agents, replacing config files and CLI with a single interface. It offers agent management, live chat with streaming, skill installation, task boards, channel integrations, and analytics.

CK Search: Local Semantic Search Tool with MCP Server Integration
CK Search is a local semantic search tool with a built-in MCP server that indexes any text directory without cloud dependencies. The tool can be used by AI agents via MCP, and the source provides a practical walkthrough covering setup, strengths, and limitations compared to grep.

MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks
MLJAR Studio is a desktop app that turns natural language questions into Python notebooks executed locally, with AutoML for tabular data and support for local LLMs via Ollama.