Skip to content

Latest Build (master)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jun 03:36
390e6ef

rmesh Latest Build (master branch)

Build Date: 2026-06-14 03:36:18 UTC
Commit: 390e6ef

Available Binaries

Linux

  • rmesh-linux-x86_64.tar.gz - Static binary (works on all Linux distros)

macOS

  • rmesh-macos-x86_64.tar.gz - Intel Mac binary
  • rmesh-macos-aarch64.tar.gz - Apple Silicon (M1/M2/M3) binary

Windows

  • rmesh-windows-x86_64.zip - Windows 64-bit executable

Installation

Quick Install (Using Bootstrap Script)

Download and use rmesh.sh for automatic installation and updates:

curl -L https://github.com/douglaz/rmesh/releases/download/latest-master/rmesh.sh -o rmesh.sh
chmod +x rmesh.sh
./rmesh.sh --help

The bootstrap script will:

  • Automatically detect your platform
  • Download the appropriate binary
  • Extract and install to ~/.local/bin
  • Use local builds when available (for development)
  • Check for updates once per day

Manual Installation

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. Make the binary executable (Linux/macOS): chmod +x rmesh
  4. Optionally move to your PATH: sudo mv rmesh /usr/local/bin/

Verify Checksums

Each archive contains a .sha256 file with the binary's checksum.

# Linux/macOS
sha256sum -c rmesh.sha256

# Windows (PowerShell)
Get-FileHash rmesh.exe -Algorithm SHA256

Features

  • Connect to Meshtastic devices via serial or TCP
  • Real-time message monitoring
  • Send text messages and waypoints
  • Channel management
  • Device configuration
  • Node information and statistics
  • Trace route functionality
  • JSON output support for scripting

This is an automated build from the master branch. For stable releases, see the Releases page.