Skip to content

Installation

macOS / Linux:

Terminal window
curl -fsSL https://raw.githubusercontent.com/Cloverhound/webex-cli/main/install.sh | sh

This downloads the latest release and installs it to /usr/local/bin/webex.

Windows (PowerShell):

Terminal window
irm https://raw.githubusercontent.com/Cloverhound/webex-cli/main/install.ps1 | iex

This downloads the latest release and installs it to %LOCALAPPDATA%\webex-cli\webex.exe, and adds it to your user PATH.

Download the binary for your platform from the GitHub Releases page.

PlatformArchitectureFile
macOSApple Siliconwebex-cli_*_darwin_arm64.tar.gz
macOSIntelwebex-cli_*_darwin_amd64.tar.gz
Linuxx86_64webex-cli_*_linux_amd64.tar.gz
LinuxARM64webex-cli_*_linux_arm64.tar.gz
Windowsx86_64webex-cli_*_windows_amd64.zip
WindowsARM64webex-cli_*_windows_arm64.zip
Terminal window
git clone https://github.com/Cloverhound/webex-cli.git
cd webex-cli
go build -o webex .

Requires Go 1.23+.

Terminal window
webex version