macOS
brew install md5deeplocal Homebrew formula metadata
sudo port install md5deepMacPorts ports tree · security/md5deep/Portfile · source: api.github.com
brew
Recursively compute digests on files/directories. Version 4.4 via Homebrew; verified from local package data.
install
brew install md5deeplocal Homebrew formula metadata
sudo port install md5deepMacPorts ports tree · security/md5deep/Portfile · source: api.github.com
sudo dnf install md5deepFedora Rawhide package metadata · md5deep · source: dl.fedoraproject.org
sudo zypper install hashdeepopenSUSE Tumbleweed package metadata · hashdeep · source: download.opensuse.org
sudo apt install hashdeepDebian stable package indexes · hashdeep · source: deb.debian.org
nix profile install nixpkgs#hashdeepnixpkgs package indexes · pkgs/by-name/ha/hashdeep/package.nix · source: api.github.com
overview
Recursively compute digests on files/directories
history
md5deep is the historical package name for the hashdeep tool family: recursive file hashing utilities that compute message digests and compare files against known hash sets. The upstream README describes support for MD5, SHA-1, SHA-256, Tiger, and Whirlpool.
The upstream NEWS file traces the project to version 0.12 on 2002-11-01, described as the first internally published version, with md5sum compatibility switches and initial documentation cleanup. Version 1.0 followed on 2004-03-15 with hierarchy traversal moved into `dig.c`, symbolic-link handling, standard-input support, expert mode, NSRL import fixes, and better error handling.
The project expanded from md5deep into a broader forensics-oriented hashing suite. NEWS records SHA-1 support in 2004, SHA-256 in 2004, Whirlpool in 2005, Tiger in 2005, and the `hashdeep` program in 2008 for multihashing and hash-file auditing.
Version 4.0 in 2012 was a major rewrite: the NEWS file says most of the program was rewritten in C++, multiprocessor support was enabled on all platforms, and many bugs were fixed. The README notes that the package still has historically different options and features depending on whether it is invoked as `hashdeep` or `md5deep`.
The supplied package-manager metadata shows the suite distributed by Homebrew as `md5deep`, by Debian/Ubuntu and Nix as `hashdeep`, and by Fedora, MacPorts, and openSUSE under related package names. That cross-distro packaging reflects its long-standing role in Unix file-integrity and digital-forensics workflows.
The tool family survived partly because it is scriptable and format-oriented: it can generate recursive hash manifests, load known-hash files with `-k`, and audit a directory with `hashdeep -a`.
Common usage is recursive hashing of directories and files, then comparison against known hash sets. The README demonstrates generating an audit file with `hashdeep -r dir > /tmp/auditfile` and later checking it with `hashdeep -a -k /tmp/auditfile -r dir`.
The suite installs several algorithm-specific command names, including `md5deep`, `sha1deep`, `sha256deep`, `tigerdeep`, and `whirlpooldeep`, plus the broader `hashdeep` interface.
For package-history people, md5deep/hashdeep is a classic example of a small command-line utility becoming infrastructure for incident response, disk imaging, and reproducible file inventories. Its NEWS file documents the path from a recursive md5sum-compatible tool to a multi-algorithm auditing suite.
It also shows how Unix package names can preserve history: Homebrew still packages `md5deep` while other ecosystems expose `hashdeep`, even though the modern README frames the repository as hashdeep.
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 |
|---|---|---|---|
hashdeep | cli | global executable | |
md5deep | cli | global executable | |
sha1deep | cli | global executable | |
sha256deep | cli | global executable | |
tigerdeep | cli | global executable | |
whirlpooldeep | 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.
https://github.com/jessek/hashdeep
install metadata
| Package key | brew:md5deep |
|---|---|
| Version | 4.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/md5deep |
| Homepage | https://github.com/jessek/hashdeep |
| Repository | https://github.com/jessek/hashdeep |
| Upstream docs | https://github.com/jessek/hashdeep#readme |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/jessek/hashdeep/archive/refs/tags/release-4.4.tar.gz |
| Build dependencies | autoconf, automake |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | md5deep |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
md5deep 4.4-27.fc44
A set of cross-platform tools to compute hashes
sudo dnf install md5deephashdeep 4.4-5.16
Compute MD5, SHA-1, SHA-256, Tiger or Whirlpool message digests
http://md5deep.sourceforge.net/
sudo zypper install hashdeepmd5deep
sudo port install md5deephashdeep 4.4+git20170824+ds-1
recursively compute hashsums or piecewise hashings
https://md5deep.sourceforge.net
sudo apt install hashdeephashdeep
nix profile install nixpkgs#hashdeephashdeep 4.4-7.1
recursively compute hashsums or piecewise hashings
sudo apt install hashdeepsource 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.