# Installer treemd avec Homebrew, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de treemd pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:treemd
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install treemd
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#treemd
```

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

- pacman (92%):

```sh
sudo pacman -S treemd
```

  Preuve: Arch Linux sync databases: treemd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:treemd
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6.0
- **Résumé source:** TUI and CLI dual pane markdown viewer
- **Page d'accueil:** <https://github.com/epistates/treemd>
- **Dépôt:** <https://github.com/epistates/treemd>
- **Dernière mise à jour:** 2026-07-23T17:02:07Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- treemd (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.6.0
## Historique du projet et usages

treemd is a terminal Markdown navigator that combines a tree view, document viewing, and scriptable CLI output.

### Historique du projet

The official GitHub repository was created in November 2025. The README describes a dual CLI/TUI design for navigating Markdown structure, following links, searching documents, and extracting elements with a jq-like query language.

### Historique d'adoption

The official README documents Cargo, Homebrew, and pkgin installation, while source_facts.package-manager records Homebrew, Nix, and pacman availability. This reflects early distribution across Rust and several Unix package ecosystems.

### Modes d'utilisation

Users open a Markdown file or directory with `treemd`, navigate headings and links interactively, list document structure with `-l`, or query elements with `-q`; settings and custom keybindings live in the documented TOML config file.

### Pourquoi les passionnés de paquets s'y intéressent

treemd packages a Markdown reader, structural navigator, and query-oriented CLI in one Rust binary, making it useful both as an interactive terminal tool and in text-processing workflows.

### Chronologie

- 2025-11-08: Official GitHub repository created.
- Current: Official README documents Cargo, Homebrew, and pkgin installation.
- 2026: source_facts.package-manager records Homebrew, Nix, and pacman packages.

### Related projects

- Rust and Cargo provide the upstream build and installation ecosystem.
- jq inspires the query-language model described by the official README.

### Sources

- <https://api.github.com/repos/Epistates/treemd>
- <https://github.com/Epistates/treemd#readme>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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

- Linux: ~/.config/treemd/config.toml
- macOS: ~/Library/Application Support/treemd/config.toml
- Windows: %APPDATA%\treemd\config.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - treemd: normalized package name match | nixpkgs package indexes: pkgs/by-name/tr/treemd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - treemd - 0.6.0-1: normalized package name match | Arch Linux sync databases: treemd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A markdown navigator with tree-based structural navigation | https://github.com/Epistates/treemd


## Combined YAML source

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


## Sources

- 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
