

Unknown · 2× · tolest 29. Aug. 2026
Pi is an Open Source, minimalist coding agent and agent harness that runs in the terminal, developed by Mario Zechner (badlogic, creator of libGDX) and now maintained by Earendil Inc. Rather than extensive functionality, Pi offers only four core tools (Read, Write, Edit, Bash) and delegates additional capabilities to a TypeScript extension system (Extensions, Skills, Prompt-Templates, Packages). The tool is provider-agnostic, supports over 15-20 LLM providers (including Anthropic, OpenAI, Google, xAI, Mistral, Groq), and requires no separate subscription since users bring their own API keys or existing provider subscriptions. The source code is freely available under MIT license, with no SaaS backend.
Features
| Autonomy Level | Autonomous coding agent with tool calling, file editing and command execution within sessions; no built-in permission system, runs with user privileges |
| Channels | Terminal/CLI; additionally Slack/chat automation via separate earendil-works/pi-chat package |
| License | MIT license (open source), published by Earendil Inc. |
| Modalities | Four modes: interactive (TUI), print/JSON, RPC, and SDK |
| Platform | Terminal-based (CLI/TUI), runs locally with no cloud backend; installable via npm, curl, PowerShell, pnpm or Bun |
| Price | Free & open source (no subscription); users only pay for their own LLM API usage/provider plans |
| Release Date | First released in August 2025 |
| Tool/MCP Integrations | No built-in MCP; only four core tools (Read, Write, Edit, Bash), extensible via TypeScript extensions/skills |