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