Skip to main content
The install script downloads the binary for your platform, places it in ~/.local/bin, saves your customer key, 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.4.0

Verify the installation

cogniscape version
# cogniscape (go) v1.4.0
If cogniscape is not found after installation, ensure your install directory is in your PATH:
  • macOS/Linux: ~/.local/bin (or your custom install directory)
  • Windows: %LOCALAPPDATA%\Programs\cogniscape\ (added automatically by the installer)