Project NOMAD: A Free Offline Server for When the Network Goes Dark
At Azimuth PRO, we build systems that operate under pressure. Our Smart Target Camera System processes hits on-device. Our Combat Sensor Network runs in degraded-connectivity environments. Our AI Agents execute tasks without depending on a stable uplink.
One assumption underpins all of it: the network is not guaranteed. When connectivity drops, most modern software becomes useless. That is the problem Project NOMAD addresses — and it does it for free.
The Problem: No Network, No Intelligence
Modern operations increasingly depend on cloud services. Maps, knowledge bases, AI inference, educational content — all of it lives on someone else's server. When the network goes down (natural disaster, contested environment, remote deployment), teams lose access to everything simultaneously.
Commercial offline solutions exist. Products like PrepperDisk ($199-$279), Doom Box ($699), and R.E.A.D.I. ($499) ship pre-loaded content on locked hardware — typically a Raspberry Pi with limited compute power. You pay a premium for what is essentially open-source software packaged into a closed box.
Until recently, there was no free, modular, GPU-capable alternative. That changed with Project NOMAD.
What Is Project NOMAD?
N.O.M.A.D. — Node for Offline Media, Archives, and Data. A free, open-source project by Crosstalk Solutions, released under the Apache 2.0 license.
It installs on any Ubuntu or Debian machine via Docker. Two commands. Done.
curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/main/install/install_nomad.sh -o install_nomad.sh
sudo bash install_nomad.sh
What you get out of the box:
- Kiwix — offline Wikipedia, Project Gutenberg, medical references, repair guides, and curated content collections. Terabytes of human knowledge, no connection required.
- OpenStreetMap — full offline mapping with routing. Navigate and plan without cell service or satellite bandwidth.
- Ollama — local large language model inference. Chat, analyze, write, code — entirely on-device. No API keys, no tokens leaving your network.
- Kolibri — Khan Academy courses, educational videos, interactive lessons. A complete K-12 curriculum available offline.
This is not a Raspberry Pi project. NOMAD targets serious hardware: AMD Ryzen 7 or Intel i7+, 32 GB RAM, and a dedicated GPU for AI workloads. Community builds range from refurbished desktops to GPU-powered rigs capable of running models with real intelligence.
Why This Matters for Defense and Field Operations
Air-gapped intelligence. In contested or SIGINT-sensitive environments, reaching out to cloud APIs is either impossible or a security risk. NOMAD provides reference data and AI inference with zero outbound traffic. No telemetry, no API calls, no data exfiltration vectors.
Field-deployable knowledge. A forward operating base, disaster response team, or humanitarian mission gets instant access to maps, encyclopedias, and AI reasoning without satellite bandwidth. Pair NOMAD with a ruggedized mini-PC and a power source, and you have a self-contained intelligence node.
Local AI inference. This is the component most relevant to what we do at Azimuth PRO. Ollama runs capable LLMs entirely on local hardware — no API keys, no latency to a data center, no risk of sensitive prompts hitting third-party servers. For organizations already exploring autonomous AI workflows, NOMAD demonstrates that meaningful inference can happen at the edge.
Training and education. Kolibri is not just for schools. Military and emergency services can preload training materials, standard operating procedures, language resources, and medical references for deployment scenarios where connectivity is unreliable.
Cost. Free. Apache 2.0. No vendor lock-in, no subscription, no recurring fees. The hardware is the only expense — and many organizations already have suitable machines sitting in storage.
The Edge Computing Connection
At Azimuth PRO, edge-first is not a buzzword. Our STCS processes hit detection on-device rather than streaming video to a server. Our Combat Sensor Network operates in environments where uplinks fail. Grid Sync runs locally before syncing to the cloud.
NOMAD follows the same architectural principle at infrastructure scale: push intelligence to the edge, assume the network is hostile or absent, and keep operating.
The convergence of local AI (Ollama), offline data stores (Kiwix, OpenStreetMap), and containerized deployment (Docker) is exactly the pattern we see becoming standard for serious field deployments. NOMAD packages that pattern into something anyone can install in 60 seconds.
Getting Started
Hardware: repurpose any modern desktop or workstation with a multi-core processor, 32 GB RAM, and an SSD. A discrete GPU (NVIDIA or integrated AMD Radeon 780M+) unlocks the full AI capability. A refurbished office workstation with a used GPU is a solid, budget-friendly starting point.
Install: two commands on Ubuntu 22.04+ or Debian 12+. Docker is installed automatically if needed. The setup wizard lets you choose which capabilities to enable — you do not have to download everything.
Full documentation and source code: Project NOMAD on GitHub
Note: Azimuth PRO is not affiliated with Crosstalk Solutions. We are highlighting Project NOMAD because it aligns with the offline-first, edge-capable philosophy we build on — and because we believe the defense, preparedness, and field operations communities should know it exists.
Conclusion
When the network goes dark, most systems go with it. Project NOMAD is a free, open-source answer to that problem — and its architecture mirrors what we build every day at Azimuth PRO: intelligent systems that do not need permission from a cloud provider to function.
Building offline-capable systems for defense or field operations? Azimuth PRO engineers AI and edge solutions designed to operate when connectivity is not an option. Contact us to discuss how we can help deploy resilient infrastructure for your mission.