Skip to content

CLI installation

Install the Marathon Cloud CLI on macOS, Linux, and Windows.

The Marathon Cloud CLI is the primary tool for interacting with the platform. It allows you to submit test runs, monitor progress, and retrieve reports from your terminal or CI/CD environment. The current release is 1.0.65; examples below use that version.

Terminal window
brew tap malinskiy/tap && brew install malinskiy/tap/marathon-cloud

Homebrew (recommended)

Terminal window
brew tap malinskiy/tap
brew install malinskiy/tap/marathon-cloud

Manual download

Download the universal macOS archive from the releases page. It extracts into a versioned directory:

Terminal window
tar xzf marathon-cloud-v1.0.65-universal-apple-darwin.tar.gz
sudo mv marathon-cloud-v1.0.65-universal-apple-darwin/marathon-cloud /usr/local/bin/
Terminal window
marathon-cloud --version

Homebrew installs completions automatically. For manual installs:

Terminal window
source <(marathon-cloud completions bash)
echo 'source <(marathon-cloud completions bash)' >> ~/.bashrc
Terminal window
brew update
brew upgrade marathon-cloud
  • Obtain an API key to authenticate your requests.
  • Explore the CLI parameters reference for command usage.