Install
Polaris ships as a single binary. Install with your platform's package manager:
# macOS
brew install polaris
# Linux (Debian/Ubuntu)
apt install polaris
# Windows
winget install Polaris.CLI
Authenticate
polaris auth login
This opens a browser window to your account; the resulting token is stored in ~/.config/polaris/credentials.toml.
Make your first request
polaris query "select count(*) from events"
If the command returns a number, you're set. If it errors, jump to the Configuration reference for connection settings, or contact support if the error is unfamiliar.