Installation
Poly Code CLI runs on macOS, Linux, and Windows (via WSL). It requires the Bun runtime, which the installer handles automatically.
One-Line Install
The installer detects your platform, installs Bun if needed, downloads the latest binary, and adds it to your PATH.
Verify Installation
Platform Requirements
| Platform | Requirements | Notes |
|---|---|---|
| macOS | macOS 12+ (Monterey) | Apple Silicon and Intel |
| Linux | glibc 2.31+ or musl 1.2+ | Ubuntu 20.04+, Debian 11+, Fedora 35+ |
| Windows | WSL 2 with Ubuntu | Does not run natively on Windows |
iNote
Bun is automatically installed to
~/.bun/bin/bun. No manual installation required.Manual Install
First-Run Setup
1
codecli to start the TUI2
3
4
5
Updating
Set "autoupdate": true in config to check for updates automatically.