# 使用 Homebrew, Nix 安装 dep-tree

查看 dep-tree 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:dep-tree
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/dep-tree>
- **版本:** 0.23.4
- **来源摘要:** Tool for visualizing dependencies between files and enforcing dependency rules
- **主页:** <https://github.com/gabotechs/dep-tree>
- **仓库:** <https://github.com/gabotechs/dep-tree>
- **上游文档:** <https://github.com/gabotechs/dep-tree#readme>
- **许可证:** MIT
- **源码归档:** <https://github.com/gabotechs/dep-tree/archive/refs/tags/v0.23.4.tar.gz>
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- dep-tree (cli)
- dep-tree (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.23.4
- 本地数据: OK
- 上游仓库: https://github.com/gabotechs/dep-tree
- 检测到的最新版本: v0.23.4 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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.

### 来源

- <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>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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
## 源数据库详情

- **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

## 其他软件包管理器记录

- 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


## 相关链接

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


## 来源

- 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
