# markqvist/reticulum

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/markqvist-reticulum).**

4,438 stars · 292 forks · Python · other

## Links

- GitHub: https://github.com/markqvist/Reticulum
- Homepage: https://reticulum.network
- awesome-repositories: https://awesome-repositories.com/repository/markqvist-reticulum.md

## Topics

`lora` `mesh` `mesh-networks` `network` `networking-stack` `packet-radio` `reticulum` `rns`

## Description

Reticulum is a decentralized networking stack that enables encrypted, peer-to-peer communication over diverse physical mediums without relying on central infrastructure or IP protocols. It uses self-sovereign cryptographic identities for routing and authentication, replacing traditional IP addresses with collision-free globally unique addresses that require no central coordination. Every packet is encrypted by default using ephemeral key exchanges with forward secrecy, and unencrypted traffic is dropped as invalid.

The stack unifies heterogeneous transport mediums—including LoRa radio, packet radio, serial links, WiFi, Ethernet, and TCP/IP—into a single self-configuring mesh through a plugin-based interface system. It provides autonomous path discovery and maintenance that adapts to topology changes without central servers, along with a resource transfer protocol for reliable data delivery from bytes to gigabytes. Built-in tools support encrypted messaging with offline delivery, real-time group chat, bulletin boards, voice calls, file synchronization, Git repository hosting, distributed web content browsing and hosting, and remote shell access over low-bandwidth links.

Reticulum includes utilities for monitoring network health, probing paths, managing cryptographic identities, controlling interface behavior, and sharing blocklists for community-wide spam filtering. It supports anonymous communication by omitting source addresses from packets, and offers fallback to pure-Python cryptography when native libraries are unavailable. The stack can run as a background daemon on multiple platforms, including Android via Termux, and allows hosting public entrypoints for remote peers to join the mesh over the Internet.

## Tags

### Networking & Communication

