RamClaw is a fully sandboxed, LM Studio-only fork of OpenClaw packaged as a Pinokio app. It bundles the modified OpenClaw source under openclaw/, enforces LM Studio as the only LLM provider, and restricts filesystem access to the sandbox workspace.
- Add this repo to Pinokio.
- Run the action Install RamClaw (executes
node install.js). - Start LM Studio locally at
http://127.0.0.1:1234/v1with your chosen model. - Run Start RamClaw to launch the web UI and agent.
node start.jsserves the web UI and streams tasks to the sandboxed agent.
node update.jsrefreshes bundled OpenClaw and dependencies without deleting the sandbox.
- The installer auto-generates
/sandbox/.ssh/id_rsaand prints the public key. Add it to your GitHub account to enable pushes from inside the sandbox workspace.
- Sandbox root:
/sandbox - Workspace:
/sandbox/workspace(only writable root) - Config:
/sandbox/config.json
- Only LM Studio is allowed. Cloud LLMs and remote providers are disabled.