Export

Usage

Reticulum-Go can be used as a standalone application, integrated into your Go projects, or run in the browser via WebAssembly.

Getting the Source

Clone the repository to get started:

git clone https://git.quad4.io/Networks/Reticulum-Go
cd Reticulum-Go

Installation

Prerequisites

  • Go 1.24 or later
  • Task for build automation

Development Environment

If you have Nix installed, you can use the development shell:

nix develop

Building and Running

Building the Binary

task build

The compiled binary will be located in bin/reticulum-go.

Running the Application

task run

Running Tests

task test

Cross-Platform Builds

Build for all Linux architectures (amd64, arm64, arm, riscv64):

task build-all

Build for specific architectures:

task build-linux

Experimental Features

Build with experimental Green Tea GC (requires Go 1.25+):

task build-experimental
R
Reticulum-Go

A Go implementation of the Reticulum Network Stack. Building the future of resilient, sovereign communications.

License: 0BSD

Follow Development

Links

Quad4 Software

Backed by Quad4 Software. Building privacy-first, secure, efficient software.

quad4.io
© 2026 Quad4 Software. All rights reserved.
Deployed using Coolify