packages/coding-agent/docs/index.md
Pi is a minimal terminal coding harness. It is designed to stay small at the core while being extended through TypeScript extensions, skills, prompt templates, themes, and pi packages.
On linux or mac you can install Pi with curl:
curl -fsSL https://pi.dev/install.sh | sh
Or alternatively with npm:
npm install -g @earendil-works/pi-coding-agent
Then run it in a project directory:
pi
Authenticate with /login for subscription providers, or set an API key such as ANTHROPIC_API_KEY before starting pi.
For the full first-run flow, see Quickstart.