Running profClaw on Raspberry Pi Zero: what actually works #35
thegdsks
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tested pico mode on a Pi Zero 2W (512MB RAM, ARM64). Here is what we found.
npm install -g profclaw gets OOM-killed every time. The Pi just doesn't have enough memory for npm to compile native deps.
What works:
Pico mode has no UI dashboard and no Redis. Everything else works: all 72 tools, CLI chat, REST API, cron jobs, one messaging channel.
Anyone else running on SBCs? Curious what hardware people are using.
Beta Was this translation helpful? Give feedback.
All reactions