Radio Free Gemma: Disaster AI via Meshtastic and Local LLM

A Reddit user (u/bravoitaliano) shared a project called Radio Free Gemma that runs a local LLM on a Meshtastic mesh network for disaster scenarios. The setup uses a Gemma 4:26B model, a basic RAG library with vector embeddings, and an MQTT server in Docker, all tied into OpenClaw as a sub-agent. The corpus is built from publicly available protocols (CDC, civil defense, etc.) and the agent's personality is styled as an emergency radio operator. The entire stack runs on battery backups — when power and cell service go down, users can still reach the AI via Meshtastic nodes.
Key details from the source:
- Model: Gemma 4:26B running locally
- Network: Meshtastic (mesh radio network, not cellular)
- Connectivity: MQTT server in a Docker container on the main cluster, bridging Meshtastic and OpenClaw
- RAG: Custom RAG library with vector embeddings, curated by frontier models
- Corpus: CDC, civil defense, and other public emergency protocols
- Agent: OpenClaw sub-agent; Soul/agent markdowns tied to emergency radio operator personality
- Power: All hardware on battery backups — remains operational during outages
- Limitation: The author notes it's not perfect but trusts it for basic triage and life-saving info
The project is not on GitHub, but the author is open to sharing details and answering questions. It's a practical demonstration of using a local LLM for comms-down scenarios, leveraging off-grid mesh networking.
📖 Read the full source: r/openclaw
👀 See Also

Self-hosted vs managed OpenClaw: A developer's 4-month comparison
A developer switched from self-hosting OpenClaw for 4 months to RunLobster's managed service at $49/month. Self-hosting required constant maintenance including reconnection scripts, debugging config updates, and dealing with surprise API bills.

OpenClaw user automates cross-platform content formatting with custom skill
A developer built an OpenClaw skill that automatically formats raw drafts for multiple platforms, eliminating manual markdown adjustments for each site's specific requirements.

Architecture for a Daily Intelligence Briefing System Built with Claude
A developer built a personalized daily briefing system using Claude API that ingests RSS feeds, scores articles for relevance, triages them, and delivers analysis via email. The pipeline processes ~200 articles daily, filters to 5-8 for analysis, and costs under $5/month.

Claude AI used to automate YC W26 startup research and ranking
A Reddit user automated VC associate research by having Claude investigate every YC W26 startup, scoring them on founder credibility, product reality, market opportunity, and competition with tiers from S to D.