The Pi coding agent is a terminal-first assistant focused on interactive workflows, extensibility, and running local agents with practical toolchains. The primary distribution today is pi-mono, which serves as the core runtime and extension point for the ecosystem.
For background on how Pi.dev and the agent evolved, see Mario Zechner’s write-up.
This page tracks the Pi-centric projects, adapters, and clients that extend the core agent, including alternate front-ends, web access tooling, and automation bridges within the wider Agentic Systems collection.
Ecosystem
| Field | Category | Date | Link | Notes |
|---|---|---|---|---|
| Agent Platforms | Tools | 2026 | Pi for Excel | open-source multi-model AI sidebar add-in for Excel with 16 built-in spreadsheet tools, MCP gateway, and workbook recovery |
| Code Agents | pi_agent_rust | high-performance Rust port of pi-mono coding agent with instant startup, low memory footprint, and capability-gated security model |
||
| pi-queue | a lightweight task runner that accepts webhook tasks, requires human approval, and executes pi jobs in isolated git worktrees |
|||
| Graphone | cross-platform desktop UI for the pi-mono coding agent, built with Tauri 2.0 and sidecar pattern |
|||
| pi-mono | a coding agent and toolkit for building and managing LLM-driven agents and deployments. |
|||
| pz | a Zig-based, single-binary drop-in replacement for the pi coding agent |
|||
| pi-tramp | TRAMP-like remote execution for the pi coding agent over SSH or Docker |
|||
| rho | an always-on personal AI operator derived from pi that runs in the background, remembers context, and checks in on a schedule across macOS, Linux, and Android |
|||
| pi-interactive-shell | an interactive-shell extension for the pi coding agent with full PTY emulation and observable overlays |
|||
| pi-web-access | web search, content extraction, and video understanding plugin for the pi-mono coding agent with smart provider fallbacks |
|||
| PiApp | toy macOS/iOS app for experimenting with the PiSwift coding agent, with Claude chat, file browser, and terminal |
|||
| pi-acp | ACP adapter that bridges pi’s RPC mode to ACP clients like Zed over JSON-RPC stdio |
|||
| PiSwift | Swift port of pi-mono for embedding a coding agent in apps, with in-process subagents and prompt templates |