MiSTer Companion
MiSTer Companion is a cross-platform GUI utility for managing and maintaining your MiSTer FPGA system over SSH or directly from a selected SD card using Offline Mode.
It provides a simple interface for common maintenance tasks without needing to use a terminal.
Features
For a complete overview of MiSTer Companion Desktop features, supported platforms, downloads, updates, and support options, visit the official website:
Pre-Releases
| Name | Platform | Status | File |
|------|----------|--------|------|
| MiSTer Companion | Windows x86-64 | | Download |
| MiSTer Companion | Windows ARM64 |
| Download |
| MiSTer Companion | Linux x86-64 |
| Download |
| MiSTer Companion | Linux ARM64 |
| Download |
| MiSTer Companion | macOS Apple Silicon |
| Download |
| MiSTer Companion | macOS Intel |
| Download |
Linux Notes
After extracting, make the application executable:
chmod +x MiSTer-Companion
macOS Notes
MiSTer Companion for macOS is signed with an Apple Developer ID certificate and notarized by Apple.
Running From Source
Requirements:
- Python 3.10+
- PyQt6
- paramiko
- requests
- websocket-client
- psutil
- pyserial
- Pillow
- certifi
- cryptography
Install:
pip install -r requirements.txt
Run:
python main.py
License
This project is licensed under the GNU General Public License v2.0 (GPL-2.0).
See the LICENSE file for full details.