- [Decentralized Mesh Network Construction](https://awesome-repositories.com/f/networking-communication/decentralized-mesh-network-construction.md) — Builds autonomous, encrypted peer-to-peer networks over diverse physical mediums without central infrastructure.
- [Mesh Networking](https://awesome-repositories.com/f/networking-communication/mesh-networking.md) — Configures one or more physical or virtual interfaces so the Reticulum device joins an existing encrypted mesh and automatically discovers peers. ([source](https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html))
- [Mesh Networking Frameworks](https://awesome-repositories.com/f/networking-communication/mesh-networking-frameworks.md) — Provides a framework that unifies radio, serial, and IP links into a single self-configuring encrypted mesh.
- [Distributed Backbone Integration](https://awesome-repositories.com/f/networking-communication/distributed-backbone-integration.md) — Joins a volunteer-run mesh of transport nodes that provides worldwide Reticulum internetworking without central coordination. ([source](https://reticulum.network/connect.html))
- [Low-Bandwidth Transfer Protocols](https://awesome-repositories.com/f/networking-communication/file-transfer-protocols/low-bandwidth-transfer-protocols.md) — Transfers data from bytes to gigabytes with automatic sequencing, compression, and checksumming over low-bandwidth links.
- [Heterogeneous Network Connectivity](https://awesome-repositories.com/f/networking-communication/heterogeneous-network-connectivity.md) — Connects devices using radio, serial, WiFi, Ethernet, or custom interfaces, bridging heterogeneous links into a single network. ([source](https://reticulum.network/manual/index.html))
- [Interface Announcement](https://awesome-repositories.com/f/networking-communication/interface-announcement.md) — Broadcasts connection details for local Reticulum interfaces to the wider network, allowing other peers to automatically discover and connect. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [IP Network Encapsulation](https://awesome-repositories.com/f/networking-communication/ip-network-encapsulation.md) — Operates over existing IP networks such as wired Ethernet, WiFi, or the Internet while maintaining full mesh functionality. ([source](https://reticulum.network/hardware.html))
- [Local Network Discovery](https://awesome-repositories.com/f/networking-communication/local-network-discovery.md) — Discovers and communicates with other nodes on the same local network using IPv6 and UDP without IP infrastructure. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [Medium-Agnostic Network Connectivity](https://awesome-repositories.com/f/networking-communication/medium-agnostic-network-connectivity.md) — Connects over wired, wireless, radio, or virtual mediums without requiring IP infrastructure or central coordination. ([source](https://markqvist.github.io/Reticulum/manual/hardware.html))
- [Network Addressing](https://awesome-repositories.com/f/networking-communication/network-addressing.md) — Assigns unique, collision-free addresses to nodes automatically without needing a central registry. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Coordination-Less Global Addresses](https://awesome-repositories.com/f/networking-communication/network-addressing/coordination-less-global-addresses.md) — Assigns collision-free globally unique addresses to devices without any central authority or coordination. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Self-Sovereign Address Allocators](https://awesome-repositories.com/f/networking-communication/network-addressing/self-sovereign-address-allocators.md) — Generates globally reachable, portable addresses without any central authority, allowing anyone to create addresses as needed. ([source](https://reticulum.network/index.html))
- [Per-Interface Mode Controllers](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-infrastructure-configuration/network-configuration/network-behavior-configurators/per-interface-mode-controllers.md) — Configures per-interface modes, announce rates, and ingress controls to manage traffic, path discovery, and network topology for Reticulum. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [Automatic Interface Discoverers](https://awesome-repositories.com/f/networking-communication/network-interface-management/automatic-interface-discoverers.md) — Automatically finds and connects to available interfaces on the local system to expand Reticulum network reach. ([source](https://reticulum.network/manual/index.html))
- [Multi-Transport Interface Managers](https://awesome-repositories.com/f/networking-communication/network-interface-management/multi-transport-interface-managers.md) — Supports built-in interfaces for Ethernet, LoRa, packet radio, serial, TCP, UDP, and custom hardware via stdio or pipes for Reticulum. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Bootstrap Connections](https://awesome-repositories.com/f/networking-communication/peer-to-peer-clients/connectivity-establishment/bootstrap-connections.md) — Discovers and establishes initial connections to Reticulum peers using temporary links, then automatically forms direct, resilient paths. ([source](https://reticulum.network/connect.html))
- [Protocol-Agnostic Transport Layers](https://awesome-repositories.com/f/networking-communication/protocol-agnostic-transport-layers.md) — Unifies diverse physical mediums into a single self-configuring network through a plugin-based interface system.
- [Mesh Network Transfers](https://awesome-repositories.com/f/networking-communication/reliable-large-file-transfer-tools/mesh-network-transfers.md) — Handles data from a few bytes to gigabytes with automatic sequencing, compression, checksumming, and progress reporting for Reticulum. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Public Mesh Entrypoints](https://awesome-repositories.com/f/networking-communication/static-public-endpoints/public-mesh-entrypoints.md) — Ships a built-in utility to expose a public entrypoint for remote peers to join the mesh. ([source](https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html))
- [Zero-Configuration Discovery](https://awesome-repositories.com/f/networking-communication/zero-configuration-discovery.md) — Automatically finds and connects to peers on local networks without manual setup or IP infrastructure.
- [Mesh Radio Interface Attachment](https://awesome-repositories.com/f/networking-communication/communication-protocols-architectures/communication-channels/bidirectional-communication-pipes/radio-transceivers/mesh-radio-interface-attachment.md) — Connects supported digital radio transceivers to extend the mesh over long-range wireless links. ([source](https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html))
- [File Transfers](https://awesome-repositories.com/f/networking-communication/file-transfers.md) — Copies files between Reticulum nodes using the encrypted transport layer, with support for paths and remote destinations. ([source](https://markqvist.github.io/Reticulum/manual/))
- [Authenticated Mesh](https://awesome-repositories.com/f/networking-communication/file-transfers/authenticated-mesh.md) — Sends or receives files between authenticated Reticulum peers, with support for identity-based access control and optional compression. ([source](https://reticulum.network/manual/using.html))
- [Mesh](https://awesome-repositories.com/f/networking-communication/file-transfers/mesh.md) — Sends files and arbitrary data between Reticulum nodes using built-in utilities and resource transfer mechanisms. ([source](https://reticulum.network/manual/index.html))
- [Mesh Network](https://awesome-repositories.com/f/networking-communication/file-transfers/mesh-network.md) — Copies files reliably over the Reticulum mesh using a dedicated command-line tool that works even on very low-bandwidth links. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Interface Discovery Listeners](https://awesome-repositories.com/f/networking-communication/interface-announcement/interface-discovery-listeners.md) — Automatically finds and lists available Reticulum network entrypoints announced over the network, including Internet and radio interfaces. ([source](https://reticulum.network/manual/using.html))
- [Mesh Network Bridging](https://awesome-repositories.com/f/networking-communication/mesh-networking/mesh-network-bridging.md) — Connects separate mesh instances through TCP, backbone, or I2P interfaces to balance performance and anonymity. ([source](https://reticulum.network/manual/gettingstartedfast.html))
- [Mesh Path Management](https://awesome-repositories.com/f/networking-communication/mesh-path-management.md) — Provides utilities to view and modify routing path tables to control how data travels through the mesh network. ([source](https://reticulum.network/start.html))
- [Anonymous Addressing](https://awesome-repositories.com/f/networking-communication/network-addressing/anonymous-addressing.md) — Omits source addresses from packets so the sender's identity is never revealed to the network. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [External Command Piping](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-routing-traffic-management/routing-engines/external-command-piping.md) — Routes Reticulum packets through any external program's standard input and output to create virtual interfaces. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [Interface Announcement Broadcasters](https://awesome-repositories.com/f/networking-communication/network-interface-management/automatic-interface-discoverers/interface-announcement-broadcasters.md) — Broadcasts Reticulum interface connection details so other peers can automatically find and connect without static configuration. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [Plugin-Based Interface Loaders](https://awesome-repositories.com/f/networking-communication/network-interface-management/plugin-based-interface-loaders.md) — Supports built-in interfaces for Ethernet, LoRa, serial, TCP, UDP, and custom hardware for Reticulum, and allows loading user-defined interface modules. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Public Entrypoint Discovery](https://awesome-repositories.com/f/networking-communication/peer-to-peer-clients/connectivity-establishment/public-entrypoint-discovery.md) — Discovers available public Reticulum entrypoints on the network itself or through community-maintained directories to establish initial connectivity. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Ephemeral Chat Rooms](https://awesome-repositories.com/f/networking-communication/pub-sub-systems/room-based-client-grouping/ephemeral-chat-rooms.md) — Provides ephemeral, room-based group conversations over the mesh without storing message history. ([source](https://reticulum.network/manual/software.html))
- [Real-Time Voice and Video Communication](https://awesome-repositories.com/f/networking-communication/real-time-voice-and-video-communication.md) — Makes real-time voice calls with end-to-end encryption over mesh networks, supporting hardware telephones and desktop applications. ([source](https://reticulum.network/manual/software.html))
- [Mesh Voice Calls](https://awesome-repositories.com/f/networking-communication/real-time-voice-and-video-communication/mesh-voice-calls.md) — Establishes encrypted, low-bandwidth voice calls over a mesh network, supporting hardware telephones and desktop applications. ([source](https://reticulum.network/manual/software.html))
- [I2P Routing](https://awesome-repositories.com/f/networking-communication/traffic-routing/i2p-routing.md) — Routes Reticulum traffic over the Invisible Internet Protocol for a globally reachable, portable address. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))

### Part of an Awesome List

- [Cryptographic Key Management](https://awesome-repositories.com/f/awesome-lists/security/identity-and-access-management/cryptographic-key-management.md) — Provides built-in utilities for generating, importing, exporting, and using cryptographic identity keys for encryption and signing. ([source](https://reticulum.network/manual/using.html))
- [Self-Sovereign Identities](https://awesome-repositories.com/f/awesome-lists/security/identity-and-access-management/self-sovereign-identities.md) — Uses self-sovereign cryptographic identities for node authentication and addressing without central authority.
- [Routing Protocols](https://awesome-repositories.com/f/awesome-lists/security/identity-and-access-management/self-sovereign-identities/routing-protocols.md) — Routes packets using self-sovereign cryptographic addresses instead of numeric IPs for decentralized path discovery.

### Business & Productivity Software

- [Mesh File Synchronization](https://awesome-repositories.com/f/business-productivity-software/self-hosted-file-sync-and-share-platforms/mesh-file-synchronization.md) — Synchronizes files between devices automatically without central servers, working over radio, LoRa, WiFi, or internet links on Reticulum. ([source](https://reticulum.network/manual/software.html))

### DevOps & Infrastructure

- [Background Daemon Services](https://awesome-repositories.com/f/devops-infrastructure/background-daemon-services.md) — Starts the Reticulum networking stack as a background daemon that provides persistent connectivity to local and wider mesh networks. ([source](https://reticulum.network/start.html))
- [Autonomous Path Discovery](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure/networking-connectivity/wired-ethernet-interfaces/non-ip-packet-routing/autonomous-path-discovery.md) — Discovers and maintains paths between nodes autonomously without any central server. ([source](https://reticulum.network/manual/index.html))
- [Switched Ethernet Interfaces](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure/networking-connectivity/wired-ethernet-interfaces/switched-ethernet-interfaces.md) — Provides communication over any switched Ethernet medium, including fiber optics and virtual adapters. ([source](https://markqvist.github.io/Reticulum/manual/hardware.html))
- [Mesh Networking](https://awesome-repositories.com/f/devops-infrastructure/mesh-networking.md) — Provides a Python library for building custom programs that communicate over the encrypted mesh. ([source](https://reticulum.network/manual/gettingstartedfast.html))
- [Application Development Libraries](https://awesome-repositories.com/f/devops-infrastructure/mesh-networking/application-development-libraries.md) — Provides a Python library API for building custom applications that communicate over the encrypted mesh. ([source](https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html))
- [External Program Piping Interfaces](https://awesome-repositories.com/f/devops-infrastructure/client-connectivity-tools/external-service-connection-management/external-client-connections/external-program-piping-interfaces.md) — Uses any external program as a network interface by piping packets through its standard input and output. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [LoRa Radio Communication](https://awesome-repositories.com/f/devops-infrastructure/infrastructure/infrastructure-as-code/iac-language-constructs/infrastructure-configuration-parameters/lora-parameter-configurations/lora-radio-communication.md) — Transmits and receives data over LoRa radio hardware using the RNode interface with full control over radio parameters. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [Remote Command Execution](https://awesome-repositories.com/f/devops-infrastructure/remote-command-execution.md) — Sends commands to remote Reticulum systems and returns output with interactive pseudo-shell mode. ([source](https://reticulum.network/start.html))

### Hardware & IoT

- [Mesh Network Interfaces](https://awesome-repositories.com/f/hardware-iot/radio-frequency-transceivers/packet-radio-tncs/mesh-network-interfaces.md) — Integrates LoRa and packet radio transceivers as physical links in a decentralized encrypted mesh.
- [Serial Device Communication](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/hardware-communication/serial-device-communication.md) — Uses raw serial lines or serial-port communications hardware for direct device-to-device links. ([source](https://markqvist.github.io/Reticulum/manual/hardware.html))
- [Serial Port Interfaces](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/hardware-communication/serial-port-interfaces.md) — Communicates over a direct serial connection for wire-pair links or devices like data radios and lasers. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [AX.25 Encapsulation](https://awesome-repositories.com/f/hardware-iot/radio-frequency-transceivers/packet-radio-tncs/ax-25-encapsulation.md) — Encapsulates Reticulum traffic in AX.25 frames for amateur radio use, identifying transmissions with a callsign and SSID. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [KISS Protocol Modems](https://awesome-repositories.com/f/hardware-iot/radio-frequency-transceivers/packet-radio-tncs/kiss-protocol-modems.md) — Uses KISS-protocol packet radio modems and TNCs for Reticulum communication, with optional AX.25 encapsulation for amateur radio identification. ([source](https://markqvist.github.io/Reticulum/manual/interfaces.html))
- [LoRa and Packet Radio Integration](https://awesome-repositories.com/f/hardware-iot/radio-frequency-transceivers/packet-radio-tncs/lora-and-packet-radio-integration.md) — Integrates LoRa and packet radio transceivers as physical mesh links for low-bandwidth wireless communication.
- [Mesh Radio Interfaces](https://awesome-repositories.com/f/hardware-iot/radio-frequency-transceivers/packet-radio-tncs/mesh-radio-interfaces.md) — Integrates LoRa, packet radio, and other wireless transceivers as physical mesh links. ([source](https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html))

### Operating Systems & Systems Programming

- [Mesh Network Daemons](https://awesome-repositories.com/f/operating-systems-systems-programming/system-administration-maintenance/system-services/background-daemons/mesh-network-daemons.md) — Operates the Reticulum stack as an always-available service that maintains connectivity and routing without user intervention. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Heterogeneous Medium Bridging](https://awesome-repositories.com/f/operating-systems-systems-programming/virtualization-emulation/virtualization-platforms/virtualization-networking/bridge-networking-configurations/heterogeneous-medium-bridging.md) — Links different physical mediums like LoRa, packet radio, and WiFi into a single self-configuring encrypted mesh. ([source](https://reticulum.network/hardware.html))
- [Custom Network Interface Drivers](https://awesome-repositories.com/f/operating-systems-systems-programming/hardware-interfacing-drivers/custom-network-interface-drivers.md) — Allows writing and loading custom transport drivers at runtime to support unsupported communications hardware. ([source](https://reticulum.network/manual/gettingstartedfast.html))

### Security & Cryptography

- [Zero-Configuration Routing](https://awesome-repositories.com/f/security-cryptography/end-to-end-encrypted-messaging-frameworks/zero-configuration-routing.md) — Routes encrypted messages with zero configuration, end-to-end encryption, and forward secrecy over any supported medium. ([source](https://reticulum.network/manual/software.html))
- [Mesh Communication Platforms](https://awesome-repositories.com/f/security-cryptography/end-to-end-encryption/mesh-communication-platforms.md) — Provides encrypted messaging, voice calls, and file synchronization over mesh networks without central servers.
- [Multi-Medium Encrypted Links](https://awesome-repositories.com/f/security-cryptography/end-to-end-encryption/multi-medium-encrypted-links.md) — Establishes encrypted links for messaging, voice, and data over radio, serial, WiFi, or Internet connections.
- [Per-Session Key Exchanges](https://awesome-repositories.com/f/security-cryptography/end-to-end-encryption/per-session-key-exchanges.md) — Secures every packet with X25519 ECDH key exchanges and forward secrecy.
- [Forward Secrecy Implementations](https://awesome-repositories.com/f/security-cryptography/forward-secrecy-implementations.md) — Protects every packet and link with ephemeral keys derived from X25519 ECDH, ensuring past sessions remain secure if a key is compromised. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Cryptographic Identity Networks](https://awesome-repositories.com/f/security-cryptography/identity-verification-modules/cryptographic-identity-verification/cryptographic-identity-networks.md) — Replaces traditional IP addresses with self-sovereign cryptographic identities for routing and authentication.
- [Encrypted Mesh Networks](https://awesome-repositories.com/f/security-cryptography/privacy-data-protection/data-encryption/end-to-end-encryption/encrypted-mesh-networks.md) — Creates decentralized, encrypted communication networks over diverse physical mediums without IP. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Encrypted Messaging Libraries](https://awesome-repositories.com/f/security-cryptography/privacy-data-protection/data-encryption/end-to-end-encryption/encrypted-mesh-networks/encrypted-messaging-libraries.md) — Ships a Python library for transmitting and receiving encrypted messages across the mesh. ([source](https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html))
- [Traffic Encryption](https://awesome-repositories.com/f/security-cryptography/traffic-encryption.md) — Applies strong encryption to every packet by default, ensuring confidentiality and integrity across the entire mesh network. ([source](https://markqvist.github.io/Reticulum/manual/))
- [Offline Delivery](https://awesome-repositories.com/f/security-cryptography/encrypted-messaging-platforms/offline-delivery.md) — Sends encrypted messages with delayed delivery for offline users over mesh networks. ([source](https://reticulum.network/manual/software.html))
- [Encrypted Audio Streams](https://awesome-repositories.com/f/security-cryptography/end-to-end-encryption-protocols/encrypted-audio-streams.md) — Streams real-time audio with end-to-end encryption and forward secrecy over any supported medium, powering voice and telephony applications. ([source](https://reticulum.network/manual/software.html))
- [Efficient Encrypted Link Handshakes](https://awesome-repositories.com/f/security-cryptography/end-to-end-encryption/multi-medium-encrypted-links/efficient-encrypted-link-handshakes.md) — Establishes encrypted links with a minimal three-packet handshake and extremely low keep-alive overhead. ([source](https://cdn.jsdelivr.net/gh/markqvist/reticulum@master/README.md))
- [Message Authentication Systems](https://awesome-repositories.com/f/security-cryptography/message-authentication-systems.md) — Verifies message integrity and origin using HMAC-SHA256 and Ed25519 digital signatures across the network. ([source](https://reticulum.network/crypto.html))

### System Administration & Monitoring

- [Background Service Daemonization](https://awesome-repositories.com/f/system-administration-monitoring/background-service-daemonization.md) — Keeps all configured Reticulum interfaces open and handles transport so other programs can immediately use the network without starting their own instance. ([source](https://reticulum.network/manual/using.html))
- [Heterogeneous Carrier Switching](https://awesome-repositories.com/f/system-administration-monitoring/container-observability-tools/multi-transport-routing/heterogeneous-carrier-switching.md) — Routes data across heterogeneous carriers simultaneously, bridging LoRa, WiFi, Ethernet, and serial links.
- [Text File Interface Definitions](https://awesome-repositories.com/f/system-administration-monitoring/linux-firewall-configurations/network-interface-configurations/text-file-interface-definitions.md) — Defines Reticulum network interfaces and their parameters in a configuration file for flexible deployment. ([source](https://reticulum.network/manual/index.html))
- [Multi-Transport Interface Definitions](https://awesome-repositories.com/f/system-administration-monitoring/network-interface-configurators/multi-transport-interface-definitions.md) — Defines one or more transport mediums (Ethernet, WiFi, TCP, LoRa, I2P) for the Reticulum mesh to communicate over. ([source](https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html))
- [Interactive Remote Shells](https://awesome-repositories.com/f/system-administration-monitoring/cli-session-launchers/interactive-remote-shells.md) — Establishes fully interactive remote shell sessions over encrypted mesh networks on low-bandwidth links. ([source](https://reticulum.network/manual/software.html))
- [Multi-Transport Routing](https://awesome-repositories.com/f/system-administration-monitoring/container-observability-tools/multi-transport-routing.md) — Automatically discovers and routes data across heterogeneous physical and virtual links adapting to topology changes. ([source](https://reticulum.network/docs.html))
- [Mesh Remote Shells](https://awesome-repositories.com/f/system-administration-monitoring/remote-administration-interfaces/mesh-remote-shells.md) — Provides encrypted interactive shell access and command execution over low-bandwidth mesh links.

### Web Development

- [Hardware Interface Plugins](https://awesome-repositories.com/f/web-development/extension-support/plugin-based-device-support/hardware-interface-plugins.md) — Loads user-defined transport drivers at runtime to support custom communications hardware.
- [Distributed Routing Engines](https://awesome-repositories.com/f/web-development/peer-to-peer-transfer-engines/distributed-routing-engines.md) — Automatically discovers and maintains paths between nodes using a distributed routing algorithm.

### Content Management & Publishing

- [Mesh](https://awesome-repositories.com/f/content-management-publishing/bulletin-boards/mesh.md) — Ships a built-in bulletin board system for secure, topic-based messaging over the mesh. ([source](https://reticulum.network/manual/software.html))
- [Static File Serving](https://awesome-repositories.com/f/content-management-publishing/project-page-hosting/mesh-web-hosting/static-file-serving.md) — Serves web pages and files to compatible Reticulum mesh clients, acting as a drop-in node for content distribution. ([source](https://reticulum.network/manual/software.html))

### Development Tools & Productivity

- [Mesh Network Git Hosting](https://awesome-repositories.com/f/development-tools-productivity/git-hosting-platforms/mesh-network-git-hosting.md) — Hosts Git repositories on a Reticulum node and allows standard Git commands to clone, push, and pull over the network using an rns:// URL scheme. ([source](https://markqvist.github.io/Reticulum/manual/using.html))
- [Low-Bandwidth Mesh File Transfers](https://awesome-repositories.com/f/development-tools-productivity/remote-file-transfers/low-bandwidth-mesh-file-transfers.md) — Copies files to remote Reticulum nodes over the mesh network, functioning reliably even on very low-bandwidth links. ([source](https://reticulum.network/start.html))
