I'm running Clawd/Molt in Docker on a RaspberryPi. It works but I'm having issues with the browser tool.
Logs say:
moltbot-gateway-1 | 2026-01-27T22:15:06.455Z [tools] browser failed: Can't reach the clawd browser control service (timed out after 15000ms). Start (or restart) the Moltbot gateway (Moltbot.app menubar, or `moltbot gateway`) and try again.
Config is:
"browser": {
"enabled": true,
"executablePath": "/usr/bin/chromium-browser",
"headless": true,
"noSandbox": true
},
I've made sure to expose by bin to docker, although I don't know if that works:
volumes:
- ${CLAWDBOT_CONFIG_DIR}:/home/node/.clawdbot
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd
- /usr/bin:/usr/bin