[go: up one dir, main page]

We use cookies to understand how people use Depot.
CLI

Install the Depot CLI

To build and work with Depot from your terminal, install the Depot CLI.

MacOS

Install the Depot CLI with Homebrew:

brew install depot/tap/depot

Linux

Install the Depot CLI with the installation script.

Install the latest version:

curl -L https://depot.dev/install-cli.sh | sh

To install a specific version, replace VERSION_NUMBER with the version you want to install:

curl -L https://depot.dev/install-cli.sh | sh -s VERSION_NUMBER

All platforms

Download the binary file for your platform from the Depot CLI releases page in GitHub.