Latest Build (master)
Pre-release
Pre-release
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 binaryrmesh-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 --helpThe 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
- Download the appropriate binary for your platform
- Extract the archive
- Make the binary executable (Linux/macOS):
chmod +x rmesh - 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 SHA256Features
- 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.