How to install the depot
CLI on all platforms, with links to CI configuration guides.
For Mac, you can install the CLI with Homebrew:
brew install depot/tap/depot
Or download the latest version from GitHub releases.
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.