CLI tool for managing infrastructure, GitHub runners, and Agentic Live services
pks <command> [options]$ pks github runner register my-org/my-repoRegister a GitHub runner for a repository
$ pks agentics runner startStart an Agentic Live runner
The pks CLI is the primary infrastructure management tool for the Agentic Live platform. It provides subcommands for managing GitHub runners, Agentic Live services, and other infrastructure components.
Linux / macOS
curl -fsSL https://agentics.dk/install/pks-cli.sh | bash
Windows (PowerShell)
irm https://agentics.dk/install/pks-cli.ps1 | iex
The script detects your OS/architecture, verifies the sha256 checksum, installs
the self-contained pks binary to ~/.local/bin (or %LOCALAPPDATA%\Agentics\bin),
and puts it on your PATH. Pin a version with VERSION=1.2.3, opt out of PATH
changes with NO_MODIFY_PATH=1.
Alternatively, via npm:
npm install -g @pksorensen/pks-cli