# algernon を Homebrew, pacman, scoop, winget でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install algernon
```

  証拠: local Homebrew formula metadata

### Linux

- pacman (92%):

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

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:algernon
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.17.11
- **ソース概要:** Pure Go web server with Lua, Markdown, HTTP/2 and template support
- **ホームページ:** <https://algernon.roboticoverlords.org>
- **リポジトリ:** <https://github.com/xyproto/algernon>
- **最終更新:** 2026-07-26T14:39:25Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- algernon (エイリアス)
- mdview (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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.

### タイムライン

- 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.

### ソース

- <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


## セキュリティノート

algernon に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- 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)


## ソース

- 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
