Automic VaultAutomic Vault

brew

Install jdupes with Homebrew, apk, apt, dnf, MacPorts, Nix, scoop, zypper

Duplicate file finder and an enhanced fork of 'fdupes'. Version 1.31.1 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install jdupes

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install jdupes

MacPorts ports tree · sysutils/jdupes/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add jdupes

Alpine Linux edge package indexes · jdupes · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install jdupes

Debian stable package indexes · jdupes · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install jdupes

Fedora Rawhide package metadata · jdupes · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#jdupes

nixpkgs package indexes · pkgs/by-name/jd/jdupes/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install jdupes

openSUSE Tumbleweed package metadata · jdupes · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/jdupes

Scoop official bucket manifest trees · bucket/jdupes.json · source: api.github.com

overview

Package summary

Duplicate file finder and an enhanced fork of 'fdupes'

Commands and aliases

  • jdupes

history

Project history and usage

jdupes is a duplicate-file finder and action tool descended from fdupes. Its upstream README emphasizes exact duplicate detection, data-loss avoidance, faster scans, native Windows support, hard-linking, symlinking, deletion, and block-level deduplication.

Project history

Jody Bruchon's project began as performance and behavior patches for Adrian Lopez's fdupes. In the author-written history, Bruchon says the first change that led to jdupes was made during the last week of December 2014 after fdupes progress output proved slow over SSH.

The fork was first named fdupes-jody after the fdupes maintainer did not merge the patch set. Bruchon continued optimizing and adding features in 2015, including Windows and Mac OS X portability, hard-link support, size exclusion, sorting changes, Btrfs block-level dedupe support, and many performance improvements.

On December 23, 2015, fdupes-jody 2.2 was renamed to jdupes 1.0. In October 2023, Bruchon announced that jdupes, libjodycode, and his other software projects were migrating to Codeberg.

Adoption history

The author history says jdupes spread into many Linux distributions, and the batch input records packages in Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Scoop, Ubuntu, and openSUSE. That breadth fits its role as a command-line filesystem utility with conservative defaults but powerful destructive options for expert use.

How it is used

jdupes scans one or more directories for byte-identical files and can print match sets, recurse through trees, delete duplicates, create hard links or symlinks, summarize duplicates, emit JSON, use a hash database, and perform copy-on-write deduplication where supported. The README explicitly warns that similar-file matching is outside its scope.

Why package nerds care

jdupes matters to package nerds because it is a classic fork story with measurable command-line utility: a small C tool outgrew its parent by focusing on speed, safety checks, portability, and filesystem-specific actions. It is also a reminder that package availability can make a fork the practical default even when the original tool remains known.

Timeline

  • 1999: The author history describes fdupes as present since at least this year.
  • 2014: Initial fdupes patch work began during the last week of December.
  • 2015: fdupes-jody accumulated portability, performance, and deduplication features.
  • 2015: fdupes-jody 2.2 was renamed to jdupes 1.0 on December 23.
  • 2023: The project migration to Codeberg was announced.

Related projects

  • Related projects include fdupes, the parent project; dupd and fclones, which the author discusses as competing duplicate finders; and libjodycode, a shared library factored from code that had been reused across jdupes and other Bruchon projects.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
jdupescliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.31.1
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://codeberg.org/jbruchon/jdupes

  • infoNo package-manager update timestamp was available.low confidence
  • infoRelease/tag comparison is only available for GitHub repositories.https://codeberg.org/jbruchon/jdupesnone confidence

install metadata

Package metadata

Package keybrew:jdupes
Version1.31.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/jdupes
Homepagehttps://codeberg.org/jbruchon/jdupes
Repositoryhttps://codeberg.org/jbruchon/jdupes
Upstream docshttps://codeberg.org/jbruchon/jdupes/src/branch/master/README.md
LicenseMIT
Source archivehttps://codeberg.org/jbruchon/jdupes/archive/v1.31.1.tar.gz
Dependencieslibjodycode
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejdupes
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

jdupes 1.28.0-1+deb13u1

identify and delete or link duplicate files

https://www.jdupes.com/

sudo apt install jdupes
  • Section: utils
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Jdupes
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jdupes from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

jdupes

nix profile install nixpkgs#jdupes
  • normalized package name match
  • Matched by: Jdupes
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/jd/jdupes/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

jdupes 1.27.3-5build1

identify and delete or link duplicate files

https://www.jdupes.com/

sudo apt install jdupes
  • Section: universe/utils
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Jdupes
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jdupes from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

jdupes 1.31.1-r0

identifying and taking actions upon duplicate files

https://codeberg.org/jbruchon/jdupes

sudo apk add jdupes
  • License: MIT
  • Architecture: x86_64
  • Source Package: jdupes
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Jdupes
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jdupes from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

jdupes-doc 1.31.1-r0

identifying and taking actions upon duplicate files (documentation)

https://codeberg.org/jbruchon/jdupes

sudo apk add jdupes-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: jdupes
  • normalized package name match
  • Matched by: Jdupes
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jdupes-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

jdupes 1.31.1-1.fc45

Duplicate file finder and an enhanced fork of 'fdupes'

https://codeberg.org/jbruchon/jdupes

sudo dnf install jdupes
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: jdupes
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Jdupes
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: jdupes from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

jdupes 1.30.0-1.3

A powerful duplicate file finder and an enhanced fork of 'fdupes'

https://codeberg.org/jbruchon/jdupes

sudo zypper install jdupes
  • License: MIT
  • Category: Productivity/File utilities
  • Architecture: x86_64
  • Source Package: jdupes
  • 4 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Jdupes
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jdupes from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

jdupes

sudo port install jdupes
  • normalized package name match
  • Matched by: Jdupes
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/jdupes/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/jdupes

scoop install main/jdupes
  • normalized package name match
  • Matched by: Jdupes
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/jdupes.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment