# dutree を Homebrew, Nix でインストール

dutree のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dutree
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dutree
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dutree
```

  証拠: nixpkgs package indexes: pkgs/by-name/du/dutree/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:dutree
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/dutree>
- **バージョン:** 0.2.18
- **ソース概要:** Tool to analyze file system usage written in Rust
- **ホームページ:** <https://github.com/nachoparker/dutree>
- **リポジトリ:** <https://github.com/nachoparker/dutree>
- **ライセンス:** GPL-3.0-only
- **ソースアーカイブ:** <https://github.com/nachoparker/dutree/archive/refs/tags/v0.2.18.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- dutree (cli)
- dutree (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.2.18
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/nachoparker/dutree
- 検出された最新: v0.2.18 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

dutree is a Rust command-line disk-usage analyzer that prints a colored filesystem tree. It appeared during the same Rust CLI wave as tools like dust, but kept a simpler tree-and-aggregation focus.

### プロジェクトの歴史

The GitHub repository was created in March 2018 and the crates.io package followed in April 2018. The README describes dutree as fast, written in Rust, able to display a filesystem tree, aggregate small files, exclude paths, compare directories, and use LS_COLORS for colored output.

GitHub releases show early compatibility work in 2018, including a v0.2.7 release described as compatible with macOS, followed by minor fixes through v0.2.15 in November 2019.

### 採用の歴史

The official README documents installation through Cargo, standalone Linux release binaries, Arch's AUR, and Fedora's repositories. That is modest but meaningful adoption for a focused filesystem utility.

### 使われ方

Users run `dutree [options] <path>` with flags for depth, aggregation thresholds, summaries, real disk usage, bytes output, files-only mode, exclusions, hidden-file handling, and ASCII-only output.

### パッケージ好きにとっての重要性

dutree is notable as an early packaged Rust answer to `du` plus `tree`: less interactive than ncdu, more structured than plain `du`, and small enough to be carried by package managers for users who want a quick terminal overview.

### タイムライン

- 2018-03-25: GitHub repository created.
- 2018-04-16: `dutree` crate created on crates.io.
- 2018-05-10: v0.2.7 release published with macOS compatibility noted.
- 2019-11-18: v0.2.15 release published.

### Related projects

- The dust README lists dutree among alternatives in the disk-usage-inspection space, alongside ncdu, dua, pdu, dirstat-rs, and shell pipelines built from `du`, `sort`, and `head`.

### ソース

- <https://github.com/nachoparker/dutree>
- <https://api.github.com/repos/nachoparker/dutree>
- <https://crates.io/crates/dutree>
- <https://api.github.com/repos/nachoparker/dutree/releases>
- <https://github.com/bootandy/dust#readme>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** dutree
- **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 - dutree: normalized package name match | nixpkgs package indexes: pkgs/by-name/du/dutree/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [dust](https://pkg.so/ja/brew/dust/) - Shares pkgdb curated category or tags: cli, disk-usage, file-management, filesystem, rust.
- [rnr](https://pkg.so/ja/brew/rnr/) - Shares pkgdb curated category or tags: cli, file-management, filesystem, rust, system.
- [fcp](https://pkg.so/ja/brew/fcp/) - Shares pkgdb curated category or tags: cli, file-management, filesystem, rust, system.
- [rmrfrs](https://pkg.so/ja/brew/rmrfrs/) - Shares pkgdb curated category or tags: cli, file-management, filesystem, rust, system.
- [eza](https://pkg.so/ja/brew/eza/) - Shares pkgdb curated category or tags: cli, file-management, rust, system.
- [lsd](https://pkg.so/ja/brew/lsd/) - Shares pkgdb curated category or tags: cli, file-management, rust, system.
- [findutils](https://pkg.so/ja/brew/findutils/) - Shares pkgdb curated category or tags: cli, file-management, filesystem, system.
- [dua-cli](https://pkg.so/ja/brew/dua-cli/) - Shares pkgdb curated category or tags: cli, disk-usage, filesystem, rust, system.
- [erdtree](https://pkg.so/ja/brew/erdtree/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, disk, disk-usage, file, filesystem.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
