Install errors
Common errors when installing the cbx CLI and how to fix them.
Install errors
cbx: command not found
The CLI installed, but your shell can't find it on PATH.
Fix (macOS, Homebrew):
Fix (Linux, manual install):
Fix (Windows, Scoop):
Error: x86_64 binary on arm64 macOS (or vice versa)
You installed the wrong architecture.
If it's the wrong arch for your machine:
Manual installs: re-download the matching artifact from the release page.
Homebrew tap fails to add
Or:
The CB tap may not be public yet (or may have moved). Until launch, prefer the manual install:
cbx version prints something old after upgrade
You probably have two binaries on PATH. Find them:
Delete the stale one and re-hash:
TLS certificate errors during install
You're behind a corporate proxy that's MITM'ing TLS, or your CA bundle is stale.
Quick fix (corporate cert):
Fix (stale CA on macOS):
See also
- Install
cbx-cli— full install recipe. - Quickstart — first 10 minutes after install.