Back to App
M

Privacy Policy

Last Updated: February 21, 2026

Simplified Summary (TL;DR)

We don't have a server. We don't see your data. File transfers use Decentralized Mesh Swarming which means data chunks are shared directly between all connected peers. Refreshing the page wipes everything clean.

1. Our P2P Philosophy

Private

Explyra P2P Enterprise is built on a "No-Server" architecture. Unlike traditional applications (WhatsApp, Zoom), your data does not pass through or sit on our servers. Communication happens directly between your browser and your peer's browser using WebRTC technology.

Simple terms: Imagine talking to someone through a private pipe. Nobody else has access to the pipe.

2. Information We DO NOT Collect

Zero Logs
  • No Message Logs: We do not store your chat history.
  • No File Storage: Files are transferred directly; we never see or store them.
  • No Personal Details: We do not require registration, email, or phone numbers.
  • No Location History: GPS coordinates are shared peer-to-peer only and never saved.
Simple terms: We don't know who you are, who you talk to, or what you send.

3. Third-Party Services (PeerJS)

Handshake Only

To establish a connection, this app uses PeerJS as a signaling intermediary. PeerJS helps "introduce" your browser to your friend's browser (NAT Traversal). During this brief handshake, your IP address is used to facilitate the connection. Once the connection is "peer-to-peer," PeerJS is no longer involved in the data flow.

Simple terms: We use a "matchmaker" service only to help you find your friend. After that, the matchmaker leaves.

4. Encryption

End-to-End

All data exchanged between peers is encrypted using industry-standard DTLS (for data) and SRTP (for audio/video). This ensures that even if someone were to intercept the traffic, they would not be able to read it.

Simple terms: Your data is locked in a box. Only you and your friend have the keys.

5. Data Deletion

Ephemeral

Because there is no central database, your data exists only in your browser's memory (RAM). Closing the tab or refreshing the page permanently deletes all current session data (chat, transferred files, code, etc.).

Simple terms: Refresh = Reset. Nothing stays behind.
Developed by Explyra Bhasin ❤️