Linchpin: Open-source self-hostable runtime for managed AI agents
By
NIkhil Aourpally
A good honest bake. Not flashy, but you'll finish the whole bagel.
Summary
Linchpin is an open-source, self-hostable runtime for managing AI agents, launched on Product Hunt. It provides a complete agent platform that can be deployed with a single `docker compose up` command, featuring REST + SSE APIs, per-session Docker sandboxes, MCP tools, and encrypted vaults. It supports both cloud models via OpenRouter and local models via Ollama. The project is Apache-2.0 licensed and was created in response to demand for open-source alternatives to proprietary AI agent platforms like Devin, Manus, and Operator.
Key quotes
· 4 pulledEvery time Devin, Manus, or Operator launched, the top comment on HN was some variant of 'is this open source?' The answer kept being no. So we built Linchpin.
It's the runtime layer under a managed agent — the thing you run on a VM that hosts the agents, manages the per-session Docker sandbox, persists the event log, and exposes a clean HTTP/SSE contract.
Closer to 'LangGraph + your-own-FastAPI + your-own-docker-py + your-own-event-log, but pre-wired' than to a library.
One `docker compose up` and you get a full agent platform — REST + SSE API, per-session Docker sandbox, MCP tools, encrypted vaults.
You might also wanna read
ClawRun: Platform for Deploying and Managing Open-Source AI Agents
ClawRun is a platform for deploying and managing open-source AI agents, providing a hosting and lifecycle management layer. It deploys agent
Linggen: Open-Source Local AI Coding Agent with WebRTC Remote Access
Linggen is an open-source AI coding agent that runs locally on a user's machine but can be accessed remotely from any device via WebRTC tech
Runtime: A Sandboxed Agent Platform for Team-Wide Tool Integration
Runtime is a platform that provides sandboxed coding environments for AI agents, connecting company tools and services (Datadog, Salesforce,
PiClaw: Self-Hosted AI Workspace with Multi-Provider LLM Support and Built-in Development Tools
PiClaw is a self-hosted AI workspace that packages the Pi Coding Agent into a comprehensive development environment. It features a streaming
Pipelock: Open-Source Firewall for AI Agent Security with DLP Scanning and SSRF Protection
Pipelock is an open-source firewall for AI agents that provides security at the boundary between AI systems and external networks. It offers
Agentainer: Autonomous Agent Runtime Platform for AI Services
Agentainer is an autonomous agent runtime platform designed for deploying, managing, and scaling AI agents as first-class services. It offer
