Project N.O.M.A.D. | scripts-underground Project N.O.M.A.D. | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Project N.O.M.A.D.

CPU: cores RAM: MB Disk: GB
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/lxc/nomad.sh)"

Project N.O.M.A.D.

Node for Offline Media, Archives, and Data.

A self-contained offline-first knowledge server. It bundles several open-source tools into a single Docker Compose stack — offline Wikipedia (Kiwix), Khan Academy courses (Kolibri), AI chat (Ollama), offline maps (ProtoMaps), notes (Flatnotes), and more.

Run the install script, download the content you want while online, and it keeps working without internet, forever.

Requirements

  • Disk: 16 GB minimum, 250 GB+ recommended if downloading AI models or large Wikipedia dumps
  • RAM: 4 GB minimum, 32 GB+ recommended for running local LLMs
  • GPU: NVIDIA GPU recommended for AI acceleration (passthrough configured automatically)
  • Architecture: x86_64 only (arm64 is not supported upstream)

Notes

  • Has no built-in authentication. Use network-level controls to manage access.
  • AI Assistant is optional — skip it during setup if not needed.
  • All data persists in /opt/project-nomad/ (bind mounts, easy to back up).
  • Default install uses port 80 (configurable via var_port).
Copied!