Multi-tenant, stateless, horizontally scalable.
Deploy with java -jar — that simple.
Not another AI wrapper. A real platform for real teams.
java -jar standalone mode with SQLite. Zero dependencies. Docker Compose for production.
Sessions, memories, configs isolated per user. Built for teams, not single-user toys.
All state in databases and caches. Horizontal scaling is native, not bolted on.
Agent I/O through MCP, database, or sandbox. Never raw host access. JWT auth & RBAC.
Memory engines, MQ, LLM providers, MCP servers — all replaceable. Pick your stack.
Pipeline, Parallel, Router, Supervisor, Handoff — multi-agent workflows out of the box.
Enterprise developers build digital employees, serving all employees.
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