I come from a time when internet connectivity was not permanent.
It was only available a few times per day when you connected via the phone line. My first ISP gave me an allowance of 20 hours of internet per month.
You would dial-up, check the news, check your email, read a page or two, download what you had to download, and then disconnect.
The internet was very slow by today's standards, and the connection would get lost very often.
It was during that time when it was drilled into my head that the network access comes and goes.
That it should not be taken for granted.
So a lot of the stuff that I use nowadays, I also have in an offline format.
I keep offline docs either in pdf or in html format of most of the programming languages and frameworks that I use.
I keep the source code of various projects that are essential to me.
I keep a local wiki with notes on various things that are useful to me.
Obviously it's not enough for a major catastrophe but it's better than nothing.
I'm by no means a prepper, but I also believe that each of us should be prepared for short term disruptions of various kinds. The network should not be taken for granted.
20 hours? My first internet (actually not even internet, it was called eWorld) gave you 4 hours a month… which actually was ok because there wasn’t much to do on it, and you couldn’t go long without someone in your family accidentally picking up the phone anyway, and everyone would be mad if you kept the phone line busy for very long, too.
Normally I cringe at doomsday preppers but given how many dictators out there love the idea to cut their country off Internet whenever anything starts going not in their favor, I imagine a lot of people may find this useful.
I wouldn’t want to lose access to knowledge how to fix a sink or which medication is better, just because the local kingface currently feels that free exchange of opinions about him threatens his kingship.
I am actually only vaguely familiar and I was wondering about that every time I saw the format referenced but never bothered to check, your comment is informative!
There's a company which sells something like this, as "Prepper Disk".[1]
In the 1950s, US Civil Defense had a set of microfilms on how to rebuild society. These were packaged with a sunlight reader and stored in larger fallout shelters. Someone should find one of those.
I like that it's an SD-card based RPi: something known to fail under completely normal usage
For the margins a $280 MSRP allows you'd think they'd at least try a little bit: maybe hook people up with the RPi Compute Module which has eMMC onboard
little off topic while i have like minded people reading this.
What if we build what i am calling WWTN (World wide text network). very low bit rate network that can at most send sms level data its a packet routing at lower level (possibly MAC addr is a hash of pub key of node like p2p networks work but fully p2p not ISP backed, censorship resistant. Reticulum + LORA + ... actually global.
There are internet and electricity outages in many places over the world, controlled and uncontrolled. Also natural desasters take out infrastructure at least temporarily.
One "popular" example for those whose horizon doesn't extend over US country borders:
"Hurricane Katrina devastated communications infrastructure across the Gulf Coast, incapacitating telephone service, police and fire dispatch centers, and emergency radio systems. Almost three million customer phone lines were knocked out, telephone switching centers were seriously damaged, and 1,477 cell towers were incapacitated. Most of the radio stations and many television stations in the New Orleans area were knocked off the air. Paul McHale, the Assistant Secretary of Defense for Homeland Defense, summarized the damage by stating, “The magnitude of the storm was such that the local communications system wasn’t simply degraded; it was, at least for a period of time, destroyed."
"Our preparedness culture must also emphasize the importance of citizen and community preparedness. […] Thus, citizens and communities can help themselves by becoming more prepared. If every family maintained the resources to live in their homes without electricity and running water for three days, we could allocate more Federal, State, and local response resources to saving lives. Similarly, if every family developed their own emergency preparedness plan, they almost certainly would reduce the demand for outside emergency resources. As the 9/11 Commission Report states, “One clear lesson of September 11 is that individual civilians need to take responsibility for maximizing the probability that they will survive, should disaster strike."
I think there’s a difference between doomsday framing and preparedness.
Offline access and local models aren’t about assuming collapse—they’re about treating knowledge as infrastructure instead of something implicitly guaranteed.
If current frontier online LLMs are made inaccessible due to a local or global cataclysmic event running models locally will be the least of your concerns.
This isn’t prepping for anything it’s cosplaying as a vault dweller.
P.S. Having TED talks as part of the “educational” curriculum of this project is probably the biggest circle jerk imaginable.
Doomsday may not be the end of the world, but simply living in a country where you're being unjustifiably bombed by a foreign government lead by a delusional sociopath, and so access to information sources becomes limited.
I'm a fan of "civilization in a box" kinds of projects. However the ZIM file format leaves a lot to be desired in 2026. I've been exploring a refreshed, alternative approach: https://github.com/stazelabs/oza
I do think having an LLM as an optional "sidecar" is a useful approach. If you can run a meaningful Ollama instance alongside your content, great!
It might be an interesting idea given that the Steam Deck has reasonable amount of RAM/GPU. The main issue for a knowledge base might be the lack of a physical keyboard though.
Not sure how good of an idea a Steam Deck would be for this. If you can't access Wikipedia, I imagine a replacement for its unprotected glass screen would be harder to come by if you drop it.
Missing a chance to note (or configure for?) installation on a Raspberry Pi --- that'd make an affordable option to leave powered down, but ready to go in an EMI-shield/Faraday Cage.
They specifically state that they’re aiming for a “fatter” model that expects higher-end hardware, and other projects like Internet in a box already target rpi-style devices.
I like this idea! I don't need the LLM bits, and want it to run on an old Android tablet I have lying around. Can anyone recommend similar software where I can get wikipedia / street maps / useful tutorial videos nicely packaged for offline use?
The ones mentioned in this thread all use Kiwix for off-line wikipedia, OSM for maps, Khan for educational videos. It looks like internet-in-a-box is aimed at working well on low-powered devices, whereas nomad expects beefy hardware and includes local AI. Not sure how WROLPi differs from internet-in-a-box.
Maybe it's like linux distros: all based on the same software, but optimized for different use-cases or preferences.
I mean, technically they use Kolibri for educational videos and exercises. A lot of them do come from Khan Academy, but we do a lot of work to make an offline first education platform, and also bring in a huge swathe of other open educational resources.
See I really want this in a simpler format. Like a single file embedded database on my filesystem that I can point a single/or few tools at for my model to use when it needs.
I get the hate on AI for many reasons (hype, resource greediness, threat to civilization, etc), but having a local LLM that could help guide and reason about the data within seems like a win, especially if it's optional.
This is really cool. Having offline Wikipedia + local LLMs in a single bundle is a great combo for emergency preparedness. Do you have any benchmarks on how it performs on lower-end hardware? Curious about minimum specs.