Self-host the relay

The relay is deliberately small and stateless. Running your own means your traffic never touches ours — and the page you are reading is served by the relay itself, so you can see what you would be running.

One command

git clone https://github.com/FluffyHorizon1/z-messanger
cd z-messanger/server
docker compose up -d

Then in the app: Settings → Developer mode → relay address, and enter wss://your-host. Anyone you talk to needs to be reachable through the same relay, so point your contacts at it too.

What it needs

Worth knowing

Z is source-available, not open source: personal self-hosting is expressly permitted, and commercial use or redistribution needs written permission. The licence is in the repository.