Skip to main content

Download Muti Metroo

Download the latest Muti Metroo binary for your platform. All binaries are self-contained and require no additional dependencies.

Terms of Service

By downloading these binaries, you agree to the Terms of Service. The source code is available under the MIT License.

Build from Source

Binaries are provided for convenience; building from source is recommended for review and customization. See the GitHub repository for build instructions.

Apple Silicon (M-series)

Intel

Installation

# Download for your architecture (example: Apple Silicon)
curl -L -o muti-metroo https://download.mutimetroo.com/darwin-arm64/muti-metroo

# Make executable and install
chmod +x muti-metroo
sudo mv muti-metroo /usr/local/bin/

# Verify installation
muti-metroo --version
Gatekeeper Warning

On first run, macOS may show a security warning because the binary is not signed with a Developer ID certificate. To allow it:

  1. Right-click the binary and select "Open", or
  2. Go to System Preferences > Security & Privacy and click "Allow Anyway"

Verify Your Download

Verify your download with SHA256 checksums:

# Download checksums
curl -L -o checksums.txt https://download.mutimetroo.com/muti-metroo/checksums.txt

# Verify (example for linux-amd64)
sha256sum -c checksums.txt --ignore-missing

User Manual (PDF)

A comprehensive PDF manual is available for offline use and printing:

The user manual covers installation, configuration, features, and deployment in a single document.

Metroo Manager

A web dashboard for managing and monitoring your Muti Metroo mesh network. See the full Metroo Manager guide for details.

Previous Versions

Previous releases are available on the GitHub Releases page.

Next Steps

After installation, follow the Quick Start Guide to set up your first Muti Metroo agent.