rtdiff – Realtime Git diff GUI and AI commits, companion for vibecoding
AI commit messages are table stakes; real-time diffs exist in every IDE.
A fast native commit and diff code editor
Weekend Rust project for Git diffs when Fork and GitKraken already dominate this space.
Developers who primarily use their IDE for Git operations
Fork · GitKraken · GitHub Desktop
Friday after work I realised that 90% of my IDE time now is just the commit/diff view — and even good IDEs feel heavy for that.
So over the weekend I built a dedicated native tool for just that. Kyde is a macOS git commit + diff editor with one goal: be fast, do Git well.
I'm curious whether anyone else mostly opens their IDE for git operations these days.
It's open source, and there's a signed app in Releases.
AI commit messages are table stakes; real-time diffs exist in every IDE.
Real-time diffs are nice, but AI commit messages are commoditized by Copilot.
Terminal Git client with side-by-side diffs and inline editing — git add -p on steroids.
2MB Rust binary replaces 100MB Node.js alternative; extensive LLM provider coverage with fallback support.
Hunk-level splitting beats git add -p for messy working trees.
Smart reverse-dependency tracking beats naive path-matching in large Rust workspaces.