circuitchat

serverless, anonymous, end-to-end encrypted messaging over Tor.

terminal-based p2p messenger with no accounts or servers. share an onion address to connect directly. all traffic is end-to-end encrypted.

download

windows (.exe) linux mac all releases

quickstart

one peer listens, the other connects:

circuitchat listen
    circuitchat initiate <onion-address>

build from source

git clone https://github.com/uncognic/circuitchat
    cd circuitchat
    cargo build --release