pks

stable

CLI tool for managing infrastructure, GitHub runners, and Agentic Live services

Author: Poul Kjeldager
Usage: pks <command> [options]
Platform: linuxmacos
Category: infrastructure

Examples

$ pks github runner register my-org/my-repo

Register a GitHub runner for a repository

$ pks agentics runner start

Start an Agentic Live runner

pks

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.

Installation

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

Subcommands

  • github -- Manage GitHub integrations (runners, workflows)
  • agentics -- Manage Agentic Live platform services