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