qontext is the command-line interface for Qontext.
This repository currently hosts release binaries only. The source will be published here once it has been cleaned up and given the beauty treatment it deserves.
- Skills — install and sync workspace Skills into your local agent (currently the only supported feature).
curl -fsSL https://cli.qontext.ai | shirm https://raw.githubusercontent.com/qontext-ai/cli/main/install.ps1 | iexIf you'd rather not pipe a script into a shell:
- Download the archive for your platform from the Releases page.
- Verify it against
SHA256SUMS-<version>.txtfrom the same release:- macOS/Linux:
shasum -a 256 -c SHA256SUMS-<version>.txt - Windows:
Get-FileHash -Algorithm SHA256 <archive>
- macOS/Linux:
- Extract and move
qontext(orqontext.exe) onto yourPATH.