Skip to content

OpenMaple v0.2.1 - Codespaces and local Docker trial

Choose a tag to compare

@dragonforce2010 dragonforce2010 released this 21 Jun 15:40
d940435

Why this release

OpenMaple now has a lower-friction first trial path: open GitHub Codespaces or run the local Docker setup script, then verify the local control plane with npm run smoke:local.

What changed

  • Added a GitHub Codespaces path for hosted evaluation.
  • Kept Docker Compose as the grounded local path for the web console, API, MySQL, local dev login, local Docker runtime pools, and local Docker sandbox pools.
  • Refreshed README, Chinese README, website CTAs, Open Graph/Twitter metadata, and the social card around the Codespaces + Docker Compose first-run story.
  • Continued to link the 2-minute product tour on the website and YouTube.

Try it

Open Codespaces:

https://codespaces.new/dragonforce2010/openmaple?quickstart=1

Or run locally:

./scripts/setup-local-docker.sh
npm run smoke:local -- --base http://127.0.0.1:27951

Then open:

Web console: http://127.0.0.1:8080/
Local login:  http://127.0.0.1:8080/?dev_login=1
API health:   http://127.0.0.1:27951/health

No E2B, veFaaS, or OAuth credentials are needed for the default local path. Model keys are only needed when you run real model-backed agent loops.

Post-release proof on main

After this release, PR #58 landed HD local-Docker proof assets on main: real 5120x2880 UI screenshots and a 2560x1440 walkthrough covering setup, smoke checks, workspace settings, runtime pool drawer, sandbox pool drawer, sessions, and quickstart UI.

Boundaries

OpenMaple is not an official Anthropic product. Provider readiness is explicit; check PROVIDER_READINESS.md before assuming an adapter is production-ready.