Free Download

Compare files.
Clearly.

Fast, clean file and folder comparison. See exactly what changed — line by line, side by side. Like Beyond Compare, without the clutter.

src/ config.rs +5 −3
12pub struct Config {
13 pub timeout: u32,
14 pub retries: u8,
15 pub debug: bool,
16}
17
18impl Default for Config {
12pub struct Config {
13 pub timeout: u32,
14 pub retries: u32,
15 pub verbose: bool,
16 pub log_level: u8,
17}
18
19impl Default for Config {

Features
Everything you need.
Nothing you don't.
Side-by-side diff
Compare files left and right with synchronized scrolling. Additions, deletions, and changes highlighted at a glance.
Folder comparison
Recursively compare entire directories. See which files were added, removed, or modified across two folder trees.
Fast and native
Built with Tauri and Rust. Launches instantly, uses minimal memory, runs natively on Apple Silicon and Windows.
Ignore rules
Respect .gitignore or define your own ignore patterns. Focus on the changes that actually matter.