A messaging app that requires no internet connection, no phone number, and no account registration has just been targeted for removal from GitHub by the Indian government. It sounds like a plot from science fiction, but it happened in July 2026.
The app is called Bitchat, developed by Twitter co-founder Jack Dorsey. It relies solely on Bluetooth—the same technology connecting your phone to your wireless headphones—allowing nearby people to chat directly. It bypasses servers entirely, requires no telecom operator, and functions seamlessly even when cellular networks and the internet are completely shut down.
On July 23, the Indian Cyber Crime Coordination Centre (I4C) issued a notice to GitHub, requesting the removal of three Bitchat code repositories within three hours. The stated reason: the app could be utilized for illegal activities and compromise national security.
The story surged on Hacker News, earning 337 points and generating 253 comments, highlighting the intense controversy surrounding the move.
This raises a fundamental question: Why does a walkie-talkie-style messaging tool make governments so anxious?
Passing Notes via Bluetooth: How Bitchat Actually Works
To understand the friction, we must first look at the core difference between Bitchat and traditional apps like WeChat or WhatsApp.
When sending a message on WhatsApp: your phone → WhatsApp servers → recipient’s phone. Government agencies can issue lawful demands to the central server for chat logs, monitor communications, or block access altogether.
When sending a message on Bitchat: your phone → a nearby phone → another nearby phone → … → target recipient’s phone. There are no central servers involved, and no single interception point exists.
Official Bitchat Logo. Source: CNET
Technically, this architecture is known as a “Bluetooth Mesh Network.” Conceptually, it resembles passing paper notes in a classroom—you pass a note to the person in front of you, who passes it forward until it reaches its recipient. If the teacher (the government) wants to intercept it, she cannot easily tell who holds the note or who to stop.
Bitchat utilizes the Bluetooth Low Energy (BLE) Mesh protocol. Every smartphone acts simultaneously as both a sender and a relay node. Messages can hop up to 7 times, theoretically extending communication coverage far beyond the physical range of a single device’s Bluetooth signal. By default, messages are end-to-end encrypted using the Noise Protocol and automatically self-destruct upon delivery—unless manually saved by the recipient.
Crucially, Bitchat requires no phone numbers, no sign-ups, and no personal identifying information. Users simply open the app, set a handle, and start chatting.
This lies at the heart of the conflict: Governments can subpoena WhatsApp; they cannot subpoena Bitchat.
Two Opposing Perspectives: Who Has the Valid Argument?
The Government’s Stance
The Indian government’s concerns are not purely theoretical. The notice specifically stated that Bitchat “enables communications during network restrictions, which could be exploited by individuals attempting to evade lawful surveillance.”
Recent events validate this concern. In July 2026, massive student protests erupted at Jantar Mantar in New Delhi over alleged irregularities in the NEET-UG 2026 national medical entrance exam. Authorities shut down mobile internet access within a 1.5 km radius of the protest site. In response, protesting students turned to Bitchat to coordinate their movements.
Earlier examples abound: during protests in Madagascar in September 2025, Bitchat recorded 70,000 downloads within a single week. In January 2026, amidst widespread internet blackouts in Uganda and Iran, downloads of Bitchat spiked dramatically.
From a state security perspective: an unmonitored communication channel effectively leaves an unclosable window for illicit activities. In scenarios involving drug trafficking, terrorism planning, or organized crime, off-grid apps like Bitchat can indeed be exploited.
The Indian government invoked Section 79(3)(b) of the Information Technology Act. Following similar logic, China instructed Apple to remove Bitchat from its domestic App Store in April 2026.
The Civil Liberties Stance
The counterargument is equally compelling.
The Internet Freedom Foundation (IFF) of India characterized the takedown order as “unconstitutional and arbitrary.” Their primary contention is that the government is targeting the underlying technology itself.
The IFF highlighted that the takedown order bypassed statutory content-blocking procedures established by law. Rather than securing court warrants targeting specific illegal content, authorities requested the outright deletion of entire open-source repositories. As advocates argue, this is akin to saying, “Bad actors might read this book to commit crimes, so we must burn the book.”
Jack Dorsey posted on X: “The Indian government doesn’t like tech like BitChat and wants it removed.”
Even more ironic is the technical reality: Bitchat is open-source software published under the MIT License. Anyone can clone, fork, or mirror the code. Deleting the primary GitHub repository does not eliminate the codebase from thousands of local machines and mirrors worldwide. Iranian protesters previously used a localized fork named Noghteha, which garnered 70,000 downloads on Google Play within three days—distributed heavily via Bluetooth sideloading.
Deleting a GitHub repository does not delete the software. Deleting the software does not delete the knowledge. And deleting the knowledge does not prevent people from recreating it.
How Bitchat works: Smartphones communicate directly via Bluetooth Mesh networks without central servers. Source: DEV Community
The Underlying Conflict of Encryption: An Unresolved Dilemma
This debate transcends the fate of a single Bluetooth app.
Every encrypted communication system confronts the exact same dilemma: encryption protects law-abiding citizens and bad actors alike. WhatsApp offers end-to-end encryption, prompting governments to demand decryption capabilities—technically impossible without installing spyware on endpoint devices. Signal offers strong privacy, leading to blocks in Russia. Tor enables anonymous browsing for citizens escaping censorship, but is also utilized for darknet illicit trading.
Bitchat pushes this trade-off to its logical extreme: without servers or central entities, there is no party to serve with a decryption order.
There is no simple black-and-white resolution; both arguments follow coherent logic within their respective paradigms:
From the state’s perspective: if all communications become completely opaque, law enforcement becomes exceptionally difficult. If violent extremists utilize off-grid mesh networks to coordinate attacks, law enforcement cannot intercept intelligence beforehand. This is not purely theoretical—perpetrators of the Paris attacks relied heavily on encrypted channels.
From the citizen’s perspective: if all communications are subject to state monitoring, free speech becomes a hollow promise. Journalists self-censor when reporting on sensitive topics, dissidents hesitate to speak out, and ordinary citizens risk interrogation over private chat logs.
Encrypted communication is ultimately not a technical issue, but a political one. Technology merely lays the choices starkly on the table.
The Outcome of the Story (For Now)
As of publication, Microsoft has not publicly confirmed whether it executed the takedown request within the three-hour window. Bitchat remains available on Apple’s App Store, while Android APKs continue to circulate through mirror sites and peer-to-peer sideloading.
Community developments are even more dynamic. An open-source project named Bitle is leveraging ESP32 microcontrollers to construct standalone Mesh relay nodes—equipped with small solar panels, these nodes can be deployed outdoors to extend Bitchat’s network range automatically. Meanwhile, community proposals aim to bridge Bitchat with LoRa radio hardware using the Meshtastic protocol, expanding message delivery range from hundreds of meters to over 10 kilometers.
The government’s takedown order may have unintentionally accelerated the creation of even more decentralized and resilient communication infrastructure.
Perhaps that is the ultimate irony of this clash: the harder authorities try to close a door, the more determined people become to open a window.
This analysis is based on reporting from The Hindu, Hacker News, Glitchwire, CNET, statements from the Internet Freedom Foundation of India, and public documentation. The author is not a telecommunications or legal expert; this article aims to present both perspectives objectively without taking a formal stance.
References:
- The Hindu — Government orders GitHub to remove Bluetooth-based chat app Bitchat over security concerns (Jack Dorsey)
- Hacker News — discussion thread (49036433, 337 points / 253 comments)
- Glitchwire — India Orders GitHub to Remove Bitchat Source Code. Good Luck With That.
- CNET — What You Should Know About the New, Free Messaging App Bitchat
- Internet Freedom Foundation (IFF) Statement — calls BitChat GitHub takedown unconstitutional
- Wikipedia — BitChat article
- GitHub — permissionlesstech/bitchat-android repository (MIT License)
- Jack Dorsey on X — response to Indian government takedown order