# dtools mit Homebrew, apk, Nix, pacman, apt installieren

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

## Installation

```sh
sudo av install brew:dtools
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install dtools
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dtools
```

  Evidenz: Alpine Linux edge package indexes: dtools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#dtools
```

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

- pacman (92%):

```sh
sudo pacman -S dtools
```

  Evidenz: Arch Linux sync databases: dtools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install dustmite
```

  Evidenz: Debian stable package indexes: dustmite from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:dtools
- **Paketmanager:** Homebrew
- **Version:** 2.112.0
- **Quellzusammenfassung:** D programming language tools
- **Homepage:** <https://dlang.org/>
- **Repository:** <https://github.com/dlang/tools>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ddemangle (Alias)
- dustmite (Alias)
- rdmd (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

dtools is the Homebrew packaging name for the D language's ancillary tools repository. It packages command-line utilities around the D compiler ecosystem, most visibly `rdmd`, `dustmite`, and `ddemangle`.

### Projektgeschichte

The dlang/tools repository was created in 2011 and describes itself as hosting tools redistributed with DMD or used internally for D build tasks. The public tools table includes a D symbol demangler, the `rdmd` build/run helper, and DustMite, a test-case minimization tool.

### Adoptionsgeschichte

The tools are adopted as part of the D language toolchain rather than as a standalone end-user application. Homebrew, Debian/Ubuntu, Alpine, Arch, Nix, and other package systems expose some or all of these utilities, with Debian-family packages especially focusing on DustMite.

### Wie es verwendet wird

`rdmd` is used to compile and run D source files with dependency tracking, `ddemangle` decodes D symbol names, and `dustmite` reduces failing source trees or test cases. The upstream README also documents building all tools with `make all` or individual tools with DUB.

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

dtools is interesting because it is not one app: it is a grab bag of language-maintainer utilities that package managers have to present as a coherent formula. It also preserves older D workflow habits, such as single-file execution with `rdmd` and minimization with DustMite, in a single installable package.

### Zeitleiste

- 2011: Public dlang/tools GitHub repository created.
- 2010s: Repository becomes the home for DMD-redistributed and internal D build tools.
- 2020s: Homebrew formula tracks dlang/tools release tags and installs public tools such as `ddemangle`, `dustmite`, and `rdmd`.

### Related projects

- Closely related projects include DMD, DUB, the D language website, the D wiki's development-tools index, and the original DustMite documentation.

### Quellen

- <https://github.com/dlang/tools>
- <https://dlang.org/rdmd.html>
- <https://wiki.dlang.org/Development_tools>
- <https://formulae.brew.sh/api/formula/dtools.json>


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- generalized runtime or code generation signal

## Andere Paketmanager-Einträge

- Nix - dtools: normalized package name match | nixpkgs package indexes: pkgs/by-name/dt/dtools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - dtools - 2.112.0-r1: normalized package name match | Alpine Linux edge package indexes: dtools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Ancillary tools for the D programming language compiler | https://github.com/dlang/tools
- pacman - dtools - 2.112.0-1: normalized package name match | Arch Linux sync databases: dtools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Ancilliary tools for the D programming language | https://www.dlang.org
- Debian apt - dustmite - 0.0.430-2.1+b1: installed executable or alias match | Debian stable package indexes: dustmite from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Tool for minimizing D source code | https://github.com/CyberShadow/DustMite/wiki
- Ubuntu apt - dustmite - 0.0.430-2.1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: dustmite from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Tool for minimizing D source code | https://github.com/CyberShadow/DustMite/wiki


## Combined YAML source

View the package source record on GitHub. [combined/dtools.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dtools.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
