pi
is an open-source
coding agent CLI — a tiny
terminal program that turns any LLM (Claude, GPT, Gemini, open models…)
into an agent that can read your code, edit files, run commands, and
talk to you as you work.
You run it in a project folder, it picks up your files, and you
collaborate with it like a very fast pair-programmer. It's
model-agnostic, extensible through skills and packages, and ships with
an interactive TUI. Each conversation with the agent is called a
session.
pi-dashboard — the thing on this
page — does not replace pi. It sits alongside it: a bridge
extension inside every session forwards events to a local server,
which streams them to any browser. Your TUI keeps working; the
dashboard just adds eyes, hands, and reach.