Skip to main content

Requirements

  • Linux: x86_64 or arm64
  • macOS: Apple Silicon (M1+). Intel Macs should use the pip install method.
  • Windows: x86_64
  • Python: 3.10+ (only required for pip install or build from source)

Install

Linux / macOS
curl -fsSL https://raw.githubusercontent.com/XPOZpublic/xpoz-cli/main/install.sh | sh
The script auto-detects your OS and architecture, downloads the correct binary, verifies the SHA256 checksum, and installs to ~/.local/bin/xpoz-cli.Override the install directory or pin a specific version:
XPOZ_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/XPOZpublic/xpoz-cli/main/install.sh | sh

XPOZ_VERSION=1.2.0 curl -fsSL https://raw.githubusercontent.com/XPOZpublic/xpoz-cli/main/install.sh | sh
Ensure ~/.local/bin is in your PATH. Add export PATH="$HOME/.local/bin:$PATH" to your shell profile if needed.

Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/XPOZpublic/xpoz-cli/main/install.ps1 | iex
Installs to %LOCALAPPDATA%\xpoz-cli\xpoz-cli.exe. The script adds this directory to your user PATH automatically.

Verify Installation

xpoz-cli --version

Next Steps

Authentication

Log in with your access key to start making queries.

Usage

Learn about platforms, commands, and global flags.