v2.0.2 — Open Source — Free Forever

ABZUNET

Internet of the People

A complete replacement for the internet that runs without the internet. No corporate backbone. No kill switch. No central authority. Every node you run is the network.

Get the Code How It Works
100% Open Source
0 Central Servers
Kill Switches
Rust Built With
No Kill Switch BLAKE3 Content Addressing Kademlia DHT Zero Knowledge Proofs DTN Messaging Ed25519 Identity LoRa Ready Internet of the People No Kill Switch BLAKE3 Content Addressing Kademlia DHT Zero Knowledge Proofs DTN Messaging Ed25519 Identity LoRa Ready Internet of the People
The Problem

THE INTERNET
IS BROKEN

The internet was built for convenience and retrofitted with corporate control. The result is infrastructure that can be censored, surveilled, and shut down by a handful of companies and governments.

🔌
Kill Switches

Governments can order ISPs to shut down internet access for entire countries. It has happened. It will happen again.

🏢
Corporate Control

A handful of companies control DNS, CDN, and cloud hosting. They can erase any website, any service, any person from the internet.

👁️
Surveillance

Every packet you send passes through infrastructure owned by corporations with business models built on monetizing your data.

Single Points of Failure

Natural disasters, submarine cable cuts, and infrastructure attacks can knock out connectivity for entire regions in seconds.

The Solution

AN INTERNET
THAT CANNOT
BE STOPPED

[✓]
Content-Addressed Storage

Files are addressed by their cryptographic hash. You can't censor a hash. The content IS the address.

[✓]
Decentralized Name System

The Abzu Name System runs on a DHT. No ICANN. No registrar. No domain that can be revoked.

[✓]
Self-Healing Mesh

libp2p Kademlia routing finds paths around failures automatically. No BGP. No AS numbers. No choke points.

[✓]
LoRa Radio Ready

v2.0.3 adds LoRa transport. 5-15km range per node, $30-50 hardware. The physical mesh that cannot be unplugged.

[✓]
Delay-Tolerant Messaging

Messages route through the network opportunistically. Works across intermittent links, disasters, and network partitions.

abzu-node — bash
# Install Rust, then:
 
$ git clone https://github.com/abzunetwork/
  abzu-network-framework
 
$ cargo build --release -p abzu-node
 
$ ./abzu-node init --data-dir ~/.abzu
✓ Identity generated
✓ Config written to ~/.abzu/abzu.toml
 
$ ./abzu-node run
✓ Node ID: 19e3c8a4f2...
✓ Listening on /ip4/0.0.0.0/tcp/4001
✓ Gateway: http://127.0.0.1:8080
✓ AbzuNet Browser ready
 
# You are now the internet.
Architecture

EVERY LAYER
REPLACED

Internet Service AbzuNet Equivalent Technology Status
DNS Abzu Name System (ANS) Kademlia DHT records ✓ v2.0.2
Web Server BLAKE3 Content Store sled + chunker + Bao ✓ v2.0.2
Web Browser Embedded Gateway UI Axum + vanilla JS ✓ v2.0.2
Email DTN Messaging Vector clocks + GossipSub ✓ v2.0.2
CDN DHT Replication Kademlia k=20 ✓ v2.0.2
Authentication Ed25519 Identity BLAKE3(pubkey) = NodeID ✓ v2.0.2
BGP Routing libp2p Mesh QUIC + TCP + mDNS ✓ v2.0.2
Physical Layer LoRa Radio Mesh libp2p LoRa transport ⚡ v2.0.3
Roadmap

THE PATH TO
ZERO DEPENDENCY

v2.0.2 Protocol Complete
  • BLAKE3 content addressing
  • Kademlia DHT routing
  • GossipSub mesh (256-way)
  • DTN store-and-forward
  • Embedded browser UI
  • ZK slashing (Groth16)
  • Blockchain bridge
v2.0.3 LoRa Transport
  • LoRa libp2p transport adapter
  • Meshtastic hardware bridge
  • Remote chunk fetch via DHT
  • Ed25519 message signing
  • Bootstrap peer discovery
v3.0 Global Mesh
  • Global LoRa node deployment
  • Mobile nodes (Android/iOS)
  • Satellite uplink integration
  • Distributed compute (WASM)
  • Full internet independence

RUN A NODE.
BE THE INTERNET.

Every person who runs a node strengthens the mesh.
No permission required. No account needed.
Open source. Free forever. Power to the people.

View on GitHub Download v2.0.2