← Back to research
·8 min read·company

Lobu

Multi-tenant, sandboxed agent orchestration — run OpenClaw agents behind a hardened gateway with MCP proxy and per-context isolation. Apache-2.0, with a managed serverless cloud.

Key takeaways

  • Enterprise-ready OpenClaw: multi-tenant isolation, scale-to-zero workers
  • Relicensed BUSL-1.1 → Apache-2.0; truly open source as of mid-2026
  • MCP proxy with OAuth — workers never see secrets
  • Embedded mode: just-bash + Nix sandboxes at ~50MB/instance, no Docker required
  • Lobu Cloud: managed serverless OpenClaw with per-second, usage-based billing

FAQ

What is Lobu?

Multi-tenant, sandboxed agent orchestration that runs OpenClaw agents behind a hardened gateway with MCP proxy and network isolation.

How much does Lobu cost?

Free and open source (Apache-2.0 license) self-hosted. Lobu Cloud is a managed serverless option with usage-based, per-second billing.

Who competes with Lobu?

Tensol (managed OpenClaw for B2B), NanoClaw (container isolation), LaunchClaw (sandboxed hosting).

Executive Summary

Lobu is multi-tenant, sandboxed agent orchestration for teams — "multi-tenant OpenClaw for organizations." It runs OpenClaw's Pi Agent runtime behind a hardened gateway with MCP proxy, multi-provider auth (16 LLM providers), and per-context isolation. Originally launched as peerbot.ai in July 2025, it has since consolidated on the OpenClaw runtime, relicensed from BUSL-1.1 to Apache-2.0, and launched a managed cloud (Lobu Cloud / Serverless OpenClaw). As of June 2026 the project is highly active: daily commits, v11.0.0 released May 30, 2026, and stars up from 36 to 162.

AttributeValue
Repositorygithub.com/lobu-ai/lobu
LanguageTypeScript
Stars162 ★ (as of June 2026; 22 forks)
LicenseApache-2.0 (relicensed from BUSL-1.1)
CreatedJuly 2025
Creator@buremba

Product Overview

Lobu's core value: run powerful OpenClaw agents without exposing your infrastructure. All worker traffic routes through a gateway proxy — workers have no direct network access. Secrets stay isolated, MCP tools are proxied with scoped tokens, and network egress is domain-filtered. Lobu rewrites only the gateway layer (~40k LOC) to be multi-tenant while keeping OpenClaw's Pi harness untouched inside each worker.

Key Capabilities

CapabilityDescription
OpenClaw RuntimeWorkers run OpenClaw Pi Agent with per-agent model selection across 16 LLM providers
Multi-tenantSingle instance serves Slack, Telegram, WhatsApp, Discord, Teams, REST API with per-channel isolation
MCP ProxyGateway handles OAuth, injects scoped tokens — workers never see client secrets
Scale to ZeroWorkers scale down when idle
Network FilteringWhitelist domains workers can access
Embedded Modejust-bash + Nix virtual filesystems at ~50MB/instance — 300 concurrent on one machine, no Docker
OpenClaw CompatibleSupports skills, IDENTITY.md, SOUL.md, USER.md

Interfaces

InterfaceDescription
REST APIProgrammatic agent creation, control, and state
SlackMulti-channel/DM agents with rich interactivity
TelegramLong-polling bot with interactive workflows
WhatsAppWhatsApp Business Cloud API
DiscordChannel + DM bot support
Microsoft TeamsTeams bot

Technical Architecture

Slack/Telegram/WhatsApp/Discord/Teams/API → Gateway → Worker (OpenClaw Pi Agent)
                                              ↑              ↓
                                     Postgres (pgvector)  HTTP/MCP Proxy
                                                              ↓
                                                   Domain-filtered Internet

Key Technical Details

AspectDetail
DeploymentSingle Node process (embedded Postgres), VM/bare metal, Kubernetes via public Helm chart
RuntimeOpenClaw Pi Agent, per-agent model selection (16 LLM providers)
StatePostgres + pgvector (zero-config embedded by default, or bring your own)
IsolationEmbedded just-bash + Nix sandboxes; gVisor/Kata on K8s, NetworkPolicies, RBAC
MCPProxied with OAuth, env var substitution
EnvironmentsNix-based reproducible per-session tooling
Open SourceYes (Apache-2.0)

Lobu vs OpenClaw

AspectLobuOpenClaw
ScaleWorkers scale to zeroAlways-on
Multi-tenantPer-channel/DM isolationOne instance per setup
PlatformsSlack, Telegram, WhatsApp, Discord, Teams, API15+ chat platforms
MCP AccessProxied, secrets isolatedDirect from agent
NetworkSandboxed, domain-filteredNo built-in isolation
DeploymentSingle Node process, K8s (Helm), VMSingle node

