Installation
Quick Install
Section titled “Quick Install”macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/Cloverhound/webex-cli/main/install.sh | shThis downloads the latest release and installs it to /usr/local/bin/webex.
Windows (PowerShell):
irm https://raw.githubusercontent.com/Cloverhound/webex-cli/main/install.ps1 | iexThis downloads the latest release and installs it to %LOCALAPPDATA%\webex-cli\webex.exe, and adds it to your user PATH.
Manual Download
Section titled “Manual Download”Download the binary for your platform from the GitHub Releases page.
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | webex-cli_*_darwin_arm64.tar.gz |
| macOS | Intel | webex-cli_*_darwin_amd64.tar.gz |
| Linux | x86_64 | webex-cli_*_linux_amd64.tar.gz |
| Linux | ARM64 | webex-cli_*_linux_arm64.tar.gz |
| Windows | x86_64 | webex-cli_*_windows_amd64.zip |
| Windows | ARM64 | webex-cli_*_windows_arm64.zip |
Build from Source
Section titled “Build from Source”git clone https://github.com/Cloverhound/webex-cli.gitcd webex-cligo build -o webex .Requires Go 1.23+.
Verify Installation
Section titled “Verify Installation”webex version