https://github.com/gpustack/gpustack-helper
https://github.com/gpustack/gpustack-helper
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gpustack/gpustack-helper
- Owner: gpustack
- License: apache-2.0
- Created: 2025-05-29T06:32:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-26T15:31:21.000Z (10 months ago)
- Last Synced: 2025-10-30T11:13:46.977Z (8 months ago)
- Language: Python
- Size: 2.56 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gpustack-helper
## Introduction
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.
## Features
- 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
## Dependencies
- Python 3.10+
- PySide6
## Installation & Usage
1. Install dependencies:
```sh
pip install poetry==1.8.3
poetry install
```
2. Run the main program:
```sh
python -m gpustackhelper.main
```
## Packaging
You can use PyInstaller for packaging. See `darwin.spec` and related scripts for details.
## License
Apache 2