# Installer dscanner avec Homebrew, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dscanner pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:dscanner
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dscanner
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dscanner
```

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

- pacman (92%):

```sh
sudo pacman -S dscanner
```

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

## Faits du paquet

- **Clé du paquet:** brew:dscanner
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.15.2
- **Résumé source:** Analyses e.g. the style and syntax of D code
- **Page d'accueil:** <https://github.com/dlang-community/D-Scanner>
- **Dépôt:** <https://github.com/dlang-community/D-Scanner>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dscanner (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.15.2
## Historique du projet et usages

D-Scanner is a command-line analysis tool for D source code. It sits in the D language tooling layer as a linter, syntax/style checker, import/token helper, and machine-readable reporting tool for editors and CI.

### Historique du projet

The project is maintained under the dlang-community organization and is documented as a source-code analysis tool for D. Its README describes native builds with D compilers, DUB-based installation, Docker usage, linting, autofix support, custom error formats, and GitHub Actions output.

### Historique d'adoption

D-Scanner's adoption is largely within the D ecosystem rather than general-purpose developer tooling. Its README notes that many D editors already ship with D-Scanner integration, while package entries in Homebrew, Nix, Arch, and DUB make it available through both system and language package workflows.

### Modes d'utilisation

Typical usage includes `dscanner lint source/` for human-readable diagnostics, `dscanner fix source/` for interactive fixes, `--report` or custom formats for tool integration, and `dscanner.ini` to enable or disable diagnostics.

### Pourquoi les passionnés de paquets s'y intéressent

D-Scanner matters to package maintainers because language tooling often needs to be installed outside the language package manager for editor and CI integration. It is a small example of how ecosystem-specific linters become system packages when they need a stable executable on PATH.

### Chronologie

- 2010s: D-Scanner becomes part of the D language community tooling ecosystem.
- Later: The README documents DUB, Docker, editor, CI, autofix, and `dscanner.ini` workflows.
- Community era: The project is maintained in the `dlang-community` GitHub organization.

### Related projects

- DUB is the D package manager installation path documented by the project.
- DMD, LDC, and GDC are supported compiler/build targets called out in the README.
- D editors and GitHub Actions are integration targets for D-Scanner output.

### Sources

- <https://github.com/dlang-community/D-Scanner>
- <https://github.com/dlang-community/D-Scanner/blob/master/README.md>
- <https://code.dlang.org/packages/dscanner>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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: dscanner.ini
- Windows: dscanner.ini
## Autres enregistrements de gestionnaires de paquets

- Nix - dscanner: normalized package name match | nixpkgs package indexes: pkgs/by-name/ds/dscanner/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - dscanner - 0.15.2-2: normalized package name match | Arch Linux sync databases: dscanner from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Swiss-army knife for D source code | https://github.com/dlang-community/D-Scanner


## Combined YAML source

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