# Install the Depot CLI (https://depot.dev/docs/cli/installation)

To manage Depot builds and workflows from your terminal, install the Depot CLI. You can submit an issue or contribute to the Depot CLI in our public [GitHub repository](https://github.com/depot/cli).

## MacOS

Install the Depot CLI with Homebrew:

```shell
brew install depot/tap/depot
```

## Linux

Install the Depot CLI with the installation script.

Install the latest version:

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

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

```shell
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](https://github.com/depot/cli/releases) page in GitHub.

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.