rsdupes is a duplicate file detection and management tool built with Rust and Tauri.
This project is still in active development and is not production-ready.
rsdupes helps you:
- Detect duplicate files using hashing
- Analyze duplicate groups
- Safely manage and remove duplicates
The project includes:
- A CLI tool for fast usage
- A GUI (Tauri + React) for visual management
This project is currently Work In Progress (WIP).
Areas that still need improvement:
- Performance (large directories)
- Stability and error handling
- Accuracy of duplicate detection
- GUI refinement and UX improvements
- Rust (latest stable)
- Node.js (for GUI)
cargo build --release
./target/release/rsdupes --helpcd gui
pnpm install
pnpm run devContributions are welcome.
Before starting:
- Check existing issues
- Open a discussion for major changes
Focus areas:
- Performance improvements
- Bug fixes
- UX/UI improvements
- Detection accuracy
MIT License