OpenClaw's core runtime is pi
On January 31, 2026, Armin Ronacher published “Pi: The Minimal Agent Within OpenClaw”, a post explaining something many OpenClaw users did not know: underneath the messaging interfaces and assistant features, OpenClaw’s core runtime is pi, Mario Zechner’s minimal coding agent.
OpenClaw — Peter Steinberger’s open-source personal agent, renamed from Clawdbot/Moltbot in January 2026 — became one of the fastest-growing open-source projects that month, gaining tens of thousands of GitHub stars within days. Ronacher’s post drew attention to the layer below it: OpenClaw drives pi in SDK mode, where pi handles the LLM interaction, tool execution, and agent loop, while OpenClaw adds the communication-channel integration and personal-assistant surface.
The OpenClaw project’s own documentation likewise credits Mario Zechner and pi-mono. The relationship matters for pi users in both directions: improvements to pi’s runtime land in OpenClaw, and the scale of OpenClaw’s deployment stress-tests pi in ways few other consumers do.
The full technical breakdown is in Ronacher’s post on lucumr.pocoo.org.