Install MeshSat Bridge
Docker Compose on any Linux machine. Raspberry Pi, ARM64 SBC, or x86_64 server.
Quick Install
curl -fsSL https://get.meshsat.net | sudo bashRequirements
- Linux (Ubuntu 22.04+, Debian 12+, Raspberry Pi OS)
- ARM64 (aarch64) or x86_64 architecture
- 2 GB+ RAM, 4 GB+ disk
- Docker (installed automatically if missing)
- Root or sudo access
What the installer does
- Detects architecture (aarch64 or x86_64)
- Installs Docker if not present
- Creates
/opt/meshsat/directory - Downloads
docker-compose.yml - Pulls the MeshSat image from GHCR
- Starts MeshSat in standalone mode on port 6050
After install
Open http://<your-ip>:6050 in a browser. MeshSat auto-detects USB devices (Meshtastic radios, Iridium modems, ZigBee coordinators).
Supported platforms
| Platform | Architecture | Status |
|---|---|---|
| Raspberry Pi 5 / 4 | aarch64 | Tested |
| BananaPi BPI-M4 Zero | aarch64 | Tested |
| Other ARM64 SBCs | aarch64 | Supported |
| x86_64 / amd64 | x86_64 | Supported |