All posts
Community

Polpo is open source

Alessio MicaliAlessio Micali
/Mar 20, 2026/7 min

Polpo is open source under the MIT license. The full runtime — agents, memory, tools, orchestration, CLI, SDKs, dashboard — is yours to run, modify, and build on.

What's included

  • Core engine — the orchestration logic, state machine, and all managers
  • Storage — file, SQLite, and PostgreSQL backends via Drizzle
  • CLI — init, start, deploy, and manage from your terminal
  • API server — Hono-based, OpenAI-compatible chat completions
  • React SDK — hooks for tasks, missions, agents, sessions, real-time SSE
  • TypeScript SDK — typed HTTP client with streaming support
  • 30+ tools — bash, read, write, glob, grep, HTTP, email, and more
  • Assessment pipeline — LLM-as-Judge for automated quality evaluation
  • Mission orchestration — multi-agent DAG workflows
  • Web dashboard — monitoring and configuration UI

Self-host in 3 commands

bash
npm install -g polpo-ai
polpo init
polpo start

Your agents run on your machine. Your data stays with you. No cloud account required.

Why we open sourced everything

The runtime for AI agents should be a commodity, not a moat. We want developers to build on Polpo without worrying about lock-in. If you outgrow the cloud, you can always self-host.

The best tools earn trust by being transparent. Every line of code is on GitHub.

RelatedAll posts