macOS
brew install mandownlocal Homebrew formula metadata
brew
Man-page inspired Markdown viewer. Version 1.0.5.2 via Homebrew; verified from local package data.
install
brew install mandownlocal Homebrew formula metadata
sudo apk add mandownAlpine Linux edge package indexes · mandown · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#mandownnixpkgs package indexes · pkgs/by-name/ma/mandown/package.nix · source: api.github.com
sudo pacman -S mandownArch Linux sync databases · mandown · source: geo.mirror.pkgbuild.com
sudo zypper install mandownopenSUSE Tumbleweed package metadata · mandown · source: download.opensuse.org
overview
Man-page inspired Markdown viewer
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
~/.config/mdn/mdnrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mdn | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/Titor8115/mandown
install metadata
| Package key | brew:mandown |
|---|---|
| Version | 1.0.5.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mandown |
| Homepage | https://github.com/Titor8115/mandown |
| Repository | https://github.com/Titor8115/mandown |
| Upstream docs | https://github.com/Titor8115/mandown#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/Titor8115/mandown/archive/refs/tags/v1.0.5.2.tar.gz |
| Dependencies | libconfig, ncurses |
| Build dependencies | pkgconf |
| Uses from macOS | libxml2 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mandown |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
mandown
nix profile install nixpkgs#mandownmandown 1.1.0-r0
Create man pages from markdown markup
https://gitlab.com/kornelski/mandown
sudo apk add mandownmandown 1.1.0-2
Create man pages from markdown markup
https://gitlab.com/kornelski/mandown
sudo pacman -S mandownmandown 1.1.0-1.1
A man page generator for markdown markup files
https://gitlab.com/kornelski/mandown
sudo zypper install mandownsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.