Back // topic · network

Reticulum

Cryptography-first networking that runs over anything — private and server-less by design.

What it is

Reticulum isn’t an app — it’s a networking stack you build networks with. Think of it as an alternative to TCP/IP that assumes no fixed infrastructure, no DNS, no central authorities, and no trust in the link underneath.

Every link is encrypted by default with ephemeral keys — you literally can’t create an unencrypted one. Packets carry no source address, so origins stay hidden, and addresses are self-sovereign: you generate your own, and it’s globally reachable within seconds. Best of all, it thrives on the slow, lossy links where normal networking falls apart.

EncryptionOn by default
AddressingSelf-sovereign
Runs overAlmost anything
InternetOptional
LinksLow-bandwidth OK
CostFree & open source
// transports

It doesn’t care what carries it

Reticulum runs over whatever you’ve got — and bridges them into one network.

radio

Over LoRa

Add an RNode and run a true off-grid radio network — no internet anywhere in sight.

ham

Over packet radio

Bridge into AX.25 / KISS TNCs and classic ham packet links.

wire

Over the internet

Tunnel via TCP/IP or I2P to stitch distant networks together into a single mesh.

// apps

Things to actually use

The stack is the engine; these are what you touch.

messenger

Sideband

A friendly client for text, voice, location and telemetry over Reticulum — Android and desktop.

View on GitHub →
terminal

Nomad Network

Terminal-style messaging plus self-hostable pages — a private, off-grid take on the web.

radio fw

RNode

Open LoRa firmware that turns cheap boards into Reticulum (and packet) radio interfaces.

// getting started

From zero to connected

  1. Install Reticulum

    On any computer: pip install rns. That single package is the engine everything else rides on.

  2. Add an interface

    Start over your existing internet connection (TCP), or wire in an RNode for off-grid LoRa. Mix and match — Reticulum bridges them.

  3. Try an app

    Fire up Sideband to message, or Nomad Network for pages and chat.

  4. Go deeper

    Read the manual, then come trade setups in #reticulum.

Build networks that can’t be switched off.

Privacy-first comms, with people who actually run them.