Gateway • Policy guardrails • OpenShell sandbox • Durable skills (Hermes)
Zero hard dependencies • Pure stdlib core • MIT licensed
Routes inference and adjudicates every proposed action before it reaches the sandbox. Explainable decisions on every step.
JSON policies (shell/fs/net) that are easy to review. Sandbox executes only allowed commands with timeout + full I/O capture.
Captures proven goal→plan runs as durable, replayable skills. Next matching intent replays instantly.
git clone https://github.com/cobusgreyling/nemoclaw-runtime.git
cd nemoclaw-runtime
./nemoclaw.sh
nemoclaw onboard
nemoclaw run "check system disk health"
nemoclaw run "clean up everything on the host" # watch blocks
nemohermes run "audit inventory" # captures skill
nemoclaw serve # → http://127.0.0.1:8848
See docs/quickstart.md, BLOG.md, and the architecture docs.