# lowdown を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

## インストール

```sh
sudo av install brew:lowdown
```

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

### macOS

- Homebrew (100%):

```sh
brew install lowdown
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lowdown
```

  証拠: MacPorts ports tree: textproc/lowdown/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add lowdown
```

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

- Debian apt (92%):

```sh
sudo apt install lowdown
```

  証拠: Debian stable package indexes: lowdown from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install lowdown
```

  証拠: Fedora Rawhide package metadata: lowdown from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#lowdown
```

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

- pacman (92%):

```sh
sudo pacman -S lowdown
```

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

- zypper (92%):

```sh
sudo zypper install lowdown
```

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

## パッケージ情報

- **パッケージキー:** brew:lowdown
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.1.1
- **ソース概要:** Simple markdown translator
- **ホームページ:** <https://kristaps.bsd.lv/lowdown>
- **リポジトリ:** <https://github.com/kristapsdz/lowdown>
- **最終更新:** 2026-07-20T04:31:13Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- lowdown (エイリアス)
- lowdown-diff (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

lowdown is Kristaps Dzonsons' dependency-free C Markdown translator. It converts Markdown into HTML5, roff formats, LaTeX, Gemini text, OpenDocument, and ANSI/UTF-8 terminal output, and it also exposes a C library API.

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

The official GitHub README states that lowdown is a fork of hoedown, but that its parser and front ends have changed significantly. The official project site describes it as a BSD.lv text-processing project and points to the GitHub repository for development, while directing stable releases, documentation, and general information to kristaps.bsd.lv.

A key design point in the official site is that lowdown internally converts Markdown to an AST rather than directly formatting output. That architecture supports semantic analysis such as the `lowdown-diff` Markdown tree differ, and it helps explain why the project grew beyond a simple one-format Markdown renderer.

### 採用の歴史

The official site advises users to check their system package manager before building from source, and the batch input records packaging across Homebrew, Alpine, Debian/Ubuntu development packages, Fedora, MacPorts, Nix, Arch, and openSUSE. That broad packaging fits lowdown's profile as a small C tool and library useful in Unix documentation pipelines.

The repository was created on GitHub in 2016. The project site reports version 3.0.1 and says lowdown has no dependencies, with portability across OpenBSD, NetBSD, FreeBSD, Mac OS X, Linux with glibc and musl, Solaris, and Illumos through `oconfigure`.

### 使われ方

As a CLI, `lowdown` can render Markdown to terminal output for quick review, standalone HTML5, roff `ms` or `man` output for PDF/manpage workflows, LaTeX, OpenDocument, Gemini text, and more. The site gives examples such as `lowdown -t term README.md | less -R`, `lowdown -s -o README.html README.md`, and roff/LaTeX pipelines for PDF generation.

As a library, `lowdown(3)` exposes the parser and renderers used internally by `lowdown(1)` and `lowdown-diff(1)`. The language manual `lowdown(5)` documents Markdown features and extensions including autolinks, fenced code, tables, footnotes, smart typography, metadata, definition lists, task lists, admonitions, and templating.

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

lowdown is significant to package people because it is a compact, portable Markdown engine in C with no runtime dependency chain and many output back ends. It sits naturally beside `mandoc`, `groff`, and static-site/documentation tools, and its library packages make it useful both as a CLI and as an embeddable renderer.

### タイムライン

- 2016: `kristapsdz/lowdown` repository created on GitHub.
- 2020s: Version 2.0.0 adopts semantic versioning according to the official site.
- 2026: Official site reports version 3.0.1 and repository metadata shows active maintenance.

### Related projects

- hoedown is the fork source named by lowdown's README.
- mandoc, groff, LaTeX, Gemini, and OpenDocument are important output or workflow neighbors named in the official docs.
- oconfigure is the portability/build framework linked from the official site.

### ソース

- <https://api.github.com/repos/kristapsdz/lowdown>
- <https://github.com/kristapsdz/lowdown#readme>
- <https://kristaps.bsd.lv/lowdown/>
- <https://kristaps.bsd.lv/lowdown/lowdown.1.html>
- <https://kristaps.bsd.lv/lowdown/lowdown.3.html>
- <https://kristaps.bsd.lv/lowdown/lowdown.5.html>
- source_facts.package-manager-url


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - liblowdown-dev - 2.0.2-2: normalized package name match | Debian stable package indexes: liblowdown-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simple markdown translator (development files) | https://kristaps.bsd.lv/lowdown/
- Debian apt - liblowdown2 - 2.0.2-2: normalized package name match | Debian stable package indexes: liblowdown2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simple markdown translator (shared library) | https://kristaps.bsd.lv/lowdown/
- Debian apt - lowdown - 2.0.2-2: normalized package name match | Debian stable package indexes: lowdown from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simple markdown translator | https://kristaps.bsd.lv/lowdown/
- Nix - lowdown: normalized package name match | nixpkgs package indexes: pkgs/by-name/lo/lowdown/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - liblowdown-dev - 1.1.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: liblowdown-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simple markdown translator (development files) | https://kristaps.bsd.lv/lowdown/
- Ubuntu apt - liblowdown1 - 1.1.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: liblowdown1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simple markdown translator (shared library) | https://kristaps.bsd.lv/lowdown/
- Ubuntu apt - lowdown - 1.1.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: lowdown from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simple markdown translator | https://kristaps.bsd.lv/lowdown/
- apk - lowdown - 3.0.1-r2: normalized package name match | Alpine Linux edge package indexes: lowdown from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple markdown translator | https://kristaps.bsd.lv/lowdown/
- apk - lowdown-dev - 3.0.1-r2: normalized package name match | Alpine Linux edge package indexes: lowdown-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple markdown translator (development files) | https://kristaps.bsd.lv/lowdown/
- apk - lowdown-doc - 3.0.1-r2: normalized package name match | Alpine Linux edge package indexes: lowdown-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple markdown translator (documentation) | https://kristaps.bsd.lv/lowdown/
- apk - lowdown-libs - 3.0.1-r2: normalized package name match | Alpine Linux edge package indexes: lowdown-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple markdown translator (libraries) | https://kristaps.bsd.lv/lowdown/
- dnf - lowdown - 2.0.2-4.fc45: normalized package name match | Fedora Rawhide package metadata: lowdown from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Simple markdown translator | https://kristaps.bsd.lv/lowdown/
- dnf - lowdown-devel - 2.0.2-4.fc45: normalized package name match | Fedora Rawhide package metadata: lowdown-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Simple markdown translator library header files | https://kristaps.bsd.lv/lowdown/
- dnf - lowdown-libs - 2.0.2-4.fc45: normalized package name match | Fedora Rawhide package metadata: lowdown-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Simple markdown translator library | https://kristaps.bsd.lv/lowdown/
- pacman - lowdown - 3.1.1-1: normalized package name match | Arch Linux sync databases: lowdown from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A simple Markdown translator | https://kristaps.bsd.lv/lowdown
- zypper - liblowdown4 - 3.1.1-1.1: normalized package name match | openSUSE Tumbleweed package metadata: liblowdown4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Simple markdown translator | https://github.com/kristapsdz/lowdown


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
