Pi Coding Agent, the minimalist open-source coding tool created by libGDX author Mario Zechner, has crossed the 105,000-star mark on GitHub and now lives entirely under the stewardship of Earendil Inc., the venture-backed public benefit corporation that acquired it back in April. The milestone is a rarer breed of inflection point: an agent that built its entire reputation on doing less is now, by the numbers, doing more than its fastest-growing rivals.
The repository now sits at earendil-works/pi with more than 105,500 stars and a license that still reads MIT. The tool’s package, meanwhile, has moved to the scoped name @earendil-works/pi-coding-agent, and its newest release, version 0.85.1, shipped on September 5, 2026, bringing official support for OpenAI’s GPT-6 Astra alongside a round of fullscreen transcript polish.
From Solo Project to Corporate Stewardship
Pi launched in August 2025 as a deliberate exercise in restraint. Where most coding agents pile on integrations, it hands models exactly four core tools — read, write, edit, and bash — paired with one of the shortest system prompts in the agentic-coding space. There is no MCP support out of the box and no sprawling extension marketplace to drown in. The wager was that a sharply focused agent loop beats a kitchen-sink platform.
That wager has paid off in public. The project had already climbed past roughly 70,000 GitHub stars by the middle of 2026, and the latest count pushes it well beyond the 100,000 threshold in barely a year. For a tool that explicitly refuses to throw features at users, the growth says something about what developers actually want: fewer knobs, more trust.
Much of the surge traces back to April 8, 2026, when Earendil Inc. folded Pi into its portfolio and brought Zechner on full time. Armin Ronacher’s RFC 0015 immediately spelled out the licensing philosophy that now governs the road ahead: the core stays MIT, irrevocably, while value-added commercial features migrate to a “fair source” model and some things never open up at all.
The Promise and the Skepticism
On paper, the merger was framed as a clean win-win. Earendil is explicit that Pi’s MIT core “will not change,” and the team demonstrates its faith by dogfooding the product day to day, running an agent called “clanker” that triages GitHub issues and proposes fixes against Pi’s own codebase.
But the corporate embrace has not met universal applause. Whenever a beloved open-source project lands in venture-backed hands, a segment of the community braces for a familiar arc: open first, quietly closed once exclusivity starts to pay. Pi’s own roadmap, which openly promises future fair-source and proprietary layers, sharpens that anxiety even when the MIT core is contractually protected. The differentiation boils down to three tiers:
- MIT core: the agent library and coding agent remain fully open, forkable, and license-stable.
- Fair Source: value-added commercial features ship source-available and revert to open source later under delayed publication.
- Closed Source: server-side services and select paid-only functionality never expose their source at all.
That three-tier architecture is largely the same playbook now running across the modern AI stack. It gives Pi room to build a sustainable business without hollowing out the community product, which is precisely the trade-off Earendil argues everyone should agree to before adopting a dependency.
For everyday users, the practical changes so far are modest. New installs load from the scoped package via a simple bun command, sessions remain stored as plain JSONL on local disk for easy auditing, and the September release quietly improved the fullscreen transcript experience alongside the new GPT-6 Asta provider. Nothing in the daily loop has been taken away.
Whether the 105,000-star milestone means Pi kept its soul or finally surrendered it depends on where you sit. Earendil’s answer is deliberately boring: the proof is in the license file, MIT and unchanged, publicly verifiable by anyone who wants to check before they build their next product on top of it.
Comments