# as-tree mit Homebrew, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für as-tree in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install as-tree
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install as-tree
```

  Evidenz: MacPorts ports tree: sysutils/as-tree/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:as-tree
- **Paketmanager:** Homebrew
- **Version:** 0.12.0
- **Quellzusammenfassung:** Print a list of paths as a tree of paths
- **Homepage:** <https://github.com/jez/as-tree>
- **Repository:** <https://github.com/jez/as-tree>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- as-tree (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.12.0
## Projektgeschichte und Nutzung

as-tree is a small Rust command-line filter that reads paths from a file or stdin and prints them as a tree. It complements path producers such as `find` and `fd` rather than replacing them.

### Projektgeschichte

The public repository was created in May 2020, with initial GitHub releases published the same month. The README states that the tool was inspired by a feature request in `fd`, and that it builds under both Cargo and Bazel.

Its README is deliberately narrow: pass a list of paths in, get a tree display out. Development notes document Bazel-based tests and fixture files, while installation notes point to pre-built releases, Cargo, and source builds.

### Adoptionsgeschichte

The provided package-manager facts list Homebrew, MacPorts, and Nix, which is a strong adoption signal for a tiny CLI filter. GitHub repository metadata reported hundreds of stars at research time.

The tool's adoption niche is among users who already compose shell pipelines. Instead of adding complex filtering options to `tree`, it lets `find` or `fd` decide what paths exist and uses `as-tree` only for presentation.

### Wie es verwendet wird

Common usage is `find . -name '*.txt' | as-tree` or `fd --exclude test | as-tree`. The CLI can also read a filename argument, print full path prefixes with `-f`, and control color with `--color always|auto|never`.

Because it is a filter, it fits neatly into scripts and aliases where users want `tree`-like output after a more expressive file search.

### Warum Paket-Nerds sich dafür interessieren

as-tree is package-nerd candy because it does one thing that Unix pipelines want: transform line-oriented path streams into tree-shaped output. It is also a small Rust utility that ships through multiple package managers despite a minimal feature set.

The contrast with `tree` is the point: no large option surface is needed when existing tools already produce the right list.

### Zeitleiste

- 2020: Public GitHub repository created.
- 2020: 0.9.0 through 0.12.0 GitHub releases published in May.

### Related projects

- The README explicitly relates as-tree to `tree`, `find`, and `fd`, and cites the fd feature request that inspired it.

### Quellen

- <https://api.github.com/repos/jez/as-tree>
- <https://api.github.com/repos/jez/as-tree/releases>
- <https://github.com/jez/as-tree>
- <https://raw.githubusercontent.com/jez/as-tree/master/README.md>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - as-tree: normalized package name match | nixpkgs package indexes: pkgs/by-name/as/as-tree/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - as-tree: normalized package name match | MacPorts ports tree: sysutils/as-tree/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

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