Wiki-style server (Go) for the orcha repo. Serves every .md and .html file as a browseable wiki with GitHub-flavored Markdown rendering, mermaid diagrams, and full-text search. Designed to run on a Raspberry Pi.
See docs/superpowers/specs/2026-05-09-wiki-browser-design.html for the design.
cp wiki-browser.example.yaml wiki-browser.yaml
$EDITOR wiki-browser.yaml # set `root` and the `operator` block
make run
# open http://localhost:8080
make build-arm64
scp dist/wiki-browser pi:/home/pi/bin/
See deploy/wiki-browser.service for the systemd unit.