We use cookies to understand how people use Depot.
CLI

Depot CLI Installation

How to install the depot CLI on all platforms, with links to CI configuration guides.

Mac

For Mac, you can install the CLI with Homebrew:

brew install depot/tap/depot

Or download the latest version from GitHub releases.

Linux

Either install with our installation script:

# Install the latest version
curl -L https://depot.dev/install-cli.sh | sh
 
# Install a specific version
curl -L https://depot.dev/install-cli.sh | sh -s 1.6.0

Or download the latest version from GitHub releases.