Install Dexter
Homebrew (macOS / Linux)
brew tap cybrium-ai/cli
brew install dexter
Pre-built binaries
Download from GitHub Releases.
Docker
The Dexter Docker image includes all cloud CLIs pre-installed:
docker run --rm dexter:latest \
apply --finding FINDING_ID --target TARGET --dry-run
The Docker image bundles:
- AWS CLI v2
- Azure CLI
- Google Cloud SDK (gcloud)
- Terraform
- kubectl
Build from source
git clone https://github.com/cybrium-ai/dexter.git
cd dexter
cargo build --release
Verify installation
dexter version