正在加载视频...

视频加载失败

built my own personal assistent device that runs OpenClaw. I was curious what the smallest form factor could be that fits in my pocket so I wanted to use the Pi Zero W. Works via Push to Talk->Transcribe->Sends to OpenClaw and streams the response back.

1,505,024 次观看 • 6 个月前 •via X (Twitter)

36 条评论

Sebastian Völkl 的头像
Sebastian Völkl6 个月前

Hardware •Raspberry Pi Zero 2 W •WhisPlay board (screen + button + LED) •WM8960 mic/speaker •PiSugar battery Stack it. Flash Raspberry Pi OS. Enable SSH. Install audio drivers. Confirm mic and speaker work. Networking •Install Tailscale on the Pi. •Rent a small DigitalOcean (or Hetzner or whatever) droplet. •Install and run OpenClaw on the droplet. •Bind OpenClaw to localhost. •Expose it to your tailnet via Tailscale Serve. •Protect it with a token. Now the Pi can securely reach your cloud LLM. Software on the Pi •Python app. •Record audio when button pressed. •Stop recording when released. •Send audio to OpenAI for transcription. •Send transcript to OpenClaw. •Stream response back. •Display text on LCD. •Optionally send text to OpenAI TTS and play audio. •Maintain simple conversation history. •Use a state machine for: idle, listening, thinking, streaming. Deployment •Develop locally. •Sync to Pi with rsync. •Run as systemd service so it starts on boot. •Auto-restart on crash. Power •Install PiSugar manager. •Enable auto power on. •Use display sleep for inactivity. That’s the system: Button → record → transcribe → cloud LLM → stream back → display/speak → idle.

Sebastian Völkl 的头像
Sebastian Völkl6 个月前

it can also talk now and has a tamagotchi like character. updated the repo

Sebastian Völkl 的头像
Sebastian Völkl6 个月前

Adding Linear Issues on the go

Sebastian Völkl 的头像
Sebastian Völkl6 个月前

Just need to 3D print a case next

mr 的头像
mr6 个月前

The @openclaw agent runs on a VPS, not the Pi.

Sebastian Völkl 的头像
Sebastian Völkl6 个月前

@openclaw correct

Linus ✦ Ekenstam 的头像
Linus ✦ Ekenstam6 个月前

Just get the Bluefox NX1 dude.

JD 的头像
JD6 个月前

key detail people are missing: the pi zero isnt running openclaw. its a push-to-talk client that sends audio to a gateway on a VPS via tailscale. all the compute is remote. thats why the form factor works - you could do this with any device that has a mic and wifi

ラヤン 的头像
ラヤン6 个月前

You should check this out:

Sipeed 的头像
Sipeed6 个月前

Try #picoclaw! It can be run on bottle cap size board! 10MB ram is enough~

larry_engineer 的头像
larry_engineer6 个月前

You could have raised $30-200M from VCs for this but you choose to open source it 🫡😂

Sipeed 的头像
Sipeed6 个月前

Good work! Maybe you can try #MaixCAM2 or #PicoClaw! It even able to run LLM/VLM locally!

Sam 的头像
Sam6 个月前

Could I get the repo? I have the whisplay hat too and need more use cases <3

Sebastian Völkl 的头像
Sebastian Völkl6 个月前

sure

Sachit 的头像
Sachit6 个月前

the hardware part is really cool, though what's the difference between this and just hooking this on to the claude api?

Kimba 的头像
Kimba6 个月前

do you have a solana wallet?

Argenis De La Rosa 💻 的头像
Argenis De La Rosa 💻6 个月前

you should check out zeroclaw while you're at it and tell us what you think

Shubham Sharma | AI & Tech 的头像
Shubham Sharma | AI & Tech6 个月前

How much it cost to build?

Sebastian Völkl 的头像
Sebastian Völkl6 个月前

Around $100

Shubham Sharma | AI & Tech 的头像
Shubham Sharma | AI & Tech6 个月前

then How much difference from Mac mini ,i don't have one now

Troy Scott 的头像
Troy Scott6 个月前

I like the stack. I just cross-compiled ZeroClaw on m Macbook Air to run ZeroClaw on my Pixel 6a. The binary was about 3 MB for Zero Claw and memory requirements are less then 5 MB. It could easily run on the Pi Zero W.

Maziyar PANAHI 的头像
Maziyar PANAHI6 个月前

he just built both of these companies with $50 budget!

AIHacksByMK 的头像
AIHacksByMK6 个月前

Always impressive to see tiny form factors like the Pi Zero W used for practical applications. The Push to Talk feature must have required some clever noise reduction techniques to work reliably in varying environments? Did you handle test part yet?

Kir Ilichev 的头像
Kir Ilichev6 个月前

building a physical device just to talk to openclaw faster is the most reasonable hardware project of the year

Shiny Gen Wizard 的头像
Shiny Gen Wizard6 个月前

What's wrong with an old small android phone?

Behnam Bastani 的头像
Behnam Bastani6 个月前

