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
After installation
Finish setup in the dashboard.
- Open
http://<host>:8110.
- In Settings → Region, choose the United States, Canada, European Union, Israel, or Australia and select your area.
- In Settings → Radios, choose Meshtastic and/or MeshCore, connect the radio, and select the alert channel.
- Use Troubleshoot → Send test to confirm the radio transmits, then turn Broadcasting on.