The Off-Grid Server That Wants Your RTX Card
This project bundles Wikipedia, Khan Academy, local LLMs, and offline maps into a browser-based survival computer for when the internet disappears.

What it does
N.O.M.A.D. is a browser-accessible “Command Center” that wraps open-source tools in Docker to create an offline knowledge and education server. It serves up Wikipedia, medical references, Khan Academy courses, downloadable maps, and a local AI chatbot with RAG document search—all without phoning home. The core management layer is lightweight, but the full experience is built for hefty, GPU-backed hardware.
The interesting bit
Most offline survival kits target bare-minimum hardware; N.O.M.A.D. breaks rank by recommending a Ryzen 7, 32 GB of RAM, and an RTX 3060 to run its local LLMs comfortably. It also ships with zero authentication by design—open access is the default, which is either refreshingly honest or quietly terrifying depending on your threat model.
Key highlights
- Local AI assistant via Ollama (or an OpenAI-compatible remote endpoint) with Qdrant-powered semantic search and document upload
- Offline media library powered by Kiwix, plus Khan Academy courses through Kolibri with progress tracking
- Offline regional maps via ProtoMaps and data-wrangling tools via CyberChef
- No built-in telemetry; internet is only required during initial installation and optional content downloads
- Apache 2.0 licensed with a community leaderboard for benchmarking hardware builds
Caveats
- No authentication layer exists yet; the project recommends network-level controls and explicitly warns against direct internet exposure
- The quick-install path is Debian/Ubuntu only; Windows support relies on community-maintained WSL2 or Docker routes
- Running AI tools effectively requires a discrete GPU and substantial RAM, while the base management UI runs on far humbler specs
Verdict
Ideal for preppers, remote educators, or anyone building a censorship-resistant LAN library. Skip it if you need multi-user access controls out of the box or expect to run advanced AI on a Raspberry Pi.
Frequently asked
- What is Crosstalk-Solutions/project-nomad?
- This project bundles Wikipedia, Khan Academy, local LLMs, and offline maps into a browser-based survival computer for when the internet disappears.
- Is project-nomad open source?
- Yes — Crosstalk-Solutions/project-nomad is open source, released under the Apache-2.0 license.
- What language is project-nomad written in?
- Crosstalk-Solutions/project-nomad is primarily written in TypeScript.
- How popular is project-nomad?
- Crosstalk-Solutions/project-nomad has 34.5k stars on GitHub and is currently cooling off.
- Where can I find project-nomad?
- Crosstalk-Solutions/project-nomad is on GitHub at https://github.com/Crosstalk-Solutions/project-nomad.