Install the Polymarket CLI
mainYou can install the Polymarket CLI using Homebrew, a shell script, or by building from source using Cargo.
### Homebrew (macOS / Linux)
```bash
brew tap Polymarket/polymarket-cli https://github.com/Polymarket/polymarket-cli
brew install polymarketShell script
curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | shBuild from source
git clone https://github.com/Polymarket/polymarket-cli
cd polymarket-cli
cargo install --path .