Back to Tools

QSIC CLI

Command-line tool for interacting with QSICs core-api and Qbit Fleet.

ARM x64 x64 x64 View Source

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.

Latest Release

v0.6.0
Released Nov 28, 2025
View on GitHub

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.

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.