<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SiddhaDo</title>
    <description>The latest articles on DEV Community by SiddhaDo (@_a95a94c485cb1604c1de0c).</description>
    <link>https://dev.to/_a95a94c485cb1604c1de0c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2740555%2F18210838-4f34-4a7e-91bb-4421dc24de2b.jpg</url>
      <title>DEV Community: SiddhaDo</title>
      <link>https://dev.to/_a95a94c485cb1604c1de0c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_a95a94c485cb1604c1de0c"/>
    <language>en</language>
    <item>
      <title>BitChat: Offline Bluetooth Mesh Messaging Without SIM, Wi-Fi or Servers</title>
      <dc:creator>SiddhaDo</dc:creator>
      <pubDate>Sun, 13 Jul 2025 09:46:58 +0000</pubDate>
      <link>https://dev.to/_a95a94c485cb1604c1de0c/bitchat-offline-bluetooth-mesh-messaging-without-sim-wi-fi-or-servers-4d2l</link>
      <guid>https://dev.to/_a95a94c485cb1604c1de0c/bitchat-offline-bluetooth-mesh-messaging-without-sim-wi-fi-or-servers-4d2l</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;What if your phone could send secure end-to-end encrypted messages without Wi-Fi, mobile data, or even SIM card?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Welcome to &lt;a href="https://www.bit-chat.xyz/" rel="noopener noreferrer"&gt;&lt;strong&gt;BitChat&lt;/strong&gt;&lt;/a&gt; — a lightweight Bluetooth mesh chat app that works &lt;strong&gt;entirely offline&lt;/strong&gt;, hopping from device to device using &lt;strong&gt;Bluetooth Low Energy&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔌 What Is BitChat?
&lt;/h2&gt;

&lt;p&gt;BitChat is an open-source messaging app that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Uses &lt;strong&gt;Bluetooth LE&lt;/strong&gt; mesh for offline routing (up to 300 m per hop)&lt;/li&gt;
&lt;li&gt;Encrypts everything with &lt;strong&gt;ChaCha20-Poly1305&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Stores nothing on a central server (not even login)&lt;/li&gt;
&lt;li&gt;Works on &lt;strong&gt;iOS, Android and macOS&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Runs even when cellular service is down&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://www.bit-chat.xyz/bitchat.apk" rel="noopener noreferrer"&gt;Try Android here&lt;/a&gt;&lt;/strong&gt; — no sign-up required.&lt;/p&gt;




&lt;h2&gt;
  
  
  📡 Why Mesh Matters
&lt;/h2&gt;

&lt;p&gt;Unlike Signal or WhatsApp, BitChat can send messages &lt;strong&gt;peer-to-peer&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
In fact, messages can &lt;strong&gt;hop&lt;/strong&gt; between multiple phones, enabling offline comms in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🏞 Remote regions without coverage
&lt;/li&gt;
&lt;li&gt;🛬 Airports, trains, undergrounds
&lt;/li&gt;
&lt;li&gt;🌪️ Emergencies when the Internet is out
&lt;/li&gt;
&lt;li&gt;🛑 Areas under censorship or surveillance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We tested &lt;a href="https://www.bit-chat.xyz/field-test/" rel="noopener noreferrer"&gt;multi-hop routing across 3 phones&lt;/a&gt; — the result? 210 meters of offline encrypted chat.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔒 Tech Stack at a Glance
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Transport&lt;/td&gt;
&lt;td&gt;Bluetooth LE (CoreBluetooth / Android BLE)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Encryption&lt;/td&gt;
&lt;td&gt;X25519 for key exchange, ChaCha20-Poly1305 for messages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mesh Routing&lt;/td&gt;
&lt;td&gt;Store-and-forward with TTL &amp;amp; random delays&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;App Size&lt;/td&gt;
&lt;td&gt;~6 MB (no SDK bloat)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Privacy Model&lt;/td&gt;
&lt;td&gt;No phone number, account, or metadata&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;You can &lt;strong&gt;see the routing demo videos&lt;/strong&gt; and test metrics here 👉 &lt;a href="https://www.bit-chat.xyz/field-test/" rel="noopener noreferrer"&gt;https://www.bit-chat.xyz/field-test/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  📲 Download &amp;amp; Try It
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Platform&lt;/th&gt;
&lt;th&gt;Link&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;iOS&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.bit-chat.xyz/#ios-testflight" rel="noopener noreferrer"&gt;Join TestFlight (Beta)&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Android&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.bit-chat.xyz/bitchat.apk" rel="noopener noreferrer"&gt;Download APK&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;macOS&lt;/td&gt;
&lt;td&gt;&lt;code&gt;brew install xcodegen &amp;amp;&amp;amp; git clone&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;BitChat is fully open-source — feel free to fork and contribute.&lt;/p&gt;




&lt;h2&gt;
  
  
  💬 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;We don't think BitChat replaces Signal or Matrix — but it &lt;strong&gt;complements&lt;/strong&gt; them.&lt;br&gt;&lt;br&gt;
When everything else breaks, you still want &lt;em&gt;some way&lt;/em&gt; to stay in touch — even if that’s via mesh-hopped BLE packets.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Got feedback or want to contribute? Drop us a line via &lt;a href="https://www.bit-chat.xyz" rel="noopener noreferrer"&gt;https://www.bit-chat.xyz&lt;/a&gt; — or fork the project and start hacking.&lt;br&gt;&lt;br&gt;
Let’s decentralise the last mile, one Bluetooth hop at a time. 🔗&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>bluetooth</category>
      <category>meshnetwork</category>
      <category>privacy</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
