Skip to main content

Installation

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

macOS

The CloudX CLI is currently available on macOS through Homebrew. Supported macOS platforms:
  • Apple Silicon (arm64)
  • Intel (amd64)

Install With Homebrew

Tap the CloudX Homebrew repository and install the CLI:
brew tap cloudx-io/cloudx
brew install cloudx

Update

To install the latest available CLI release:
brew update
brew upgrade cloudx

Uninstall

To remove the CLI:
brew uninstall cloudx

Windows

Download the latest Windows binaries from here. Package manager support for Windows is coming soon.

Linux

Download the latest Linux binaries from here. Package manager support for Linux is coming soon.

Verify The Install

Confirm that the CLI is available on your machine:
cloudx --version
You can also print the root help:
cloudx --help

Next Steps