LockZero Downloads
Public mirror for the LockZero CLI and self-host installer. For the product, head to lockzero.io.
Install the CLI (macOS / Linux)
# detect platform, download, verify, install
VERSION=0.2.2
ARCH=$(uname -m | sed 's/x86_64/x64/;s/aarch64/arm64/')
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
curl -fsSLO https://dl.lockzero.io/cli/v$VERSION/lockzero-$OS-$ARCH
curl -fsSLO https://dl.lockzero.io/cli/v$VERSION/lockzero-$OS-$ARCH.sha256
shasum -a 256 -c lockzero-$OS-$ARCH.sha256
chmod +x lockzero-$OS-$ARCH
sudo mv lockzero-$OS-$ARCH /usr/local/bin/lockzero
lockzero --version
Direct binary links — v0.2.2
Aggregate checksum file: SHA256SUMS
Self-host control plane
Currently available to Enterprise customers. Contact sales@lockzero.io for a license key and image registry credentials.