Your data stays yours
Messages, media and accounts live on your disk, under your jurisdiction and your backup policy.
Self-hosting
One compose file, a domain, one command. Your data stays on hardware you control, and the same code runs on your node as on the hosted one.

Messages, media and accounts live on your disk, under your jurisdiction and your backup policy.
No seat count, no message cap, no feature held back for a higher plan.
You decide what is allowed and who enforces it, without arbitration from a third party.
No account suspension, no pricing change, no shutdown notice on someone else’s timeline.
Debian or Ubuntu, 2 vCPU and 4 GB of RAM for a comfortable small instance.
Installed by the bootstrap script if they are missing.
Pointed at the server for trusted TLS; federation trials need additional qualification and are outside V1.
Most of it spent waiting for images to pull.
git clone <REPOSITORY_URL> lyranodecd lyranodesudo ./scripts/first-install.sh --operator "$USER" \--domain chat.example.com --letsencrypt-email ops@example.com
Replace the repository URL, domain and email with yours. The command is copied from the repository README; the script checks the host, installs prerequisites, generates secrets, obtains a certificate and starts the stack.
View sourceA single command pulls a revision, backs up first and rolls the code back automatically if the stack fails to come up.
Restic-based snapshots of MongoDB, Redis and media, with verification and a tested in-place restore.
Prometheus metrics and healthchecks on every service, plus a read-only doctor command.
A small-instance profile bounds memory and CPU for a 2 GB VPS or a Raspberry Pi.
Different homes.
One open neighbourhood.
Open by construction
Run Lyra yourself, inspect the code, or join a hosted node. Federation is designed to connect independent nodes while each operator keeps control of infrastructure and policy.
Nothing to operate, no server bill, updates handled. Best if you want to run a community, not a server.
Full control of data, policy and infrastructure. Best if that control is the point, or if you already operate servers.
Both run the same software, and a community can move between them.
Review the requirements, follow the installation steps and keep control of your node.