Emergency
Survival Co-pilot
Handheld LoRa radios relay survival questions to an off-grid laptop that answers with zero internet

People in a disaster zone or remote wilderness carry handheld Meshtastic LoRa radios with no cell signal and no internet. Survival Co-pilot puts a base station on that mesh - a laptop or SBC running a fully on-device LLM and RAG through the QVAC SDK - that auto-answers survival questions the moment they come in over the radio.
Two local processes, no cloud anywhere
A QVAC server exposes the LLM and embedding model on localhost, and a Python base station owns the Bluetooth radio link, retrieves the top-k matches from a bilingual RAG corpus, calls the model, and chunks the reply to fit under 200 bytes per LoRa segment before sending it back over the mesh.
[Handheld Meshtastic] --LoRa--> [mesh relays] --LoRa--> [LoRa / Meshtastic Node]
│ BLE
▼
Base station (laptop / SBC) - 100% local
basestation.py --HTTP--> qvac serve openai
owns BLE, RAG retrieve, @qvac/sdk: co-pilot (LLM) · embed-mlm
chunk ≤200BDemo video
Why it refuses before it hallucinates
MORE FROM THE SHOWCASE
Build this
Ship your own local AI
One install in JavaScript or Python. 10+ AI tasks. Private, offline and free - on the hardware you already own.