# pauldreik/rdfind

find duplicate files utility

Repository: https://github.com/pauldreik/rdfind
Canonical: https://ross.abutalabs.com/products/rdfind
Language: C++
License: NOASSERTION
License Family: other
Last push: 2026-07-25T18:21:13+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 39, longevity 100
- inputs: {"age_days": 3082, "days_push": 39, "days_rel": 192, "gap_med": 380, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1304, forks 95 (observed 2026-08-28T04:04:18.533009+00:00)

## What it is
Rdfind is a command line utility that finds duplicate files by comparing file content rather than names. It can help reclaim disk space by identifying redundant data, e.g. in backup directories.

## Use cases
- find duplicate files on disk
- clean up backup directories with redundant copies
- free up disk space by detecting identical files
- compare files by content not filename
- deduplicate a photo or media collection

## When to choose
- you need a fast, mature CLI tool for content-based duplicate detection
- you want a simple Unix-style tool available in distro package managers
- you are cleaning up backups or large file trees

## When to avoid
- you need a GUI duplicate finder
- you need fuzzy/similar (not exact) duplicate matching
- you need automatic deduplication with dedup filesystem features

## Facets
- artifact type: cli-tool
- maturity: stable
- function: file-system, cli, compression
- domain: files, developer-tools
- platform: cli, cross-platform
- tags: duplicate-files, disk-cleanup, deduplication, command-line, linux, macos

## Member repositories
- pauldreik/rdfind (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:18.533009+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:51:08.956216+00:00, confidence not recorded.
  - readme: https://github.com/pauldreik/rdfind (fetched 2026-08-28T04:04:18.533009+00:00, sha b132218e42ab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
