For AI agents: the complete documentation index is available at https://a3s-lab.github.io/Test/v0.15.0/en/llms.txt, the full documentation bundle is available at https://a3s-lab.github.io/Test/v0.15.0/en/llms-full.txt, and this page is available as Markdown at https://a3s-lab.github.io/Test/v0.15.0/en/guide/installation.md.

v0.15.0 installation

Historical snapshot

Every command on this page pins v0.15.0. Do not carry this version into current documentation.

curl -fsSL https://github.com/A3S-Lab/Test/releases/latest/download/install.sh |
  sh -s -- --version v0.15.0
& ([scriptblock]::Create((irm 'https://github.com/A3S-Lab/Test/releases/latest/download/install.ps1'))) -Version v0.15.0

The installer still accepts --agent, --skill-only, --cli-only, --install-dir, and --skill-dir, with corresponding PascalCase PowerShell parameters.

Build from the Git tag:

cargo install --git https://github.com/A3S-Lab/Test \
  --tag v0.15.0 --locked a3s-test-cli

Pin the Test Kit asset:

npm install https://github.com/A3S-Lab/Test/releases/download/v0.15.0/a3s-testkit.tgz

Verify release archives and runner images with the SHA-256 or immutable digest published for this version.