Installation Guide
CSGHub-Lite provides multiple installation methods and supports cross-platform operation.
Quick install (Linux / macOS)
curl -fsSL https://hub.opencsg.com/csghub-lite/install.sh | sh
Quick install (Windows PowerShell)
irm https://hub.opencsg.com/csghub-lite/install.ps1 | iex
From source
git clone https://github.com/opencsgs/csghub-lite.git
cd csghub-lite
make build
# Binary is at bin/csghub-lite
From GitHub Releases
Download the latest binary for your platform from the Releases page.
Note: The install script automatically installs llama-server (required for inference). If you installed from source, install it separately:
brew install llama.cpp(macOS) or download from llama.cpp releases.