Skip to content

Installation

Kairos Substrate is distributed as a native package for Linux and macOS. The installer places only the kairos binary on your system PATH — no configuration files, services, or databases are created.

Download kairos-substrate_<version>_amd64.deb from the release artifacts, then install:

Terminal window
sudo dpkg -i kairos-substrate_<version>_amd64.deb

Verify:

Terminal window
kairos --help
Terminal window
sudo dpkg -r kairos-substrate

Download kairos-substrate-<version>-arm64.pkg from the release artifacts.

The package installs the binary to /usr/local/bin/kairos.

Verify:

Terminal window
kairos --help

macOS packages do not include a native uninstall mechanism. Remove the binary manually:

Terminal window
sudo rm /usr/local/bin/kairos

To also remove the package receipt (optional):

Terminal window
sudo pkgutil --forget dev.anankelabs.kairos-substrate

Each release includes a SHA256SUMS file listing all release artifacts. To verify a specific download, extract its line from the manifest:

Terminal window
grep kairos-substrate_<version>_amd64.deb SHA256SUMS | sha256sum -c -

The starter kit is a separate versioned archive containing reference configuration files and quick-start documentation. It is not required for CLI usage.

Download kairos-substrate-starter-kit-<version>.tar.gz from the release artifacts:

Terminal window
tar xzf kairos-substrate-starter-kit-<version>.tar.gz

Contents:

FilePurpose
README.mdQuick-start guide
request.example.jsonExample evaluation request
artifact.example.jsonExample artifact placeholder
policy.example.jsonExample policy placeholder

These files are illustrative. Use the signed deployment files provided for your licensed environment when running real evaluations.

After installing, you need to activate a license before running evaluations.