macOS
brew install man2htmlprovider-native install command
brew / rank 2557
Convert nroff man pages to HTML. Version 3.0.1 via Homebrew; verified from local package data.
install
brew install man2htmlprovider-native install command
overview
Convert nroff man pages to HTML
history
man2html is a Perl program that reads formatted nroff text from standard input and writes an HTML document to standard output. The official site also documents a CGI program for browsing a system's manual pages through a web browser.
The official NonGNU page says man2html was maintained solely by Earl Hood before it became a Savannah project in May 2003. The last pre-Savannah public release was version 3.0.1 in 1997, which the project continued to make available from CPAN-era distribution locations and the Savannah download area.
After the Savannah move, the project lived in GNU Savannah's NonGNU infrastructure with CVS, mailing-list archives, and project downloads. That makes it a small but historically useful bridge between roff manual pages and early web-based documentation browsing.
man2html appears in traditional Unix and Linux packaging because it solves a narrow problem with few moving parts: convert formatted manual-page output into HTML, optionally behind a CGI interface. Its package-manager role is mostly as a compatibility utility rather than a modern documentation platform.
Homebrew, Debian, Fedora, Arch, and Ubuntu package names show continuing downstream availability even though the upstream history is sparse and old.
The CLI reads formatted nroff from standard input and emits HTML on standard output, which makes it naturally scriptable with `man`, `nroff`, or documentation-generation jobs. The CGI component is for hypertext navigation over installed man pages.
Because it works on formatted nroff rather than owning a whole man-page database, man2html is often paired with existing manual systems rather than replacing them.
man2html is package-nerd interesting because it preserves an older Unix documentation pattern: turn local manual pages into web pages without introducing a large documentation stack.
Its official sources are thin, so the safe history is short: Earl Hood maintenance, a 1997 pre-Savannah release, and migration to Savannah in 2003.
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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
man2html | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:man2html |
|---|---|
| Version | 3.0.1 |
| Package manager | Homebrew |
| Homepage | https://savannah.nongnu.org/projects/man2html/ |
| Bottle | not recorded |
| Service | none declared |
source 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.