OpenMaple v0.1.0
OpenMaple v0.1.0 is the first public release of the open-source managed-agent control plane.
Run it locally:
docker compose up --buildThen open:
Console: http://127.0.0.1:27951/
Health: http://127.0.0.1:27951/health
Login: http://127.0.0.1:27951/v1/auth/bootstrap
What is included:
- React console for managed-agent resources
- Express control-plane API for tenants, workspaces, agents, environments, sessions, vaults, deployments, and API keys
- Self-contained Docker Compose path with local MySQL 8 and dev login
- Session event log for durable agent runs
- Runtime and sandbox provider boundaries for portable execution
- Node SDK and Maple CLI entry points
- Public GitHub Pages site with real console screenshots and a real product tour video
- Public support, security, contribution, roadmap, and issue-template surfaces
Use it when you want the managed-agent operating model without binding runtime, sandbox, storage, or model access to one cloud. Model keys and sandbox provider keys are only needed when you run real agent loops or external tool execution.
Links:
- Website: https://dragonforce2010.github.io/openmaple/
- Product tour: https://dragonforce2010.github.io/openmaple/assets/videos/openmaple-platform-tour.mp4
- README: https://github.com/dragonforce2010/openmaple#readme
- Chinese README: https://github.com/dragonforce2010/openmaple/blob/main/README.zh-CN.md
- Announcement: #30
- SDK: https://www.npmjs.com/package/maple-agent-sdk
- CLI: https://www.npmjs.com/package/maple-agent-cli
OpenMaple is not an Anthropic official product. It implements a similar managed-agent platform idea in an open stack, and it avoids production-adoption or benchmark claims until the repo contains reproducible evidence.