Pages
Contents
xPulse Chat
P2P messenger directly in the browser β end-to-end encrypted, no server-side message storage.
Contents
- Guide β Getting started, pairing, backup
- Security β Encryption, privacy, server logging
- Changelog β Version history
- ADRs β Architecture decision records
At a Glance
- Chats run peer-to-peer (P2P) via WebRTC
- Messages are not stored on a server
- Peers and history are stored locally in the browser (LocalStorage)
- Messages are end-to-end encrypted (ECDH + AES-GCM)