> ## Documentation Index
> Fetch the complete documentation index at: https://cobo-docs-feature-cobo-cli.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

This guide will help you install the Cobo CLI on your local machine. The Cobo
CLI is a powerful tool that allows you to interact with Cobo WaaS 2 services
directly from your terminal.

## System requirements

The Cobo CLI is supported on most operating systems. Ensure your system meets
the following requirements:

* macOS (10.14 Mojave or later)
* Windows 10 or later
* Linux (most distributions supported)

## Install the Cobo CLI

Choose the installation method that best suits your operating system:

### Using pip (recommended)

You can install the Cobo CLI using pip, which works on all supported operating systems:

```bash
$ pip install cobo-cli
```

### macOS

You can install the Cobo CLI on macOS using Homebrew:

```bash
$ brew install cobo/cobo-cli
```

## Verify the installation

To verify that the Cobo CLI has been installed correctly, open a new terminal

```bash
$ cobo version
```

## Next steps

Now that you have the Cobo CLI installed, you're ready to [log in and authenticate](/v2/cobo-cli/get-started/login-and-authentication) with your Cobo account.
