# Install dfmt with Homebrew, Nix, pacman

Formatter for D source code. Version 0.15.2 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#dfmt.

## Install

```sh
sudo av install brew:dfmt
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install dfmt
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dfmt
```

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

- pacman (92%):

```sh
sudo pacman -S dfmt
```

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

## Package facts

- **Package key:** brew:dfmt
- **Package manager:** Homebrew
- **Version:** 0.15.2
- **Source summary:** Formatter for D source code
- **Homepage:** <https://github.com/dlang-community/dfmt>
- **Repository:** <https://github.com/dlang-community/dfmt>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- dfmt (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.15.2
## Project history and usage

dfmt is a formatter for D source code. It can read from stdin or a file, write formatted output to stdout, edit files in place, and use EditorConfig files for formatting settings.

### Project history

The official tag history begins in 2015 with the 0.1.x series. The README describes the tool as beta quality and documents both DUB and source builds, reflecting its role inside the D language tooling ecosystem.

### Adoption history

dfmt follows the formatter pattern familiar from other language communities: a small command-line tool that can be invoked directly, integrated into editors, or run by project scripts while reading shared formatting policy from `.editorconfig`.

### How it is used

By default dfmt reads D source from stdin and writes to stdout. When given a file and `--inplace`, it rewrites that file, while command-line options can override settings discovered through applicable `.editorconfig` files.

### Why package nerds care

For package nerds, dfmt is the D ecosystem's conventional formatting binary: packaging it gives editors and build scripts a reproducible formatter without requiring each project to vendor the formatter itself.

### Timeline

- 2015: v0.1.0 appears in the official tag history.
- 2023: v0.15.0 is tagged after beta releases.
- 2024: v0.15.2 is tagged.

### Related projects

- dfmt is related to DUB, D compiler toolchains such as DMD and LDC, EditorConfig, and libdparse.

### Sources

- <https://github.com/dlang-community/dfmt#readme>
- <https://github.com/dlang-community/dfmt/blob/master/dub.json>
- <https://github.com/dlang-community/dfmt/tags>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .editorconfig
## Other Package-Manager Records

- Nix - dfmt: normalized package name match | nixpkgs package indexes: pkgs/by-name/df/dfmt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - dfmt - 0.15.2-1: normalized package name match | Arch Linux sync databases: dfmt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Dfmt is a formatter for D source code | https://github.com/dlang-community/dfmt


## Combined YAML source

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


## Sources

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