# Installer dep-tree avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:dep-tree
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dep-tree
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dep-tree
```

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

## Faits du paquet

- **Clé du paquet:** brew:dep-tree
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/dep-tree>
- **Version:** 0.23.4
- **Résumé source:** Tool for visualizing dependencies between files and enforcing dependency rules
- **Page d'accueil:** <https://github.com/gabotechs/dep-tree>
- **Dépôt:** <https://github.com/gabotechs/dep-tree>
- **Docs amont:** <https://github.com/gabotechs/dep-tree#readme>
- **Licence:** MIT
- **Archive source:** <https://github.com/gabotechs/dep-tree/archive/refs/tags/v0.23.4.tar.gz>
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- dep-tree (cli)
- dep-tree (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.23.4
- données locales: OK
- dépôt amont: https://github.com/gabotechs/dep-tree
- dernière version détectée: v0.23.4 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

dep-tree is a CLI for visualizing file dependency graphs and enforcing dependency rules. It renders codebase structure as a tree or 3D force-directed graph and can fail CI when imports violate rules in .dep-tree.yml.

### Historique du projet

The official repository was created in December 2022. Its README presents dep-tree as a tool for visualizing codebase entropy and keeping modules decoupled by analyzing local file imports from one or more entrypoints.

The project grew around a few focused commands: entropy for browser-based 3D graphs, tree for terminal exploration, explain for showing dependencies between glob-selected areas, and check for enforcing allow or deny rules.

### Historique d'adoption

dep-tree is distributed through Homebrew on macOS and Linux, plus pip and npm for broader platform access. That multi-channel packaging fits the tool's audience: teams may want the same architecture check available in local shells, Python-heavy repos, JavaScript-heavy repos, and CI.

The GitHub release feed shows active 0.23.x releases through March 2025, and the README links generated graphs for well-known projects across TypeScript, Python, Rust, and Go.

### Modes d'utilisation

Users point dep-tree at one or more entry files to build a local dependency graph. dep-tree entropy opens a browser visualization, dep-tree tree shows a navigable terminal tree, and dep-tree explain reports whether files matching one glob depend on files matching another.

For CI, dep-tree check reads .dep-tree.yml and verifies allow, deny, and circular-dependency rules. That makes it a lightweight architecture-linting tool rather than only a visualization toy.

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

dep-tree is notable because it packages architecture boundaries as a small CLI instead of a platform-specific IDE feature. That makes dependency hygiene scriptable in package test phases and CI jobs.

It also shows a modern packaging pattern: one upstream tool ships through brew, pip, and npm so different ecosystems can install the same executable in the way their automation already understands.

### Chronologie

- 2022: The gabotechs/dep-tree repository is created on GitHub.
- 2024: dep-tree v0.23.0 is released.
- 2025: dep-tree v0.23.4 is released.

### Related projects

- Graph visualization tools and force-directed layouts are related to dep-tree's entropy view.
- Import linters and architecture-test tools are related to dep-tree check.
- Language parsers for JavaScript, TypeScript, Python, Rust, and Go are part of the supported-language story documented by the README.

### Sources

- <https://github.com/gabotechs/dep-tree>
- <https://github.com/gabotechs/dep-tree#readme>
- <https://api.github.com/repos/gabotechs/dep-tree>
- <https://api.github.com/repos/gabotechs/dep-tree/releases>


## 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: .dep-tree.yml
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** dep-tree
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - dep-tree: normalized package name match | nixpkgs package indexes: pkgs/by-name/de/dep-tree/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [johnnydep](https://www.automicvault.com/fr/pkg/brew/johnnydep/) - Shares av.db curated category or tags: cli, dependencies, dependency-analysis, developer-tools.
- [pipdeptree](https://www.automicvault.com/fr/pkg/brew/pipdeptree/) - Shares av.db curated category or tags: cli, dependency-analysis, developer-tools.
- [cargo-chef](https://www.automicvault.com/fr/pkg/brew/cargo-chef/) - Shares av.db curated category or tags: cli, dependencies, developer-tools.
- [cargo-depgraph](https://www.automicvault.com/fr/pkg/brew/cargo-depgraph/) - Shares av.db curated category or tags: cli, dependency-graph, developer-tools.
- [cargo-edit](https://www.automicvault.com/fr/pkg/brew/cargo-edit/) - Shares av.db curated category or tags: cli, dependencies, developer-tools.
- [cargo-outdated](https://www.automicvault.com/fr/pkg/brew/cargo-outdated/) - Shares av.db curated category or tags: cli, dependencies, developer-tools.
- [cpm](https://www.automicvault.com/fr/pkg/brew/cpm/) - Shares av.db curated category or tags: cli, dependencies, developer-tools.
- [dependabot](https://www.automicvault.com/fr/pkg/brew/dependabot/) - Shares av.db curated category or tags: cli, dependencies, developer-tools.
- [makefile2graph](https://www.automicvault.com/fr/pkg/brew/makefile2graph/) - Local package facts share a topical domain. Shared terms: cli, dependencies, dependency, dependency-graph, developer.

## Combined YAML source

View the package source record on GitHub. [combined/dep-tree.yml](https://github.com/automic-vault/db/blob/main/combined/dep-tree.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