Strengths

  • True isolation — Workers have no direct network access. All traffic routes through gateway with domain filtering.
  • Secrets never exposed — MCP OAuth, provider credentials, and env vars resolved at gateway level. Workers never see client secrets.
  • Genuinely open source — Relicensed from BUSL-1.1 to Apache-2.0, removing the commercial-use objection.
  • Lightweight embedded mode — just-bash + Nix virtual filesystems at ~50MB per instance; 300 concurrent agents tested on a single machine without Docker.
  • OpenClaw compatibility — Skills from ClawHub, IDENTITY.md, SOUL.md, USER.md all work. Migration path from vanilla OpenClaw.
  • Enterprise deployment — Kubernetes via public Helm chart with NetworkPolicies, RBAC, gVisor/Kata. Production-ready.
  • Shipping velocity — v9 through v11 released in May 2026 alone; commits landing daily as of June 2026.

Cautions

  • Still early stage — 162 stars as of June 2026 (up from 36 in February, but tiny). Limited community validation; no independent reviews or discussion threads found.
  • Fewer platforms — Slack, Telegram, WhatsApp, Discord, Teams, API. OpenClaw has 15+ integrations.
  • Complexity — Gateway proxy architecture adds operational overhead vs simple single-node OpenClaw, though embedded single-process mode narrows the gap.
  • Effectively solo maintainer — @buremba authored ~90% of commits; remaining contributions are small. Bus factor concern for enterprise adoption.
  • Dropped dual runtime — The Claude Code SDK runtime option has been de-emphasized; the project now positions itself purely as multi-tenant OpenClaw.

Pricing & Licensing

TierPriceIncludes
Self-hostedFreeFull features, Apache-2.0 license
Lobu Cloud (Serverless OpenClaw)Usage-based$0.000463/vCPU-min + $0.000231/GB-min memory + $0.15/GB-mo storage; per-second metering, scale-to-zero, no minimums

Licensing model: Apache-2.0 (relicensed from BUSL-1.1; same codebase self-hosted and cloud, no vendor lock-in)

Hidden costs: Infrastructure if self-hosting (K8s cluster, VM, or Docker host), LLM API costs

Funding: Not publicly disclosed.


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
TensolLobu is self-hosted (with optional cloud); Tensol is managed-only
NanoClawLobu is a full multi-tenant gateway; NanoClaw is simpler container isolation
LaunchClawLobu is open source (Apache-2.0); LaunchClaw is hosted
OpenClawLobu adds isolation, multi-tenant, scale-to-zero

When to Choose Lobu Over Alternatives

  • Choose Lobu when: You need multi-tenant isolation for OpenClaw agents, self-hosted or serverless
  • Choose Tensol when: You want managed hosting without infrastructure
  • Choose OpenClaw when: You need maximum platform integrations (15+)
  • Choose NanoClaw when: You want simpler container isolation

Ideal Customer Profile

Best fit:

  • Teams deploying AI agents to Slack/Telegram with security requirements
  • Organizations needing per-channel/user isolation
  • DevOps teams comfortable with Kubernetes
  • Companies wanting Claude Code + OpenClaw flexibility

Poor fit:

  • Individual users wanting simple setup
  • Those needing 15+ chat platform integrations
  • Organizations requiring vendor-backed enterprise support
  • Teams without infrastructure expertise (though embedded single-process mode lowers the bar)

Viability Assessment

FactorAssessment
Financial HealthNot publicly disclosed; commercial cloud offering launched
Market PositionNiche
Innovation PaceRapid — v9 → v11 in May 2026, daily commits as of June 2026
Community/EcosystemLimited (162 stars, 22 forks as of June 2026)
Long-term OutlookUncertain but improving — 4.5x star growth in four months, Apache-2.0 relicense, monetization path via Lobu Cloud

Early-stage project with compelling architecture and visibly accelerating execution. The security-first approach differentiates from vanilla OpenClaw, and the Apache-2.0 relicense plus serverless cloud give it both an adoption and a revenue story. Still effectively a one-person project.


What Developers Say

No independent developer commentary on Lobu was found as of June 2026 — searches of Hacker News, Reddit, and the broader web surfaced only the project's own materials. At 162 stars, the project has not yet generated public community discussion. This section will be updated as third-party reviews appear.


Bottom Line

Lobu is "OpenClaw for teams" — adding the multi-tenant isolation, network sandboxing, and MCP proxy that enterprises need. Four months on, the project has clearly accelerated rather than stalled: relicensed to Apache-2.0, launched a usage-billed serverless cloud, added Discord and Teams channels, shipped v11, and grew from 36 to 162 stars. But it remains an effectively solo-maintained bet with zero independent community validation.

Recommended for: Teams deploying agents to Slack/Telegram/Discord/Teams who need isolation, self-hosted (single Node process or Kubernetes) or via Lobu Cloud

Not recommended for: Individual users, those needing many chat platforms, or organizations requiring vendor-backed enterprise support

Outlook: The trajectory since February 2026 — Apache-2.0, managed cloud, rapid releases — is exactly what an early infrastructure project should look like. If star growth converts into contributors and paying cloud users, Lobu could become the de facto "enterprise OpenClaw" layer. The security architecture is what OpenClaw should have built.


Research by Ry Walker Research • methodology