Skip to main content

Installation

chukei ships as a single binary. Pick one:

Homebrew (macOS)

brew install osodevops/tap/chukei

Docker

docker pull osodevops/chukei:latest

The image is distroless and exposes 8443 (proxy) and 9090 (metrics + health).

Shell installer (Linux/macOS)

curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/osodevops/chukei/releases/latest/download/chukei-cli-installer.sh | sh

Windows

powershell -ExecutionPolicy Bypass -c "irm https://github.com/osodevops/chukei/releases/latest/download/chukei-cli-installer.ps1 | iex"

Or scoop install chukei from the osodevops/scoop-bucket.

Verify

chukei --version
chukei doctor --config chukei.yaml # pre-flights config, TLS, upstream, ports

Continue to the Quickstart.