Real-time code modification tracking for the multi-agent era.
One binary. Zero config. Total visibility.
curl -fsSL https://0diff.dev/install.sh | sh
Open source · MIT License · Built with Rust · By ZeroSuite, Inc.
You run Claude Code, Cursor, Copilot, Windsurf, or Devin alongside your team. They modify files silently, commit under your identity, and introduce changes that bypass review. Traditional tools like git diff and git blame were not built for this world.
"I had 100 agents spawned on a complex Rust project. One agent refactored a shared module. 4 other agents started failing silently. I didn't know for 45 minutes."
Change-related regressions are the #1 preventable source of production incidents.
A single Rust binary that watches your codebase, computes intelligent diffs,
identifies who made each change (human or AI), and logs everything.
Native inotify/FSEvents monitoring. Debounced. Instant detection, zero CPU overhead.
Myers algorithm. Line-level precision. Whitespace and comment filtering built in.
Automatic blame, branch detection, and author identification on every change.
Identifies Claude, Cursor, Copilot, Windsurf, Devin via commit headers, env vars, and TTY heuristics.
JSON-lines log. Query by author, file, date, branch, or agent. Full audit trail.
Written in Rust. ~2 MB static binary. No runtime, no dependencies. Install with curl.
The first code tracking tool designed for human + AI codebases.
Co-Authored-By commit headers
Custom patterns configurable in .0diff.toml — detect any agent.
git diff?| Capability | git diff | watchexec | fswatch | 0diff |
|---|---|---|---|---|
| Real-time file watching | -- | ✓ | ✓ | ✓ |
| Smart diff engine | ✓ | -- | -- | ✓ |
| Author attribution | manual | -- | -- | auto |
| AI agent detection | -- | -- | -- | ✓ |
| Searchable history | -- | -- | -- | ✓ |
| Notifications (Slack/Discord) | -- | -- | -- | ✓ |
| Background daemon mode | -- | -- | -- | ✓ |
| Single binary, zero deps | ✓ | ✓ | build | ✓ |
Using AI assistants daily. Need to know what the AI changed vs what they wrote.
Distributed across time zones. Need real-time awareness of each other's changes.
Need the big picture: hotspots, author summaries, and flagged sensitive file changes.
Database migrations, auth logic, payment code. Zero tolerance for silent changes.
similar crateWatch, diff, log, status, init. Git attribution. AI agent detection. JSON output. Single binary.
Background daemon mode. Slack / Discord / webhook integrations. Daily digest summaries.
Comment filtering. Critical file alerts. Multi-agent collision detection. File-level watch rules.
VS Code extension. GitHub Actions integration. Cross-platform release CI/CD. Homebrew tap.
Open source. Free forever. MIT License.
A single Rust binary. Zero configuration.
curl -fsSL https://0diff.dev/install.sh | sh
Built by ZeroSuite, Inc. -- Cotonou, Benin