Back to Tools View on GitHub
QSIC CLI
Command-line tool for interacting with QSICs core-api and Qbit Fleet.
About
A comprehensive CLI tool for interacting with QSICs core-api and Qbit Fleet. Features include device management, venue provisioning, playlist management, health monitoring, and batch operations.
Download v0.6.0
macOS (Apple Silicon)
qsic-cli-macos-arm64 (12.7 MB)
macOS (Intel)
qsic-cli-macos-x64 (13.2 MB)
Linux (x64)
qsic-cli-linux-x64 (30.3 MB)
Windows (x64)
qsic-cli-windows-x64.exe (13.6 MB)
Your platform will be detected automatically and highlighted.
Latest Release
v0.6.0
Released Nov 28, 2025
Release Notes
## What's New
### Provision Command
Complete venue provisioning with a single command:
```bash
qsic-cli provision --input provision_payload.json
```
- Auto-derives playlists from venue's master account schedule
- Creates qbit settings with auto-populated fields
- Assigns qbit device by MAC address
- Sets up offline playlists
- Idempotent - safe to re-run
### Device Health Current
Simplified health status with healthy/unhealthy indicator:
```bash
qsic-cli --venue-id 12345 device health --current
```
Returns: healthy (yes/no), last_heartbeat, cpu_temp, disk/memory usage
### Other Improvements
- Fixed urllib3 security vulnerability
- Added Latest Updates section to README
- GitHub Actions for automated release builds
## Downloads
Binaries for all platforms will be attached automatically once the build completes.
Version History
Installation
macOS (Apple Silicon)
Download the ARM64 binary, make it executable with `chmod +x qsic-cli`, and move to your PATH.
macOS (Intel)
Download the x64 binary, make it executable with `chmod +x qsic-cli`, and move to your PATH.
Linux
Download the binary, make it executable with `chmod +x qsic-cli`, and move to your PATH.
Windows
Download the .exe file and add to your PATH or run directly.