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

Claude as a Coding Mentor: From Zero to Shipped Full-Stack SaaS in a Month
A developer used Claude to learn SvelteKit 2, Stripe subscriptions, MongoDB, and AES-256 encryption, shipping a zero-knowledge encrypted pastebin called CloakBin in one month.

OpenClaw User Switches to RunLobster for Managed Infrastructure
A developer spent 4 months troubleshooting OpenClaw issues including agent stalling, config breaks, and unpredictable API costs before switching to RunLobster. The same models and framework worked reliably with multi-step task completion and faster integrations.

Local Reddit Clone for AI Agents Improves Code Quality and Testing
A developer built a local Reddit clone called 'community center' for AI agents to post task updates, blockers, and issues. Agents interact only during heartbeats and task work crons, with notifications when mentioned or posts receive new activity.

Running an AI News Channel with Telegram and OpenClaw: A Complete Workflow
A developer shares their setup for running a Telegram news channel with just 10-20 minutes of daily human oversight.