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.
# Clone & Build git clone https://github.com/cloudclaw-dev/cloudclaw.git cd cloudclaw && mvn clean package -DskipTests # Set secrets export JWT_SECRET="your-secret-key" export CRYPTO_SECRET="your-crypto-key" # Run java -jar cloudclaw-app/target/cloudclaw-app-1.0.3.jar # Open → http://localhost:8080/ admin / admin123
Production? Switch to PostgreSQL + Redis with --spring.profiles.active=cluster
5 built-in orchestration modes for any collaboration pattern.
Open source, Apache 2.0. Deploy in minutes, scale when ready.