Skip to main content
You can install the Chainloop CLI using one of the following methods:
curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee
you can install a specific version with
curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee --version vx.x.x
and customize the install path (default to /usr/local/bin)
curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee --path /my-path
To install without sudo, provide a user-accessible path:
curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee --path ~/.local/bin
if cosign is present in your system, in addition to the checksum check, a signature verification will be performed. This behavior can be enforced via the —force-verification flag.
curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee --force-verification

On-Premises CLI Configuration (if applicable)

If you are running your own instance of Chainloop Platform. You must change the default endpoints’ values pointing by using the following command:
chainloop config save \
  --control-plane my-controlplane.acme.com:443 \
  --artifact-cas cas.acme.com:443 \
  --platform my-platform.acme.com:443