Browser based setup wizard for PicoClaw!! #549
arpit0515
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.
-
🦞 I built a browser-based setup wizard for PicoClaw
Hey everyone - I recently set up PicoClaw on my Raspberry Pi 5 and loved it, but the setup process was painful enough that I decided to fix it.
So I built claw-setup-wizard - a lightweight tool that runs on your Pi and walks you through the entire PicoClaw setup from your browser. No JSON editing, no terminal juggling.
What it does
Open
http://YOUR_PI_IP:3000on any device on your network and it guides you through 5 steps:SOUL.mdautomaticallyIf you've already got things configured it reads your existing
config.jsonand shows what's set - so it works as a config viewer/editor too.Tech
Built in Go - single self-contained binary with the entire UI embedded inside it (~8MB). No Python, no Node, no dependencies to install. Just clone and run
bash install.shwhich handles Go installation automatically if needed.Try it
git clone https://github.com/arpit0515/claw-setup-wizard.git cd claw-setup-wizard bash install.shThen open
http://YOUR_PI_IP:3000Tested on Raspberry Pi 5. Would love feedback - especially if anyone tries it on Pi 4, Pi Zero 2W or other boards. OpenClaw support is next on the roadmap.
GitHub: https://github.com/arpit0515/claw-setup-wizard
Beta Was this translation helpful? Give feedback.
All reactions