Pulse is a fully anonymous, end-to-end encrypted P2P messaging platform powered by SOVP (Sovereign Open Vault Protocol) — P2P communication. No phone, no email, no central server. Just you, cryptography, and freedom.
Pulse's system architecture builds privacy as a foundational principle, not as a feature.
No phone number. No email. Just a username and a cryptographic Vault ID (VID) generated in your browser. Your identity lives entirely on your hardware, never sent to any server.
VID: x25519_pubkey_hashX25519, Ed25519 & ChaCha20-Poly1305 (TweetNaCl).
cipher.suiteServer can never read your messages. Only forwards encrypted packets.
zero-knowledgeDatabase lives on your device. Offline messages queue in Redis, sync to device, then permanently deleted from server.
vault.persist(local)QR code to link new devices. Fan-out routing delivers messages to all your devices instantly.
device_tags.fanout()Web Push notifications even offline via Service Workers. Native app experience.
service_workerFastify + Redis Cluster architecture handles 1M+ concurrent active users via WebSocket with zero latency. Infrastructure optimized for low-latency.
fastify · redis_cluster · wsAnatomy of data flow: every layer from IndexedDB to Relay, from TweetNaCl to P2P encryption is transparent.
Pulse's core philosophy: the server is just a relay. Your messages live encrypted on your device. If you're offline, they wait in a high-speed in-memory queue (Redis), and the moment you connect, they sync to your device and are permanently deleted from the server.
IndexedDB Vault
Forward only
Ephemeral memory
Decrypt & read
Open Pulse Web, generate your Vault ID, stay anonymous. The darkest and most secure form of messaging is here.
Open Pulse Web ⚡