Skip to main content
The install script downloads the binary for your platform (linux/amd64, linux/arm64, darwin/amd64, darwin/arm64), places it in ~/.local/bin, saves your customer key to ~/.cogniscape/config.json, and installs Claude Code hooks automatically:
curl -fsSL https://install.cogniscape.app/cogniscape.sh | sh -s -- <your-customer-key>
The only output you should see is:
SUCCESS

Custom install directory

COGNISCAPE_INSTALL_DIR=/usr/local/bin \
  curl -fsSL https://install.cogniscape.app/cogniscape.sh | sh -s -- <your-customer-key>

Specific version

curl -fsSL https://install.cogniscape.app/cogniscape.sh | sh -s -- <your-customer-key> 1.0.0

Verify the installation

cogniscape version
# cogniscape (go) v1.0.0
If cogniscape is not found after installation, ensure ~/.local/bin (or your custom install directory) is in your PATH.