wtchat source ↗

// no server. no accounts. no bullshit.

CHAT ON THE SWARM

Open a torrent. Talk to whoever else is downloading it - peer to peer, over the same wire connections already moving the file. Close the tab and it's gone. Nothing to log, nothing to seize.

same magnet link = same room. share it, whoever pastes it next is in the chat.

01 no chat server

Messages ride a custom BitTorrent peer-wire extension, directly over the connections your browser already opened to the swarm. Nothing relays it, nothing stores it.

02 encrypted in transit

WebRTC data channels are DTLS-encrypted by default. Only the peer on the other end of the wire reads what you type.

03 open source, MIT

Zero build step, no CDN dependency, fully static. Read every line, run your own copy, fork it.