Skip to content

theamigoooooo/rsdupes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsdupes

License Status Rust FOSSA Status


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.


Overview

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

Status

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

Getting Started

Prerequisites

  • Rust (latest stable)
  • Node.js (for GUI)

CLI

cargo build --release
./target/release/rsdupes --help

GUI

cd gui
pnpm install
pnpm run dev

Contributing

Contributions are welcome.

Before starting:

  • Check existing issues
  • Open a discussion for major changes

Focus areas:

  • Performance improvements
  • Bug fixes
  • UX/UI improvements
  • Detection accuracy

License

MIT License

About

rdupes is a lightweight tool for detecting and managing duplicate files across directories. It helps you quickly identify redundant files, freeing up disk space and keeping your filesystem clean. Designed for simplicity and efficiency, it provides fast scanning with minimal setup.

Resources

License

Stars

Watchers

Forks

Packages