Raspberry Pi 5 Installation
Install the Wendy agent on your Raspberry Pi 5
Raspberry Pi 5 Installation
What You'll Need
| Component | Amazon | Seeed Studio | Alibaba | SparkFun |
|---|---|---|---|---|
| Raspberry Pi 5 | Buy | Buy | Buy | Buy |
| USB-C to USB-C Cable | Buy | Buy | Buy | Buy |
| MicroSD Card 128GB | Buy | Buy | Buy | Buy |
| MicroSD to SD Card Adapter | Buy | Buy | Buy | Buy |
Prerequisites
- A Raspberry Pi 5 running Raspberry Pi OS (64-bit, Bookworm or later)
- SSH or terminal access to your Pi
- An internet connection on the Pi
Installing the Wendy Agent
Install the Wendy agent on your Raspberry Pi 5 to connect it to the Wendy platform.
Install the Agent
On your Raspberry Pi, open a terminal (or SSH in) and run:
/bin/bash -c "$(curl -fsSL https://install.wendy.sh/agent.sh)"This installs the Wendy agent and registers it as a system service.
Verify the Installation
Check that the agent is running:
sudo systemctl status wendy-agentYou should see the service active and running.
Connect the Pi to Your Computer
Plug in a USB-C cable from your Raspberry Pi 5 to your development machine, or ensure both are on the same local network.
Discover Your Device
On your development machine, run:
wendy discover
# Set this device as your default
wendy device set-defaultYou should see your Raspberry Pi 5 appear in the list of discovered devices.

Your device is now ready for development! For more information on device discovery and configuration, see Discovering Devices.
Next Steps
Now that the Wendy agent is installed, you can start deploying apps to your device. Check out the Quick Start Guide to build your first app.