Skip to content
Infrastructure Sovereignty

Your Network.
Your Rules.

Host your own signaling and relay infrastructure. Absolute data residency and minimum latency for secure environments.

Sovereign P2P Handshake

Operator
Demora Relay Your Infrastructure
Target Workstation

Deploy in
one command.

Distributed as a hardened Docker image, the Demora Relay acts as a lightweight orchestration point for P2P handshakes without ever seeing session content.

Air-Gapped

Full connectivity in isolated networks with no external dependencies.

Scalable

Lightweight binary footprint handles thousands of concurrent handshakes.

docker-compose.yml
services:
  demora-relay:
    image: demora/relay:latest
    ports:
      - "8080:8080"
    environment:
      - AUTH_TOKEN=secure_string
      - STUN_ENABLED=true
    restart: always