# adrianlopezroche/fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.

Repository: https://github.com/adrianlopezroche/fdupes
Canonical: https://ross.abutalabs.com/products/fdupes
Language: C
License: NOASSERTION
License Family: other
Last push: 2026-04-14T15:53:29+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 77, release rhythm 8, longevity 100
- inputs: {"age_days": 4493, "days_push": 141, "days_rel": 521, "gap_med": null, "n_releases_24m": 1}
- 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 3008, forks 221 (observed 2026-08-28T04:07:37.694246+00:00)

## What it is
FDUPES is a command-line program written in C for identifying duplicate files within specified directories, with options to recursively search, compare by signature cache, and interactively delete duplicates. It supports filtering by size, hidden files, symlinks, and hardlinks.

## Use cases
- find duplicate files in a directory tree
- delete duplicate files to free disk space
- recursively scan folders for identical files
- summarize how much space duplicates consume
- exclude empty or hidden files from duplicate search
- speed up repeated duplicate scans with a signature cache

## When to choose
- you need a fast, lightweight CLI tool to find or remove duplicate files on Unix-like systems
- you want interactive selection of which duplicates to keep
- you need recursive scanning with size, symlink, and hardlink controls

## When to avoid
- you need a GUI duplicate finder
- you need fuzzy or near-duplicate detection (e.g., similar images)
- you are on a platform without a C compiler or POSIX environment

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

## Member repositories
- adrianlopezroche/fdupes (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:37.694246+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-30T07:30:18.408988+00:00, confidence not recorded.
  - readme: https://github.com/adrianlopezroche/fdupes (fetched 2026-08-28T04:07:37.694246+00:00, sha f4dfc305be09)
- Data as of 2026-08-30T08:39:29.467469+00:00.
