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.
| Attribute | Value |
|---|---|
| Repository | github.com/lobu-ai/lobu |
| Language | TypeScript |
| Stars | 162 ★ (as of June 2026; 22 forks) |
| License | Apache-2.0 (relicensed from BUSL-1.1) |
| Created | July 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
| Capability | Description |
|---|---|
| OpenClaw Runtime | Workers run OpenClaw Pi Agent with per-agent model selection across 16 LLM providers |
| Multi-tenant | Single instance serves Slack, Telegram, WhatsApp, Discord, Teams, REST API with per-channel isolation |
| MCP Proxy | Gateway handles OAuth, injects scoped tokens — workers never see client secrets |
| Scale to Zero | Workers scale down when idle |
| Network Filtering | Whitelist domains workers can access |
| Embedded Mode | just-bash + Nix virtual filesystems at ~50MB/instance — 300 concurrent on one machine, no Docker |
| OpenClaw Compatible | Supports skills, IDENTITY.md, SOUL.md, USER.md |
Interfaces
| Interface | Description |
|---|---|
| REST API | Programmatic agent creation, control, and state |
| Slack | Multi-channel/DM agents with rich interactivity |
| Telegram | Long-polling bot with interactive workflows |
| WhatsApp Business Cloud API | |
| Discord | Channel + DM bot support |
| Microsoft Teams | Teams 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
| Aspect | Detail |
|---|---|
| Deployment | Single Node process (embedded Postgres), VM/bare metal, Kubernetes via public Helm chart |
| Runtime | OpenClaw Pi Agent, per-agent model selection (16 LLM providers) |
| State | Postgres + pgvector (zero-config embedded by default, or bring your own) |
| Isolation | Embedded just-bash + Nix sandboxes; gVisor/Kata on K8s, NetworkPolicies, RBAC |
| MCP | Proxied with OAuth, env var substitution |
| Environments | Nix-based reproducible per-session tooling |
| Open Source | Yes (Apache-2.0) |
Lobu vs OpenClaw
| Aspect | Lobu | OpenClaw |
|---|---|---|
| Scale | Workers scale to zero | Always-on |
| Multi-tenant | Per-channel/DM isolation | One instance per setup |
| Platforms | Slack, Telegram, WhatsApp, Discord, Teams, API | 15+ chat platforms |
| MCP Access | Proxied, secrets isolated | Direct from agent |
| Network | Sandboxed, domain-filtered | No built-in isolation |
| Deployment | Single Node process, K8s (Helm), VM | Single 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
| Tier | Price | Includes |
|---|---|---|
| Self-hosted | Free | Full 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
| Competitor | Differentiation |
|---|---|
| Tensol | Lobu is self-hosted (with optional cloud); Tensol is managed-only |
| NanoClaw | Lobu is a full multi-tenant gateway; NanoClaw is simpler container isolation |
| LaunchClaw | Lobu is open source (Apache-2.0); LaunchClaw is hosted |
| OpenClaw | Lobu 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
| Factor | Assessment |
|---|---|
| Financial Health | Not publicly disclosed; commercial cloud offering launched |
| Market Position | Niche |
| Innovation Pace | Rapid — v9 → v11 in May 2026, daily commits as of June 2026 |
| Community/Ecosystem | Limited (162 stars, 22 forks as of June 2026) |
| Long-term Outlook | Uncertain 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