Docs
knoxctl is a command-line tool designed to help AccuKnox customers securely and efficiently access the AccuKnox platform. It leverages the platform’s APIs to provide full access to CNAPP features directly from the terminal for streamlined automation and management.
🛡️ Install Knoxctl
curl -sfL https://knoxctl.accuknox.com/install.sh | sh -
To install knoxctl
, download the appropriate binary for your Unix-based system. Use uname -a
in the terminal to check your OS type and architecture, and select the matching version.
Latest version is 0.9.0
, released on 7th July 2025.
- knoxctl for Linux (AMD64/x86_64)
- knoxctl for Linux (ARM64)
- knoxctl for Mac (Intel)
- knoxctl for Mac (Apple Silicon)
Info
In case knoxctl update failed due to KubeArmor Policy, please run the following command before trying to upgrade
sudo systemctl stop kubearmor.service