Open Source Plugin-Native Apache 2.0

Agent Platform
for AI-Native Companies

Run autonomous agents that use tools, talk to users, and work together. Self-hosted. Plugin-native. Apache 2.0.

Research AgentLive

Chat, inspect, and iterate after deploy

Two Components, One Product

Start with the Runtime. Add the Hive when you need fleet control.

Quick Start

Get running in under 5 minutes

Install & Start
# One-command install
curl -fsSL https://golemcore.me/install.sh | bash

# Start
cd ~/.golemcore && docker compose up -d

# Open Web UI — configure API keys there
# http://localhost:8080/dashboard
Configure & Extend
# Check logs for temporary admin password
docker logs golemcore-bot

# Open http://localhost:8080/dashboard
# Sign in, add LLM provider keys in Settings
Optional Next Steps
# - Enable Telegram for channel-based chat
# - Install plugins (browser, search, voice, RAG)
# - Connect MCP-backed skills and tool servers
# - Join Hive for control-plane coordination

Why GolemCore

What makes it different from other agent frameworks

Plugin-Native Runtime

Plugins contribute tools, channels, voice providers, and RAG ingestion — they live inside the agent runtime, not outside it.

MCP-Ready by Design

Skills can launch MCP servers. Built-in MCP catalog, dynamic skill factory, and discovery tool for stdio-based tool servers.

Hive Orchestrator

Optional control plane for fleet management. Board flows, command dispatch, approval gates, and inspection across multiple runtimes.

Inspectable Execution

OTel-compatible session tracing, waterfall views, and exported snapshots make agent behavior easy to debug and operate.

Built for Long-Running Work

Delayed follow-ups, progressive memory orchestration, and recovery paths help agents continue past a single turn.

Smart Model Routing

4 model tiers (balanced / smart / coding / deep) with dynamic escalation. OpenAI, Anthropic, Google, and custom endpoints.

Integrations

Services and platforms that work with GolemCore

LLM Providers
Channels
Capabilities

From Zero to Running Agent

One install script, one docker compose up, one dashboard

Terminal

Configure API keys, model routing, and plugins from the Web UI

Ready to Try It?

GolemCore is Apache 2.0 licensed. Clone it, run it, make it yours.