A seed bank and a knowledge bank are the same idea. One stores the means to grow food; the other stores the means to know what to do with it. Both are only worth anything if they're there when you actually need them.
Everything on this site — the plant database, the almanac, every how-to I've written — exists because I believe practical knowledge should be free and shared. But I'm also honest about a weakness in that plan: it all lives on the internet. A storm, an outage, a bad month, or just bad luck, and the exact moment you most need to know how to purify water, treat a wound, or get a survival garden in the ground is the moment you can't load a single page.
That bothered me enough to do something about it. For a while now I've kept a small server running at the house that holds a copy of the references I'd never want to be without — and it keeps working whether or not the wider world does. The tool I landed on is Project NOMAD, a free, open-source project from Crosstalk Solutions. I'm not affiliated with them and I don't earn anything by pointing you their way. I just think it's the right answer, and the right answer should be shared.
What Project NOMAD actually is
The name stands for Node for Offline Media, Archives, and Data. In plain terms: it's software you install on a regular computer that downloads the knowledge you choose while you're online, then keeps serving it up with no internet connection at all. Pull the plug and it doesn't notice. You browse it from your phone or laptop on your own home network like a private, offline internet.
Offline knowledge
The full Wikipedia, Project Gutenberg's library of books, medical references, and repair and survival guides — terabytes of it — stored locally and searchable.
A private local AI
An optional AI assistant that runs entirely on your own hardware. Nothing is sent to any cloud. Don't want it? Leave it out and everything else still works.
Offline maps
Street-level maps of the whole world, or just your region, from OpenStreetMap — zoomable down to individual roads with no signal.
Education
Khan Academy, full K–12 curriculum, and courses, so a family can keep learning anywhere, connected or not.
It's genuinely free and open source under the Apache 2.0 license. There are paid boxes out there that do a slice of this for a few hundred dollars and lock you to a tiny Raspberry Pi; NOMAD runs on whatever computer you point it at, which means it can run real AI on real hardware. I respect that they built it the open way.
Why a gardener should care
If you've spent any time on this site you already understand the mindset: grow open-pollinated heirlooms so you can save your own seed and never depend on buying it again. Catch your own rainwater. Build soil instead of buying it. Keep the survival garden ready before you need it. Every one of those is the same instinct — take responsibility for your own resilience instead of assuming the supply chain will always be there.
Offline knowledge is the missing piece. The seeds in your freezer are worthless if you've forgotten how to start them and can't look it up. A medical emergency in a long outage is exactly when you'd want a real medical reference at hand. The most prepared homestead in the world still benefits from a library that can't be switched off. That's the gap NOMAD fills, and it's why I think it belongs in the same conversation as compost and canning.
How I set mine up
Find a computer to dedicate
An old desktop works to start. If you want the local AI to be genuinely useful, they recommend something with a decent processor, 32 GB of RAM, a capable GPU, and a 1 TB SSD — but you can begin small and grow into it.
Run the installer
On Ubuntu or Debian Linux it's two commands and the installer handles the rest — Docker, dependencies, everything. Windows folks can run it through WSL2. It really is close to a 60-second setup.
Download the content you want
A setup wizard lets you pick your libraries — Wikipedia, medical, maps for your region, Khan Academy, and so on. Grab what matters to you while you've got a connection.
Pull the plug and test it
Disconnect from the internet and browse it anyway. That's the whole point: proving to yourself it works when it has to, before the day it has to.
The official site walks through every step far better than I can, with hardware guides, a benchmark leaderboard, and video tutorials. If this resonates, start there — and if you build one, I'd love to hear about it on the community board.