# ddh mit Homebrew, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ddh in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:ddh
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ddh
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ddh
```

  Evidenz: MacPorts ports tree: sysutils/ddh/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ddh
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/dd/ddh/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:ddh
- **Paketmanager:** Homebrew
- **Version:** 0.13.0
- **Quellzusammenfassung:** Fast duplicate file finder
- **Homepage:** <https://github.com/darakian/ddh>
- **Repository:** <https://github.com/darakian/ddh>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ddh (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.13.0
## Projektgeschichte und Nutzung

DDH, expanded in its README as Directory Differential hTool, is a Rust duplicate-file finder that traverses directories, hashes files as needed, and reports duplicate and unique file sets.

### Projektgeschichte

The GitHub repository was created in 2018 and the README keeps the project deliberately small: usable as both a Rust library and a standalone CLI. Its official releases show 0.12.0 and 0.13.0 in 2022, which is enough to establish a modest public package history without inventing a broader origin story.

### Adoptionsgeschichte

DDH has comparatively narrow adoption compared with older duplicate-file tools, but its availability through Homebrew, MacPorts, and Nix matches the pattern of Rust utilities that package cleanly for users who want a fast single binary.

### Wie es verwendet wird

CLI usage centers on selecting directories, choosing duplicate-only or all-file verbosity, and emitting either human-readable standard output or JSON for downstream tools. The README also shows library use through a deduplication API.

### Warum Paket-Nerds sich dafür interessieren

DDH is interesting as a small Rust package because it combines a filesystem-maintenance job with package-manager-friendly installation and JSON output. Its significance is practical rather than historical: it is the kind of niche utility that becomes useful when installed everywhere through common package managers.

### Zeitleiste

- 2018: Public GitHub repository created.
- 2022: DDH 0.12.0 released.
- 2022: DDH 0.13.0 released.

### Related projects

- ddh-move is named by the README as a downstream consumer of DDH JSON output.
- Other duplicate-file finders occupy the same package category, but DDH's official materials emphasize its Rust library and CLI split.

### Quellen

- <https://github.com/darakian/ddh>
- <https://github.com/darakian/ddh#readme>
- <https://github.com/darakian/ddh/releases>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - ddh: normalized package name match | nixpkgs package indexes: pkgs/by-name/dd/ddh/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ddh: normalized package name match | MacPorts ports tree: sysutils/ddh/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ddh.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ddh.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
