MeshWX Pro App

Download the host-based app.

Run MeshWX Pro App on Windows, Linux, Raspberry Pi, or Docker and broadcast official weather and emergency alerts over Meshtastic or MeshCore.

United States Canada European Union Israel Australia
Version 1.4.0
Choose your platform

Install MeshWX Pro App.

The App runs on a separate host computer and connects to compatible Meshtastic or MeshCore hardware over USB serial or TCP/IP.

Recommended

Docker

Runs on Linux, macOS, Windows, servers, and Raspberry Pi. The dashboard is available at http://<host>:8110.

Place docker-compose.yml in the same folder, then load the image and start it:

gunzip -c meshwx-amd64.tar.gz | docker load
docker compose up -d

# Raspberry Pi:
# gunzip -c meshwx-arm64.tar.gz | docker load

Use a 64-bit OS on Raspberry Pi. The provided Pi image is arm64.

Windows

Windows installer

Download and run the MeshWX Pro App installer. It installs the application on your PC and creates a desktop icon you can use to launch MeshWX Pro App.

No ZIP file or manual extraction is required. Run MeshWX-Setup.exe and follow the installer prompts.

Raspberry Pi

Headless Raspberry Pi

Use the arm64 Docker build above. The compose file uses restart: unless-stopped so MeshWX Pro App can return automatically after a reboot.

curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
newgrp docker
gunzip -c meshwx-arm64.tar.gz | docker load
docker compose up -d

Then open http://<pi-ip>:8110 from another device on your network.

Coverage

Regional alert support

MeshWX Pro App supports official alert coverage for:

  • United States
  • Canada
  • European Union
  • Israel
  • Australia
Meshtastic + MeshCore
Choose the radio connection and regional alert source in the App settings.
After installation

Finish setup in the dashboard.

  1. Open http://<host>:8110.
  2. In Settings → Region, choose the United States, Canada, European Union, Israel, or Australia and select your area.
  3. In Settings → Radios, choose Meshtastic and/or MeshCore, connect the radio, and select the alert channel.
  4. Use Troubleshoot → Send test to confirm the radio transmits, then turn Broadcasting on.