Skip to main content
Mythos

Project N.O.M.A.D.

Node for Offline Media, Archives, and Data

What it is:

A free, open-source offline server you install on any Ubuntu/Debian machine. One command and it bundles Wikipedia, local AI, offline maps, educational content, and data tools — all accessible through a browser at localhost:8080. Zero internet required after install. Zero telemetry.

Who built it:

Chris Sherwood, a networking engineer who runs the YouTube channel Crosstalk Solutions. Not a startup — looks like a solo builder with a strong reputation in the networking/open-source space.

What's inside:

Capability

Tool

What You Get

AI Chat

Ollama + Qdrant

Local LLM chat with document upload + semantic search (RAG)

Information Library

Kiwix

Offline Wikipedia, medical refs, Project Gutenberg ebooks, repair guides, survival docs

Education

Kolibri

Khan Academy curriculum with progress tracking

Offline Maps

ProtoMaps / OpenStreetMap

Regional maps with search + navigation

Data Tools

CyberChef

Encryption, encoding, hashing, data analysis

Notes

FlatNotes

Local markdown note-taking

Benchmark

Built-in

Hardware scoring with community leaderboard

Install:

1sudo apt-get update && sudo apt-get install -y curl && \
2curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/install_nomad.sh -o install_nomad.sh && \
3sudo bash install_nomad.sh

Then open http://localhost:8080. Docker Compose option for advanced users.

Hardware:

Use Case

Min Specs

Barebones (web UI only)

2GHz dual-core, 4GB RAM, 5GB storage

With local LLMs

Ryzen 7 / i7+, 32GB RAM, NVIDIA RTX 3060+, 250GB+ SSD

Their benchmark tool at benchmark.projectnomad.us scores community builds 10–95. Suggested sweet spot: integrated AMD Radeon 780M+ or dedicated NVIDIA GPU, 32GB RAM, 1TB SSD.

Security posture:

  • No auth by default (recommended: network-level controls)
  • No built-in telemetry
  • Not designed for internet exposure
  • Docker-isolated

Why it's getting buzz:

  • One command install → full offline "survival computer"
  • Runs real LLMs (not just RAG wrappers) with GPU acceleration
  • Free vs. products like Internet-in-a-Box that charge
  • Strong viral spread across Twitter/X, Reddit, Hacker News in the last few days

Contexts

Created with 💜 by One Inc | Copyright 2026