v2.3.1 • Latest Release

Download the CapiscIO CLI

Validate A2A agent cards and run agent identity and integrity checks from your terminal.

Choose your preferred installation method: package managers for easy updates, or standalone binaries for CI and air-gapped environments.

Managed Install

Recommended for most users. These wrappers auto-download and update the Go binary for you.

Which Installation Method?

MethodWhat You GetBest ForInstallation
NPM
Wrapper + Go binaryNode.js projects, npx usage, auto-updatesnpm install -g capiscio
Pip
Wrapper + Go binaryPython projects, virtualenvs, auto-updatespip install capiscio
Binary
Go binary onlyCI/CD, containers, air-gapped environmentsDownload below

💡 All methods install the same high-performance Go binary. Choose based on your existing toolchain.

Node.js (npm)
Most Popular
npm install -g capiscio
  • Automatic updates with npm
  • Cross-platform compatibility
  • Requires Node.js 16+
View on npm Registry
Python (pip)
Cross-Platform
pip install capiscio
  • Easy pip updates
  • Virtual environment support
  • Requires Python 3.7+
View on PyPI

Standalone Binaries

Zero external runtime dependencies. Ready to drop into CI/CD and air gapped environments.

Built from the Go core for performance and portability
No runtime dependencies
Windows x64

Windows 10/11 (Intel/AMD)

~15MB
macOS Intel

macOS (Intel processors)

~18MB
macOS Apple Silicon

macOS (M1/M2/M3/M4)

~17MB
Linux x64

Linux (Intel/AMD)

~18MB
Installation Instructions

macOS / Linux:

chmod +x capiscio-*
sudo mv capiscio-* /usr/local/bin/capiscio
capiscio --version

Windows (PowerShell):

Move-Item capiscio-windows-amd64.exe capiscio.exe
.\capiscio.exe --version

💡 Pro tip: Add the binary directory to your PATH to use capiscio from anywhere.

Verify Your Installation

Test your installation with a quick validation command

capiscio --version
# Validate an A2A agent card
capiscio validate agent-card.json
# Or validate and test a live endpoint
capiscio validate https://example.com/agent-card.json --test-live