# Installer erdtree avec Homebrew, Nix, pacman, zypper, scoop, winget, MacPorts

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

## installation

```sh
sudo av install brew:erdtree
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install erdtree
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install erd
```

  Preuve: MacPorts ports tree: textproc/erd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#erdtree
```

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

- pacman (92%):

```sh
sudo pacman -S erdtree
```

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

- zypper (92%):

```sh
sudo zypper install erdtree
```

  Preuve: openSUSE Tumbleweed package metadata: erdtree from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/erdtree
```

  Preuve: Scoop official bucket manifest trees: bucket/erdtree.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Solidiquis.Erdtree -e
```

  Preuve: Windows Package Manager source index: Solidiquis.Erdtree from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:erdtree
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.1.2
- **Résumé source:** Multi-threaded file-tree visualizer and disk usage analyzer
- **Page d'accueil:** <https://github.com/solidiquis/erdtree>
- **Dépôt:** <https://github.com/solidiquis/erdtree>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- erd (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

erdtree, installed as `erd`, is a Rust filesystem tree viewer and disk-usage analyzer. Its README positions it as a cross-platform, multi-threaded blend of `du`, `tree`, `find`, `wc`, and `ls`.

### Historique du projet

The official repository was created in 2022 and reached a 1.0 GitHub release in 2023. The project is part of the modern wave of Rust replacements and hybrids for classic Unix command-line utilities, with attention to Git ignore rules, colored output, icons, multiple layout modes, and parallel traversal.

### Historique d'adoption

Adoption is package-manager driven: the input facts list Homebrew, MacPorts, Nix, Arch, Scoop, winget, and zypper packages. That spread matches the project's cross-platform claim and its appeal as a workstation utility rather than a server daemon or library.

### Modes d'utilisation

Users run `erd` against a directory to inspect file trees and disk usage. The README documents options for logical or physical sizes, line and word counts, long metadata views, glob or regex filtering, depth limits, sorting, icons, Git ignore behavior, thread counts, and one-filesystem traversal.

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

erdtree matters to command-line tool collectors because it combines several familiar Unix inspection patterns into one packaged binary. It is also a neat packaging case: one Rust crate surfaces as a cross-platform CLI with shell completions, config files, and operating-system-specific filesystem behavior.

### Chronologie

- 2022: The GitHub repository was created.
- 2023: Version 1.0 was published on GitHub releases.
- 2020s: Packages appear across Unix-like and Windows package managers according to the supplied package-manager facts.

### Related projects

- erdtree is explicitly compared with `tree`, `du`, `find`, `wc`, `ls`, exa, dua, dust, and fd in its README.

### Sources

- <https://github.com/solidiquis/erdtree>
- <https://github.com/solidiquis/erdtree/releases>
- <https://api.github.com/repos/solidiquis/erdtree>


## 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: $ERDTREE_TOML_PATH, $XDG_CONFIG_HOME/erdtree/.erdtree.toml, $XDG_CONFIG_HOME/.erdtree.toml, ~/.config/erdtree/.erdtree.toml, ~/.erdtree.toml, $ERDTREE_CONFIG_PATH, $XDG_CONFIG_HOME/erdtree/.erdtreerc, $XDG_CONFIG_HOME/.erdtreerc, ~/.config/erdtree/.erdtreerc, ~/.erdtreerc
- Windows: %APPDATA%\erdtree\.erdtree.toml, %APPDATA%\erdtree\.erdtreerc
## Autres enregistrements de gestionnaires de paquets

- Nix - erdtree: normalized package name match | nixpkgs package indexes: pkgs/by-name/er/erdtree/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - erdtree - 3.1.2-3: normalized package name match | Arch Linux sync databases: erdtree from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A multi-threaded filesystem and disk-usage analysis tool | https://github.com/solidiquis/erdtree
- zypper - erdtree - 3.1.2~0-2.8: normalized package name match | openSUSE Tumbleweed package metadata: erdtree from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A multi-threaded file-tree visualizer and disk usage analyzer | https://github.com/solidiquis/erdtree
- Scoop - main/erdtree: normalized package name match | Scoop official bucket manifest trees: bucket/erdtree.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Solidiquis.Erdtree: normalized package name match | Windows Package Manager source index: Solidiquis.Erdtree from https://cdn.winget.microsoft.com/cache/source.msix
- MacPorts - erd: installed executable or alias match | MacPorts ports tree: textproc/erd/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/erdtree.yml](https://github.com/mxcl/pkgdb/blob/main/combined/erdtree.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
