> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the CloudX CLI on macOS, Windows, and Linux.

# Installation

This page covers the current CloudX CLI installation options by platform.

## macOS

The CloudX CLI is currently available on macOS through [Homebrew](https://brew.sh).

Supported macOS platforms:

* Apple Silicon (`arm64`)
* Intel (`amd64`)

### Install With Homebrew

Tap the CloudX Homebrew repository and install the CLI:

```bash theme={null}
brew tap cloudx-io/cloudx
brew install cloudx
```

### Update

To install the latest available CLI release:

```bash theme={null}
brew update
brew upgrade cloudx
```

When the CloudX API reports that a newer CLI version is available, older CLI versions may print an upgrade notice after a command finishes. Run the Homebrew update commands above, then check `cloudx --version`.

### Uninstall

To remove the CLI:

```bash theme={null}
brew uninstall cloudx
```

## Windows

Download the latest Windows binaries from [here](https://github.com/cloudx-io/cloudx-cli/releases).

Package manager support for Windows is coming soon.

## Linux

Download the latest Linux binaries from [here](https://github.com/cloudx-io/cloudx-cli/releases).

Package manager support for Linux is coming soon.

## Verify The Install

Confirm that the CLI is available on your machine:

```bash theme={null}
cloudx --version
```

You can also print the root help:

```bash theme={null}
cloudx --help
```

## Next Steps

* [CloudX CLI Overview](/en/cli)
* [Authentication Commands](/en/cli/authentication)
* [Reporting Commands](/en/cli/reporting)
* [Configuration Commands](/en/cli/configuration)
* [Examples](/en/cli/examples)
