macOS
brew install algernonlocal Homebrew formula metadata
brew
Pure Go web server with Lua, Markdown, HTTP/2 and template support. Version 1.17.10 via Homebrew; verified 2026-07-05.
install
brew install algernonlocal Homebrew formula metadata
sudo pacman -S algernonArch Linux sync databases · algernon · source: geo.mirror.pkgbuild.com
scoop install main/algernonScoop official bucket manifest trees · bucket/algernon.json · source: api.github.com
winget install --id xyproto.algernon -eWindows Package Manager source index · xyproto.algernon · source: cdn.winget.microsoft.com
overview
Pure Go web server with Lua, Markdown, HTTP/2 and template support
history
Algernon is a self-contained Go web server and application server aimed at serving Markdown, Lua, templates, and modern web assets with little setup. In package-manager terms it sits in the small-binary web-server lane: install one executable, point it at a directory or script, and get a batteries-included local or production-ish server.
The public GitHub repository was created in March 2015 under xyproto/algernon. Its official README describes a web server with built-in support for HTTP/2, HTTP/3/QUIC, Lua, Teal, Markdown, Pongo2, Amber, Sass/SCSS, JSX/TypeScript, databases, plugins, users, and permissions.
The project grew around the idea that common web-serving and lightweight application tasks should not require a stack of background converters or service components. The README emphasizes that it is a small self-contained executable, with Go providing the portability base and embedded interpreters and renderers providing the dynamic behavior.
Algernon is packaged beyond Homebrew, with the README linking to Repology packaging status and the input facts listing Homebrew, Arch, Scoop, and WinGet package names. The GitHub repository had thousands of stars and over a hundred forks in the official GitHub API metadata checked for this batch, which is meaningful adoption for a niche web-server tool.
The project also publishes release artifacts and Docker images, which matters for a server tool because users often want either a package-manager install for local use or a container for deployment experiments.
Typical use is to install the binary, run `algernon` against a directory or Lua script, and let special filenames such as `index.lua`, `index.md`, template files, or JSX/TSX files determine how content is served. The tutorial shows the smallest loop as writing a Lua handler and running `algernon hello.lua`.
Package users care about the low-friction behavior: Markdown preview, Lua-backed endpoints, local development with auto-refresh, HTTP/2 and QUIC support, and database fallback behavior are all available from the same installed command.
Algernon is a good example of the Go single-binary packaging style applied to web serving. It competes less with nginx or Caddy as infrastructure and more with ad hoc local servers, static-site preview tools, and small internal web apps where eliminating runtime dependencies is attractive.
Its formula is interesting because it packages a broad web runtime surface behind one executable, so distribution maintainers are shipping a surprisingly capable server without a language runtime dependency chain.
security posture
No matching local secret-handling manifest was found for algernon. Nucleus package metadata is still published here so future coverage has a stable package URL.
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 |
|---|---|---|---|
algernon | cli | global executable | |
mdview | 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/xyproto/algernon
install metadata
| Package key | brew:algernon |
|---|---|
| Version | 1.17.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/algernon |
| Homepage | https://algernon.roboticoverlords.org |
| Repository | https://github.com/xyproto/algernon |
| Upstream docs | https://algernon.roboticoverlords.org |
| License | BSD-3-Clause |
| Source archive | https://github.com/xyproto/algernon/archive/refs/tags/v1.17.10.tar.gz |
| Last updated | 2026-07-05T03:37:18Z |
| Pulse | updated |
| Build dependencies | go |
| 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 | algernon |
| Version Scheme | 1 |
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
algernon 1.17.9-1
Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
https://algernon.roboticoverlords.org/
sudo pacman -S algernonmain/algernon
scoop install main/algernonxyproto.algernon
winget install --id xyproto.algernon -ec3er.mdview
winget install --id c3er.mdview -esource 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.