Project Nomad

A free, open-source offline knowledge server with local AI. Built by Crosstalk Solutions over a year of development. Runs on any Linux machine and provides offline access to knowledge, AI chat, maps, and education — all containerized in Docker.

What It Includes

ServicePowered ByWhat It Does
Information LibraryKwixFull Wikipedia (~100GB with images), Project Gutenberg, medical references, developer docs, survival guides
AI AssistantLocal LLMs (7B–70B)Chat interface with model selection, GPU-accelerated inference, RAG for custom documents
Offline MapsOpenStreetMapDownloadable by region, works with no internet or cell service
EducationCalibriFull Khan Academy courses, K-12 curriculum, educational videos
BenchmarkingCustomCPU, memory, disk, AI performance testing with “Nomad Score” + community leaderboard

Technical Architecture

  • Docker-containerized: Every service runs in its own container for clean upgrades and rollbacks
  • Content tiers: Essential, Standard, Comprehensive — choose how much to download
  • Web interface: Command center on port 8080, accessible from any device on network
  • RAG: Upload custom documents (PDFs, text files), AI indexes them, query with source citations
  • Setup: Single install command on Ubuntu/Debian, ~10-15 minutes + download time

Hardware Requirements

  • Minimum: Any Linux PC (Ubuntu/Debian)
  • Recommended for AI: NVIDIA RTX 3060+ for GPU-accelerated inference
  • Without GPU: Everything works, AI is just slower
  • Example build: MinisForuml MSO2 Ultra + RTX 5060 — runs models up to 30B parameters

Roadmap

  • Family food planner (separate project, will integrate)
  • More curated content collections (entertainment)
  • Growing community contributions

Why It’s Interesting

Represents the logical extreme of local-first AI: a fully self-contained knowledge infrastructure that works with zero internet. Competes with products like Prepper Disk, Doombox, and Ready ($150–700) — but is completely free and runs on hardware you already own.

See Also