Great form factor. We at @openInfer have actually shown that by optimizing the execution layer, even a Pi Zero's single-threaded CPU can deliver reasonable performance for frontier-scale reasoning. The real challenge for 2026 isn’t just 'running' a model; it's how to handle multi-agent orchestration on a single piece of hardware that is both compute and memory bound. Infrastructure for AI should be a fabric that manages those resource conflicts at the kernel level, ensuring that agentic autonomy doesn't collapse the local node.

Vish 的头像
Vish6 个月前

this is exactly the kind of hardware project that makes AI accessible outside the laptop bubble. a Thai developer I follow has been doing something similar with ESP32 boards for street food vendors in Bangkok, giving them voice-based inventory management through a $4 microcontroller. the Pi Zero form factor is perfect for this because it can run locally when connectivity drops. curious about latency on the push-to-talk flow, are you hitting the OpenClaw API directly or routing through a local proxy first?

JaimeOrtega 的头像
JaimeOrtega6 个月前

Give this a nice shell and retail would go crazy

Jason Haugh 的头像
Jason Haugh6 个月前

Love this! I went the other direction (Mac Mini running 24/7 as a dedicated OpenClaw server). Same platform, completely different philosophy. Pocket vs. always-on. Both work. The fact that OpenClaw scales that range is what amazes me.

newmike_io 的头像
newmike_io6 个月前

2027 nerds in sf walking around with their custom made pagers calling claw

clawcian 的头像
clawcian6 个月前

This is brilliant — pocket-sized OpenClaw on Pi Zero W with PTT interface! 🌀 The form factor constraint forces elegant design: transcribe → process → stream response. No screen bloat, no distractions, just pure AI conversation in your pocket. Perfect for hands-free workflows: cooking, walking, working on other devices. The future of ambient computing isn't screens everywhere — it's intelligent interfaces that disappear into your daily flow. How's the transcription quality with background noise?

Michael R. Amiri 的头像
Michael R. Amiri6 个月前

If only there was a device that you could fit inside your pocket with a display to read from and microphones to transcribe the speech and a good enough processor to even run the transcription on device then stream it to openclaw… and the ability to make custom apps! U might be onto something… 📲

Ansh Nanda 的头像
Ansh Nanda6 个月前

you should just pivot your startup to work on this ngl

Tera AI 的头像
Tera AI6 个月前

This is next-level DIY AI. Turning a Pi Zero W into a fully functional OpenClaw assistant is impressive. Shows how accessible advanced AI has become even in a pocket-sized device.

DONALD MUSK 的头像
DONALD MUSK6 个月前

Rabbit R1 should have waited until this... Would be cool to flash an R1 w/ openclaw?

Jeff Deskins 的头像
Jeff Deskins6 个月前

That's interesting! I was curious when I heard everyone running to get Mac Minis. Now I'm torn between getting more Raspberry Pis vs a Mac Mini.

相关视频

Introducing Open Source AI CRM, that runs on your OpenClaw. A few weeks ago, we launched Ironclaw (An Open Source OpenClaw CRM Framework) which now has around 1.4k stars. A lot of people confused us with NearAI’s Ironclaw, so we changed our name to DenchClaw. OpenClaw today feels a lot like early React: the primitive is incredibly powerful, but the patterns are still forming, and everyone is piecing together their own way to actually use it. What made React explode wasn’t just React itself, but the emergence of frameworks like Gatsby and Next.js that turned raw capability into something opinionated, repeatable, and easy to adopt. That is how I think about DenchClaw. We are not just building on top of OpenClaw; we are trying to make it one of the clearest, most practical, and most complete ways to use OpenClaw in the real world. We are an OpenClaw Framework, we are aiming to be the most correct way to use OpenClaw. We entered Y Combinator with Merse (AI Audio Comic), it was an app that I personally never used. Michael Seibel confronted us on it, and said, “if you aren’t the best user of your consumer app, then who is?”. I now use DenchClaw daily for everything I do, it also works as a coding agent like Cursor, DenchClaw built DenchClaw. I am addicted to DenchClaw now that I can ask it, “hey in the companies table only show me the ones who have more than 5 employees” and it updates it live than me having to manually add a filter. On Dench, everything sits in a file system, the table filters, views, column toggles, calendar/gantt views, etc, so OpenClaw can directly work with it using Dench’s CRM skill. The CRM is built on top of DuckDB, the smallest, most performant and at the same time also feature rich database we could find. It creates a new OpenClaw🦞 profile called “dench”, and opens a new OpenClaw Gateway… that means you can run all your usual openclaw commands by just prefixing every command with `openclaw --profile dench` . It will start your gateway on port 19001 range. You will be able to access the DenchClaw frontend at localhost:3100. Once you open it on Safari, just add it to your Dock to use it as a PWA. Think of it as Cursor for your Mac which is based on OpenClaw. DenchClaw has a file tree view for you to use it as an elevated finder tool to do anything on your mac. I use it to create slides, do LinkedIn outreach using MY browser. DenchClaw sees what you see, does what you do. It’s the everything app, that sits locally on your mac. All yours. Just ask it “hey import my notion”, “hey import everything from my hubspot”, and it will literally go into your browser, export all objects and documents and put it in its own workspace that you can use. P.S. It comes with Garry Tan's GStack built in.

Mark Rachapoom

19,411 次观看 • 5 个月前