Wendy Now Supports Raspberry Pi

We've always believed that building for the physical world shouldn't feel like a step back in time. If you can deploy a mobile app with a single click, why should deploying to a robot, a sensor array, or a smart gateway be any different?
Today, we're taking a massive leap toward that reality. Wendy now officially supports Raspberry Pi. Every developer interested in home automation, a private server, or robotics has at some point bought a Pi. But maybe a Pi wasn't fleshed out enough. Now you can deploy apps seamlessly with breakpoints, logging, and more with a simple Wendy CLI command.
Wendy is now the easiest way to bridge the gap between your code and the physical world.
Why Raspberry Pi?
The Raspberry Pi has long been the backbone of the maker community and a staple in professional prototyping. By bringing Wendy to the Pi, we're giving developers the power to move from "it works on my desk" to "it's deployed in the field" in seconds -- not hours.
Getting Started in 2 Minutes
We've stripped away the complexity of SSH tunneling, manual file transfers, and environment head-scratchers. Here is how you get moving:
1. Prep Your Pi
If you have a Raspberry Pi running Raspberry Pi OS, just run this command in your terminal to install the Wendy Agent:
/bin/bash -c "$(curl -fsSL https://install.wendy.sh/agent.sh)"2. Create Your App
On your local developer machine, use the Wendy CLI to bootstrap your project.
/bin/bash -c "$(curl -fsSL https://install.wendy.sh/cli.sh)"We play nice with the languages you already love -- Python, Swift, and many more.
wendy init my-physical-ai-app3. The "Magic" Moment
When you're ready to see your code come to life, just run:
wendy runThe Developer Experience You Deserve
If you've ever developed for iOS or Android, wendy run will feel instantly familiar.
Hot Reloading and Breakpoints: Debugging Physical AI shouldn't be a guessing game. Set your breakpoints in your IDE, run the command, and watch your Pi execute your logic in real-time.
Language Agnostic: Use the best tool for the job. Whether it's the high-level ease of Python or the performance of Swift, Wendy handles the heavy lifting of the deployment pipeline.
One Command to Rule Them All: No more manual rsync or complex Docker pushes for every minor change.
What Will You Build?
The barrier between "Software" and "Physical" just got a lot thinner. We can't wait to see what you create with Wendy and Raspberry Pi.
Ready to ship? Head over to our documentation to install the agent and start your first project.
Related post
Expand your knowledge with these hand-picked posts.

Swift for Robots, Drones, and Edge AI
Swift isn't just for iOS. With WendyOS you can scaffold a full-stack Swift app with a React frontend and a Hummingbird backend, then deploy it to a Raspberry Pi 5 or NVIDIA Jetson with one command. Here's why Swift is a serious language for robotics and edge AI.
Wendy Labs - Wendy Labs Team

Getting Started with Intel RealSense on WendyOS: Stream Color, IR, and Depth in Python
Walk through every file in the RealSense template app — a Python FastAPI server that streams color, dual IR, and colorized depth from an Intel RealSense D415 over MJPEG, with a React control panel on top.
Wendy Labs - Wendy Labs Team


Ready to build on WendyOS?
WendyOS is the open-source operating system for Physical AI — deploy your apps to NVIDIA Jetson, Raspberry Pi, and more in seconds, over USB-C, wireless, or the cloud.