macOS
brew install dupseeklocal Homebrew formula metadata
brew
Interactive program to find and remove duplicate files. Version 1.3 via Homebrew; verified 2026-05-19.
install
brew install dupseeklocal Homebrew formula metadata
overview
Interactive program to find and remove duplicate files
history
dupseek is Antonio Bellezza's small interactive Perl command-line tool for finding and removing duplicate files. Its interest is the algorithm and workflow: it compares files progressively instead of simply hashing every candidate up front.
The official Beautylabs page dates the public releases to 2003-2005, with version 1.0 in June 2003 and version 1.3 in September 2005. The tool was distributed as a small archive containing development files and the standalone dupseek program.
The page contrasts dupseek with the common size-plus-fingerprint method. dupseek first groups by file size, then reads and compares small chunks, increasing chunk size and dropping files from consideration as soon as they differ. The author presents this as especially efficient when many large files share the same size.
The official platform notes list reports from Debian GNU/Linux Woody and Sarge, Mac OS X 10.2.6, and FreeBSD 4.7. Credits mention a contributed patch for batch processing and option parsing, plus outside Mac OS X testing, which suggests modest but real user feedback around a personal utility.
dupseek is meant for careful cleanup rather than unattended deduplication. It can be interrupted with Ctrl-C to show partial results, and the user can inspect groups or continue processing. The official warning is blunt because automatic deletion support appeared in version 1.1.
The notable operational caveat is that directories being checked should not be modified while dupseek runs, and older versions had a dangerous duplicate-directory bug that was later marked corrected in version 1.3.
dupseek is a compact example of pre-modern duplicate-file tooling: one Perl script, interactive control, sparse reads, and explicit user caution. It is less famous than later dedup tools, but it captures a useful design tradeoff from the early-2000s Unix utility shelf.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dupseek | cli | global executable |
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.
http://www.beautylabs.net/software/dupseek.html
install metadata
| Package key | brew:dupseek |
|---|---|
| Version | 1.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dupseek |
| Homepage | http://www.beautylabs.net/software/dupseek.html |
| Upstream docs | http://www.beautylabs.net/software/dupseek.html |
| License | GPL-2.0-only |
| Source archive | http://www.beautylabs.net/software/dupseek-1.3.tgz |
| Last updated | 2026-05-19T13:03:29-04:00 |
| Pulse | updated |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dupseek |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.