Android Bluetooth mesh messaging app for off-grid communication without internet or cell service.
RallyMesh is an Android messaging app that works when the cell network and the internet don't. Instead of routing messages through a server, RallyMesh forms a Bluetooth mesh between nearby phones: your message hops from device to device until it reaches the recipient, with no infrastructure in between. That makes it useful in the situations where mainstream messengers fall over — festivals, protests, hikes, disaster zones, dead-zone neighborhoods — anywhere a group of people are physically near each other but can't rely on connectivity.
The mesh approach trades range for resilience. Each phone is a relay, so as long as there's a chain of devices between sender and recipient, messages get through. The more people running the app in an area, the better the mesh works.
How it was built
RallyMesh is published on Google Play by blazingbanana, the same Android developer behind Movie & TV Swiper. The specific AI coding tool used isn't documented in the Play Store listing, but RallyMesh is featured in the awesome-vibecoded-apps GitHub list as part of the cohort of Android apps shipping with significant AI-assisted development.
Building Bluetooth mesh networking on Android is genuinely non-trivial — the BLE APIs are notoriously fiddly, peer discovery is fragile, and getting reliable message delivery across a hopping mesh involves a lot of careful state management. That a solo developer can ship something in this space using AI assistance is part of why the project shows up in vibe-coding roundups.
Why it matters
Off-grid mesh messaging is having a moment in 2025, with Jack Dorsey's Bitchat drawing most of the headlines. RallyMesh is the under-the-radar Android-native counterpart — same problem, different audience, shipped quietly by an indie developer. Together they're a small case study in how AI coding tools are letting individuals tackle systems-y problems (Bluetooth, peer-to-peer routing) that used to require dedicated teams.
This listing is unclaimed. Sign in to claim it.