hexr CLI is distributed as part of the hexr-sdk Python package. Installing the SDK with the [cli] extra adds the hexr command to your shell path — there is no separate binary to download or manage.
Install
Verify the installation
Prerequisites
Different commands require different tools. Install only what you need for your workflow.| Tool | Required for | Install |
|---|---|---|
| Python 3.10+ | CLI execution | brew install python@3.11 |
| Docker | hexr push (local builds) | docker.com |
| kubectl | hexr deploy, hexr status | brew install kubectl |
| gcloud | hexr push --cloud | cloud.google.com/sdk |
If you’re using Hexr Cloud,
hexr push --cloud and hexr deploy --cloud offload container builds and deployments to Hexr’s managed infrastructure. In that case you only need Python and the gcloud CLI authenticated to your project.