# dep-tree を Homebrew, Nix でインストール

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
- **バージョン:** 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>
- **最終更新:** 2026-07-25T14:21:57-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dep-tree (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.23.4
## プロジェクトの歴史と使われ方

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
## 他のパッケージマネージャ記録

- 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


## Combined YAML source

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


## ソース

- 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
