Pi
Our drop-in CLI โ pre-configured for Omnizen, no env vars to set.
What you get
Pi is a thin, pre-configured fork of a popular open-source agent CLI. It ships with Omnizen as the default provider, so the install is the whole setup. No ANTHROPIC_BASE_URL, no provider config files, no copy-paste from a docs page.
Use Pi when you want the easiest possible path from signed up to shipping code. Use one of the other CLIs (Claude Code, Codex CLI, OpenCode) when you want full control over the underlying tool.
Install
brew install omnizen-ai/tap/piOr, on Linux:
curl -fsSL https://omnizen.ai/install/pi | shSign in
First run kicks off an OAuth flow that pairs Pi with your Omnizen account. No key copy-paste:
piFrom the second run onward, Pi just opens. Routing, billing, and rate limits use the same defaults as your dashboard.
Tips
- Pin a model with
pi --model deepseek-v4or set a default in~/.pi/config.toml. - Switch routing modes with
pi --mode quick/pi --mode expert/pi --mode manualโ same modes as the dashboard. - Sign out at any time with
pi auth logout.
Status
Pi is in active development. The install commands above are the planned endpoints โ we'll publish the binary on this page when it ships. Watch /changelog for the announcement.