OpenMaple v0.2.0 - self-contained local Docker managed agents
OpenMaple v0.2.0 makes the public first-run story self-contained: Docker Compose starts the console, API, MySQL, local dev login, local Docker runtime pools, and local Docker sandbox pools.
Try it locally
docker compose up --build
npm run smoke:localThen 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 changed
- Added a self-contained local Docker evaluation path for the managed-agent platform.
- Default local environments now use
local_dockerfor both agent runtime and sandbox pools. - Local Docker mode hides OAuth/SSO provider setup and does not require E2B or veFaaS credentials for the default path.
- Runtime and sandbox provider boundaries remain explicit so teams can move from local Docker to cloud providers when evaluation needs it.
- README, Chinese README, website CTA, social card, and launch discussion now point readers at the local Docker first-run path and the YouTube product tour.
Public proof
- Product site: https://dragonforce2010.github.io/openmaple/
- Product tour: https://dragonforce2010.github.io/openmaple/#tour
- YouTube: https://www.youtube.com/watch?v=zYhgkFomZ7M
- Launch discussion: #30
- Provider readiness: https://github.com/dragonforce2010/openmaple/blob/main/PROVIDER_READINESS.md
- 30-minute evaluation guide: https://github.com/dragonforce2010/openmaple/blob/main/EVALUATION.md
Verification on this release path
- PR #48 added the self-contained local Docker runtime/sandbox path.
- PR #49 refreshed README, website, and social assets around that path.
- PR #50 made public surfaces point at the latest release instead of the old v0.1.0 tag.
- GitHub Actions quality check is green on the release commit.
OpenMaple is not an Anthropic official product. It implements a similar managed-agent platform idea in an open stack. This release avoids production-adoption, customer-count, or benchmark claims unless the repo contains reproducible evidence.