59 lines
2.4 KiB
Markdown
59 lines
2.4 KiB
Markdown
|
|
---
|
||
|
|
sources:
|
||
|
|
- raw/xpost/2026-07-24-bitchat-india-radicle.md
|
||
|
|
tags: [decentralized-infrastructure, censorship-resistance, bluetooth-mesh, protest-tech, radicle, p2p]
|
||
|
|
people: [crypto-jargon, callebtc, jack-dorsey]
|
||
|
|
updated: 2026-07-24
|
||
|
|
---
|
||
|
|
|
||
|
|
# BitChat — Dezentrale Infrastruktur entzieht sich staatlicher Löschung
|
||
|
|
|
||
|
|
## Konzept
|
||
|
|
|
||
|
|
BitChat ist eine Bluetooth-only Messaging App — kein Internet, keine SIM, keine Telefonnummer.
|
||
|
|
Assoziiert mit Jack Dorsey. Bereits von Protestierenden in Nepal, Iran und Madagaskar genutzt,
|
||
|
|
um staatliche Internet-Sperren zu umgehen.
|
||
|
|
|
||
|
|
## Indien-Vorfall (24. Juli 2026)
|
||
|
|
|
||
|
|
Indien ordnete an, GitHub müsse BitChat innerhalb von 3 Stunden löschen
|
||
|
|
("unlawful communication", IT Rules, öffentliche Ordnung). Anlass: NEET-Protestierende
|
||
|
|
nutzten BitChat während mobiles Internet gesperrt war.
|
||
|
|
|
||
|
|
GitHub kam der Anordnung nach. Noch vor Ablauf war die gesamte Codebase auf **Radicle**
|
||
|
|
gespiegelt — einem peer-to-peer Code-Hosting-Netzwerk ohne zentralen Server, Company oder CEO.
|
||
|
|
|
||
|
|
## Radicle als zensurresistentes Code-Hosting
|
||
|
|
|
||
|
|
| Eigenschaft | Bedeutung |
|
||
|
|
|-------------|-----------|
|
||
|
|
| Kein zentraler Server | Kann nicht per Gerichtsbeschluss abgeschaltet werden |
|
||
|
|
| Keine Company / kein CEO | Niemand der subpoena werden kann |
|
||
|
|
| Peer-to-peer seeding | Jeder Seeder = eine weitere unlöschbare Kopie |
|
||
|
|
| Offene Repos | iOS/macOS + Android publicly gespiegelt |
|
||
|
|
|
||
|
|
Aufruf aus der Community: "Clone it. Seed it. Keep it alive."
|
||
|
|
|
||
|
|
## Architektonische Bedeutung
|
||
|
|
|
||
|
|
> "India didn't delete BitChat. It just handed the entire internet a live demo
|
||
|
|
> of why decentralized infrastructure exists."
|
||
|
|
|
||
|
|
Staatliche Zensur funktioniert gegen Unternehmen (GitHub, App Stores), aber nicht
|
||
|
|
gegen Netzwerke die niemandem gehören. Zwei-Ebenen-Resilienz:
|
||
|
|
|
||
|
|
1. **App-Ebene:** Bluetooth mesh, kein Internet nötig — bereits unkillable
|
||
|
|
2. **Code-Ebene:** Radicle mirror, kein zentraler Host — ebenfalls unkillable
|
||
|
|
|
||
|
|
## Einordnung
|
||
|
|
|
||
|
|
BitChat ist kein Chat-App-Konkurrent im klassischen Sinn. Es ist **Protest-Infrastruktur** —
|
||
|
|
gebaut für Szenarien in denen staatliche Akteure Kommunikationskanäle abschalten.
|
||
|
|
Der Indien-Vorfall validiert das Design-Ziel in Echtzeit.
|
||
|
|
|
||
|
|
## Cross-References
|
||
|
|
|
||
|
|
- [BMASS — Roemmele](concepts/bmass-roemmele.md) — Sovereign Edge / dezentrale Infrastruktur
|
||
|
|
- [Platform vs Protocol](concepts/platform.md) — Zentral vs. dezentral
|
||
|
|
- [OpenClaw](tools/openclaw.md) — Local-first Agent-Infrastruktur
|
||
|
|
- [Ecosystem Tools](tools/ecosystem-tools-april-2026.md) — P2P-Landschaft
|