CLI Installation
Quick Install
- macOS / Linux
- Windows
Resolving the latest published CLI version...
curl -fsSL /api/v1/releases/latest/install.sh | sh
Resolving the latest published CLI version...
powershell -ExecutionPolicy Bypass -Command "irm /api/v1/releases/latest/install.ps1 | iex"
Need help with install or runtime failures? See CLI Troubleshooting.
Need an older package or release notes? See CLI Versions.
Verify Installation
phoenix --version
System Requirements
- macOS: Intel (x86_64) and Apple Silicon (M1/M2/M3+)
- Linux: x86_64 (glibc-based)
- Windows: x86_64
No Python installation required — the CLI is a standalone binary.