# mandown を Homebrew, apk, Nix, pacman, zypper でインストール

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

## インストール

```sh
sudo av install brew:mandown
```

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

### macOS

- Homebrew (100%):

```sh
brew install mandown
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add mandown
```

  証拠: Alpine Linux edge package indexes: mandown from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#mandown
```

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

- pacman (92%):

```sh
sudo pacman -S mandown
```

  証拠: Arch Linux sync databases: mandown from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install mandown
```

  証拠: openSUSE Tumbleweed package metadata: mandown from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:mandown
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.5.2
- **ソース概要:** Man-page inspired Markdown viewer
- **ホームページ:** <https://github.com/Titor8115/mandown>
- **リポジトリ:** <https://github.com/Titor8115/mandown>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mdn (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.0.5.2
## プロジェクトの歴史と使われ方

mandown is a man-page-inspired Markdown pager written in C. Its installed command is `mdn`, and the README positions it as a terminal viewer for README files, manual-like Markdown, and local Markdown documents.

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

The public GitHub tag history shows early 0.x releases in May 2020, a 1.0.0 tag in June 2020, a 1.0.4 tag in October 2021, and renewed 1.0.5.x maintenance tags in 2025. The README notes a name change in which the executable became `mdn`.

Development has focused on a small C terminal application with ncurses, libxml2, and libconfig dependencies, plus a static/shared library embedding interface for applications that want to render Markdown.

### 採用の歴史

mandown's adoption is niche but visible: the README documents Homebrew installation, and package-manager metadata shows availability in Homebrew and several Linux-oriented package collections. The GitHub repository has a few hundred stars, consistent with a small terminal utility rather than core system infrastructure.

Its appeal is strongest among users who like the `man` reading model and want Markdown to feel like local terminal documentation rather than a browser format.

### 使われ方

The normal usage is `mdn sample.md` or `mdn <file>`, with keyboard controls inspired by pagers such as `less` and `vim`: movement with arrows or `j`/`k`, page movement with space/backspace or page keys, hyperlink inspection, mouse scrolling, and `q` to exit.

The README documents a user customization file at `~/.config/mdn/mdnrc` and control schemes including mdn, vim, and less, with less being the default at the time described.

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

mandown is package-nerd interesting because it occupies a tiny terminal niche: render Markdown like a manual page without pulling in a browser, Electron app, or large documentation stack.

For packagers, the important details are the executable rename to `mdn`, the ncurses/libxml2/libconfig dependencies, and the user config path under XDG-style config.

### タイムライン

- 2020: Early 0.2 and 0.3 tags were published in May.
- 2020: v1.0.0 was tagged in June.
- 2021: v1.0.4 was tagged with a DEBUG-section fix.
- 2025: v1.0.5.x tags updated README/dependencies and fixed Fedora/libxml2 and return-code issues.

### Related projects

- mandown overlaps with terminal pagers, Markdown renderers, and man-page-style viewers.
- Its package-manager neighbors include tools such as `glow`, `mdless`, `less`, and traditional `man`, though mandown's official sources describe it specifically as a C, man-page-inspired Markdown viewer.

### ソース

- <https://github.com/Titor8115/mandown>
- <https://github.com/Titor8115/mandown/releases>
- <https://github.com/Titor8115/mandown/tags>
- source_facts.package-manager


## セキュリティノート

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: ~/.config/mdn/mdnrc
## 他のパッケージマネージャ記録

- Nix - mandown: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/mandown/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - mandown - 1.1.0-r0: normalized package name match | Alpine Linux edge package indexes: mandown from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Create man pages from markdown markup | https://gitlab.com/kornelski/mandown
- pacman - mandown - 1.1.0-2: normalized package name match | Arch Linux sync databases: mandown from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Create man pages from markdown markup | https://gitlab.com/kornelski/mandown
- zypper - mandown - 1.1.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: mandown from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A man page generator for markdown markup files | https://gitlab.com/kornelski/mandown


## Combined YAML source

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


## ソース

- 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
