macOS
brew install gemgenlocal Homebrew formula metadata
brew
Command-line tool for converting Commonmark Markdown to Gemtext. Version 0.6.0 via Homebrew; verified from local package data.
install
brew install gemgenlocal Homebrew formula metadata
overview
Command-line tool for converting Commonmark Markdown to Gemtext
history
gemgen is a small command-line converter from CommonMark Markdown to Gemtext, the lightweight markup used by Gemini protocol capsules. Its history is best understood as part of the early-2020s tooling wave around maintaining text-first Gemini sites from more common Markdown source material.
The SourceHut repository began in August 2021 and reached tagged releases through v0.6.0 by February 2022. The README describes a Go tool built on goldmark and a companion goldmark-gemtext renderer, with options for preserving or adapting Markdown constructs to produce readable Gemtext rather than a purely mechanical dump.
The project scope stayed deliberately narrow: it converts files concurrently or streams Markdown from standard input to Gemtext on standard output, with extra support for link rewriting, templates, wiki-style links, and formatting choices useful when publishing static Gemini content.
gemgen's adoption evidence is modest and niche. The upstream README lists Arch AUR and Homebrew packaging, and Go package metadata identifies it as a command module rather than a widely imported library.
Practitioners use gemgen to keep Markdown as the editable source for Gemini capsules, then generate `.gmi` output during publishing. The tool pays special attention to Gemtext conventions: links are placed after paragraphs, headings and lists are simplified, emphasis can be removed or retained, and code blocks are emitted in fenced Gemtext form.
For package maintainers, gemgen is a compact example of Gemini-era publishing tooling: a single-purpose CLI, small Go dependency tree, manpage-oriented installation, and enough release discipline to appear in Homebrew despite its narrow audience.
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 |
|---|---|---|---|
gemgen | 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.
install metadata
| Package key | brew:gemgen |
|---|---|
| Version | 0.6.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gemgen |
| Homepage | https://sr.ht/~kota/gemgen/ |
| Repository | https://git.sr.ht/~kota/gemgen |
| Upstream docs | https://sr.ht/~kota/gemgen |
| License | GPL-3.0-or-later |
| Source archive | https://git.sr.ht/~kota/gemgen/archive/v0.6.0.tar.gz |
| Build dependencies | go, scdoc |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gemgen |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
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.