The internet apocalypse prepper's Docker dashboard
A browser-based command center that bundles Wikipedia, Khan Academy, offline maps, and local LLMs into one Debian install script.

What it does Project N.O.M.A.D. is a Debian/Ubuntu installer that spins up a web dashboard (“Command Center”) managing Docker containers for offline knowledge tools. Point your browser at port 8080 and you get Wikipedia via Kiwix, Khan Academy courses via Kolibri, regional maps via ProtoMaps, local AI chat through Ollama, plus CyberChef, note-taking, and a hardware benchmark that feeds a community leaderboard.
The interesting bit The project leans into a tension most homelab tools ignore: it explicitly wants beefy GPU hardware (RTX 3060+, 32GB RAM) for AI features, yet markets itself as a “survival computer.” The actual N.O.M.A.D. core is lightweight; the spec demands come from the optional containerized tools you choose to install.
Key highlights
- One
curl | bashinstall script for Debian-based systems; WSL2 path available for Windows - RAG-enabled AI assistant using Ollama + Qdrant, with fallback to OpenAI-compatible APIs on remote hosts
- Curated content collections via a setup wizard, plus community-built add-on packs
- Zero built-in telemetry; internet only needed for initial install and optional content downloads
- Apache 2.0 licensed
Caveats
- No authentication layer exists; the maintainers suggest network-level controls and explicitly warn against internet exposure
- AI features realistically require high-end hardware despite the “survival computer” framing
- Update scripts only refresh the management containers; application containers must be updated through the UI
Verdict Worth a look if you want a family or classroom offline knowledge server with a slick web UI and don’t mind the security model. Skip it if you need multi-user permissions out of the box or want something that runs comfortably on a Raspberry Pi.