Current releases: cloud CLI 0.1.33 and platform 2.7.241. Read the complete Codex and Claude workflow or the self-hosting guide for your own infrastructure.
Benmore is one binary plus a hosted dev environment. Install it, bootstrap once, launch Codex or Claude Code - then just say what you want. Use the hosted dev URL to review changes, run browser checks, and publish after verification. Read the complete agent workflow for the commands and recovery boundaries.
brew install benmore-studio/benmore/benmore-cli
benmore bootstrap# browser sign-in / sign-up + installs the agent skillcd ~/Benmorecodex# or claudecurl -fsSL https://benmore.ai/install-cli.sh | sh · framework source on GitHubNo local server, no Docker, no build step. The dev environment is hosted - you watch the app take shape in a browser tab while the agent works.
benmore bootstrap signs you in through the browser (where you can also create your account), sets up your ~/Benmore workspace, and installs the shared agent skill for Codex and Claude Code. Codex discovers it under ~/.agents/skills/benmore-cli; both follow the app's AGENTS.md. Run benmore docs harness for the operating contract.
Every app is born live in a hosted dev environment. Installed Claude Code hooks push edits made through supported editing tools; Codex and other agents run benmore push <file> explicitly. Open the dev URL on your laptop or phone and watch it evolve in real time.
Say "publish it" and the agent promotes your code to production with auto-SSL - dev stays your sandbox. Source history supports reviewed reverts. A source revert does not restore the database or undo external side effects.
These are real prompts. The skill teaches your agent the tools behind them - you never have to.
browser_check drives headless Chrome against your dev app - JS executed, clicks and typing included - and records a scrubbable session replay. You get a link and literally watch what the agent did.The runtime does the undifferentiated work, so the agent's edits are small, declarative, and verifiable. Less surface to get wrong, more it can prove.
benmore bootstrap installs the skill and references for both harnesses. Codex can invoke $benmore-cli and pushes explicitly; Claude uses its installed edit hooks. Skills do not grant tool permissions.https://benmore.ai/mcpInstall, bootstrap, launch your agent - your first app can be live before the coffee's done.