Deploy a Relay and Connect Clients

LetUsMsg is built around ephemeral relays: lightweight binaries that live in memory, rotate often, and keep your data off disk. You host the relay you trust, and every client (macOS, iOS, Android, Windows, Linux) connects to it using your invite code and PIN.

What You Need

Quick Path

  1. Download the relay binary for your architecture from Relay.
  2. Start it with (WIP) Docker Compose or Kubernetes using the templates on the Relay page.
  3. Launch your client, enter the details of the new Relay, add finally add to a Relay Pool
  4. Create a new Chat Space, share the invite code, and begin chatting.

How Clients Use Relays

Relay Lifecycle at a Glance

Next Steps