skills/pi-agent/references/overview.md
Source: https://pi.dev/docs/latest
Pi is a minimal terminal coding harness. The core stays small and most workflow-specific behavior lives in TypeScript extensions, skills, prompt templates, themes, and Pi packages. Positioning on https://pi.dev/: "There are many agent harnesses but this one is yours" — four run modes (interactive, print/JSON, RPC, SDK), 15+ providers with mid-session model switching, tree-structured shareable sessions, steering and follow-up during a run, and extensible primitives instead of baked-in features.
npm install -g --ignore-scripts @earendil-works/pi-coding-agent
pi
On Linux/macOS the installer is also available:
curl -fsSL https://pi.dev/install.sh | sh
pnpm and bun global installs work too (pnpm add -g --ignore-scripts ..., bun add -g --ignore-scripts ...).
Authenticate with /login for subscription providers or set API keys such as ANTHROPIC_API_KEY before startup.
Package gallery at https://pi.dev/packages lists community extensions tagged pi-package. Source: https://github.com/earendil-works/pi-mono (docs live under packages/coding-agent/docs/).