gpustack-helper is a system tray tool for managing and controlling the GPUStack service on macOS. It supports starting, stopping, restarting, and monitoring the status of the service.
- One-click start/stop/restart of the GPUStack service
- Check service status and display it in the tray
- Open the web console
- Automatic configuration file synchronization
- Python 3.10+
- PySide6
-
Install dependencies:
pip install poetry==1.8.3 poetry install
-
Run the main program:
python -m gpustackhelper.main
You can use PyInstaller for packaging. See darwin.spec
and related scripts for details.
Apache 2