ZERO_CONFIG
No servers, no ports, no accounts. Generate keys and run.
// EPHEMERAL · P2P · ZERO_KNOWLEDGE
Zero-config encrypted sync between trusted nodes. No servers. No accounts. No traces.
// ABOUT
Zero-config, zero-knowledge ephemeral P2P sync.
Generate a session. Copy the script on two machines.
They connect instantly. The broker sees nothing.
Close it — it's gone.
> Initialize secure session?
// WINDOWS
Same session. Same encryption. Same warp.py.
Now with a native GUI — chat, drag-and-drop, and a PORTAL.
v1.0 · place warp.py next to the exe · AES-256-GCM
No servers, no ports, no accounts. Generate keys and run.
AES-256-GCM with per-session ephemeral keys. The broker sees nothing.
Same file, both ends. Drop it in the folder you want to sync and run.
// HOW IT WORKS
Copy warp.py into the folder you want to sync on each machine.
Create a virtual environment and install the 3 dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install paho-mqtt cryptography watchdog
Run the node. That's it.
python3 warp.py