# algernon mit Homebrew, pacman, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für algernon in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:algernon
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install algernon
```

  Evidenz: local Homebrew formula metadata

### Linux

- pacman (92%):

```sh
sudo pacman -S algernon
```

  Evidenz: Arch Linux sync databases: algernon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/algernon
```

  Evidenz: Scoop official bucket manifest trees: bucket/algernon.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id xyproto.algernon -e
```

  Evidenz: Windows Package Manager source index: xyproto.algernon from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:algernon
- **Paketmanager:** Homebrew
- **Version:** 1.17.11
- **Quellzusammenfassung:** Pure Go web server with Lua, Markdown, HTTP/2 and template support
- **Homepage:** <https://algernon.roboticoverlords.org>
- **Repository:** <https://github.com/xyproto/algernon>
- **Zuletzt aktualisiert:** 2026-07-26T14:39:25Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- algernon (Alias)
- mdview (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.17.11
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2015: Public GitHub repository created.
- 2010s-2020s: Project expands from Lua, Markdown, and template serving into a broader Go web application server.
- 2026: Official repository metadata still shows active pushes and releases.

### Related projects

- Related tools include Caddy and nginx for web serving, Python's simple HTTP server for local file serving, and Lua-enabled web stacks for scriptable request handling.

### Quellen

- <https://api.github.com/repos/xyproto/algernon>
- <https://github.com/xyproto/algernon>
- <https://raw.githubusercontent.com/xyproto/algernon/main/README.md>
- <https://raw.githubusercontent.com/xyproto/algernon/main/TUTORIAL.md>
- source_facts.package-manager


## Sicherheitshinweise

Für algernon wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- pacman - algernon - 1.17.11-1: normalized package name match | Arch Linux sync databases: algernon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support | https://algernon.roboticoverlords.org/
- Scoop - main/algernon: normalized package name match | Scoop official bucket manifest trees: bucket/algernon.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - xyproto.algernon: normalized package name match | Windows Package Manager source index: xyproto.algernon from https://cdn.winget.microsoft.com/cache/source.msix
- winget - c3er.mdview: installed executable or alias match | Windows Package Manager source index: c3er.mdview from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Quellen

- 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
