Open Source · Apache 2.0

Enterprise-Grade
AI Agent Platform

Multi-tenant, stateless, horizontally scalable.
Deploy with java -jar — that simple.

Why CloudClaw?

Not another AI wrapper. A real platform for real teams.

🚀

One Command to Start

java -jar standalone mode with SQLite. Zero dependencies. Docker Compose for production.

👥

Multi-Tenant by Design

Sessions, memories, configs isolated per user. Built for teams, not single-user toys.

📈

Stateless & Scalable

All state in databases and caches. Horizontal scaling is native, not bolted on.

🛡️

Security First

Agent I/O through MCP, database, or sandbox. Never raw host access. JWT auth & RBAC.

🔌

Pluggable Everything

Memory engines, MQ, LLM providers, MCP servers — all replaceable. Pick your stack.

🤖

5 Orchestration Modes

Pipeline, Parallel, Router, Supervisor, Handoff — multi-agent workflows out of the box.

Architecture

Enterprise developers build digital employees, serving all employees.

CloudClaw Architecture

Up in 30 Seconds

Just Java 17. No database, no Redis, no config files.

# Download release
wget https://github.com/cloudclaw-dev/cloudclaw/releases/download/v1.0.6/cloudclaw-1.0.6-release.zip
unzip cloudclaw-1.0.6-release.zip

# Set secrets
export JWT_SECRET="your-secret-key"
export CRYPTO_SECRET="your-crypto-key"

# Run
java -jar cloudclaw-app/target/cloudclaw-app-1.0.6.jar

# Open → http://localhost:8080/  admin / admin123

Production? Switch to PostgreSQL + Redis with --spring.profiles.active=cluster