Imagine if people in Iran could show the world what's actually happening during a protest — without the government blocking every channel. Imagine if someone in North Korea could send a message that no authority could intercept, trace, or delete. That's what we built.
The internet became what it is because greedy people built exploitative
business models on top of the open internet. This is not what it was
supposed to be. The technology was always neutral — HTTP, TCP/IP, email. But
the companies that built on top discovered that surveillance and addiction were
more profitable than utility and privacy.
So we built TIWD — Trustless Internet With a Difference.
What is it?
TIWD is a peer-to-peer network where every user is a node and every node is a
server. When you run a TIWD application, your device becomes part of the
infrastructure. You route messages for others, store pieces of the network's
directory, and participate in governance.
There are no servers to seize. No domains to take down. No app store to be
removed from. No corporation that can read your messages.
What works right now
This isn't a whitepaper-only project. We have working code and real users:
- Encrypted P2P chat — a desktop app where users are chatting peer-to-peer right now across the internet
-
Decentralized web browsing — type
server.tiwdin Chrome and an HTML page loads from a remote peer. No DNS. No HTTP server. Pure P2P. - TIWD Names — a DNS replacement where names are free, permanent, stored in a Kademlia DHT, and can't be seized by any government
- Trust-based governance — "Proof of Presence" means trust is earned through time and participation, never purchased
- Developer SDK — build your own apps on the network with a simple trait implementation
The tech stack
- Rust — the entire codebase
- libp2p — Kademlia DHT, GossipSub, Noise encryption, mDNS
- Tauri — desktop app (one binary, ~13MB installer)
- warp + rustls — native TLS, no Nginx needed
- Ed25519 — cryptographic identity
The whole thing — protocol, trust engine, naming system, chat app, web browser,
SDK, desktop app, and a 3,000-line protocol white paper — was built in a single
session.
Why no blockchain? Why no token?
Every decentralized project that introduces a token eventually becomes about the
token. The community debates price instead of protocol. Speculators flood in.
Governance gets captured by whoever holds the most coins. The original mission dies.
TIWD has no token. Trust is earned through time — logarithmic growth, capped at
- A billionaire and a student earn trust at the same rate. There is nothing to buy, stake, or mine.
Developers can still make money building on TIWD — through premium features,
enterprise support, managed hosting, and consulting. The same model that built
Red Hat ($34B acquisition), GitLab ($11B), and MongoDB ($25B). What developers
can't do is harvest user data or run surveillance advertising. Those business
models are structurally impossible on encrypted P2P traffic.
How P2P web browsing works
This is probably the most interesting part technically:
You type server.tiwd in Chrome
A local proxy intercepts the .tiwd domain
Your node looks up "server" in the Kademlia DHT
DHT returns the PeerId of the hosting node
Your node connects directly to that peer (Noise encrypted)
Sends a content request: "GET /index.html"
The peer reads the file from disk and sends it back
Your browser renders the page
No DNS lookup. No HTTP server. No CDN. Just two nodes and a DHT.
TIWD Names — DNS without ICANN
Every previous attempt at decentralized naming (Namecoin, ENS, Handshake) failed
because they attached a token to names. Tokens create speculation. Speculation
creates squatting. Squatting makes the system unusable.
TIWD Names are free. Forever. Stored in the DHT. Anti-squatting is handled by
trust-based rate limiting (newcomers get 1 name, trusted elders get up to 25)
and a "use it or lose it" policy (inactive names are released after 90 days).
Try it
Download the desktop app (Windows):
https://tiwd.org/TIWD_0.1.1_x64-setup.exe
Linux binary:
https://tiwd.org/tiwd-node-linux-x64
Source code + white paper (3,000+ lines):
https://git.tiwd.org/tiwd/tiwd
Website:
https://tiwd.org
What we want
Feedback. Criticism. People who want to build on it.
The white paper covers everything — trust algorithm, moderation protocol,
content authenticity (how we defeat AI slop), scalability to 5 billion users,
e-commerce architecture, and a section on how this could help people in
censored countries get content out when every other channel is blocked.
Read it. Question it. Tell us what's wrong. Or download the app and chat with
us on the network.
The internet we deserve won't build itself.
TIWD is open source, released into the public domain. No VC funding. No token.
No corporate backing. Just a team that thinks the internet should belong to the
people who use it.
Contact: tiwd2026@proton.me
Top comments (0)