# Installer md-tui avec Homebrew, Nix, pacman, chocolatey

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

## installation

```sh
sudo av install brew:md-tui
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install md-tui
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#md-tui
```

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

- pacman (92%):

```sh
sudo pacman -S md-tui
```

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

### Windows

- Chocolatey (92%):

```sh
choco install MDT
```

  Preuve: Chocolatey community package catalog: MDT from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='8.8696','genymotion'

## Faits du paquet

- **Clé du paquet:** brew:md-tui
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.10.3
- **Résumé source:** Markdown renderer in the terminal written in rust
- **Page d'accueil:** <https://github.com/henriklovhaug/md-tui>
- **Dépôt:** <https://github.com/henriklovhaug/md-tui>
- **Dernière mise à jour:** 2026-06-27T19:03:26Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mdt (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

MD-TUI is a Rust terminal application for viewing and navigating Markdown files. It focuses on keyboard-driven reading, link navigation, file-tree browsing, search, syntax highlighting, optional terminal image rendering, and a configurable terminal UI.

### Historique du projet

The public GitHub repository was created in October 2023. The README presents MD-TUI as a terminal-based Markdown viewer rather than a converter: users run `mdt <file.md>`, run `mdt` to browse Markdown files under the current directory, or pipe Markdown into the program.

The project grew into a packaged Rust CLI with a documented configuration file at `~/.config/mdt/config.toml`, release binaries, Cargo installation, Homebrew, Arch, Conda-Forge/Pixi, and Nix options. Its README also notes a related Neovim plugin variant and possible library use, though library use is not the primary documented surface.

### Historique d'adoption

By July 2026, GitHub metadata showed about 491 stars, 28 forks, and 40 releases, with v0.10.3 published in June 2026. That is moderate adoption for a focused terminal reader, especially one aimed at users who prefer reading Markdown inside a terminal rather than opening a browser or editor preview.

The README's package list shows adoption across several packaging communities: Arch, Cargo, Conda-Forge via Pixi, Homebrew, and Nix. This is exactly the pattern common to small Rust TUIs that become useful enough to package outside crates.io.

### Modes d'utilisation

Typical usage is `mdt README.md`, plain `mdt` for recursive Markdown discovery with a file tree, or piping content with `cat README.md | mdt`. The default key bindings support scrolling, search, link selection, details folding, hover previews, editor handoff through `$EDITOR`, sorting, and quitting.

The official README documents `~/.config/mdt/config.toml` for keyboard and color/misc settings. It also lists supported syntax highlighting languages for code blocks, including shell, C/C++, CSS, Go, HTML, Java, JavaScript, JSON, Lua, Python, Rust, TypeScript, YAML, and others.

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

MD-TUI is package-nerd significant as a modern Rust TUI in the Markdown viewer niche: small binary, terminal-first workflow, config under XDG-style paths, and distribution through Cargo plus system package managers. It sits beside tools like `glow` and editor previews, but chooses file-tree navigation and key-driven reading as its shape.

Its executable name, `mdt`, is also worth recording because the package name is `md-tui` while the command users run is shorter. That distinction matters for package databases and command-to-package lookup.

### Chronologie

- 2023-10: Public GitHub repository created.
- 2024-02: v0.2.1 release published.
- 2026-06: v0.10.3 release published.
- 2026-07: Repository metadata shows 40 releases and package instructions for Cargo, Homebrew, Arch, Conda-Forge/Pixi, and Nix.

### Related projects

- MD-TUI is related to terminal Markdown viewers, Rust TUI applications, `$EDITOR`-driven note workflows, and the companion Neovim preview plugin mentioned by the README.

### Sources

- <https://api.github.com/repos/henriklovhaug/md-tui>
- <https://api.github.com/repos/henriklovhaug/md-tui/releases>
- <https://github.com/henriklovhaug/md-tui>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour md-tui. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: ~/.config/mdt/config.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - md-tui: normalized package name match | nixpkgs package indexes: pkgs/by-name/md/md-tui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - md-tui - 0.10.3-1: normalized package name match | Arch Linux sync databases: md-tui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Markdown renderer in the terminal | https://github.com/henriklovhaug/md-tui
- Chocolatey - MDT: installed executable or alias match | Chocolatey community package catalog: MDT from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='8.8696','genymotion'


## Combined YAML source

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


## Sources

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
