WendyOS - Raspberry Pi 5
Install WendyOS 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 |
Installing WendyOS on Raspberry Pi 5
This guide will walk you through installing WendyOS on your Raspberry Pi 5. The Wendy agent comes prepackaged with WendyOS, so no separate agent installation is required.
Installation Steps
Connect the Micro SD Card to Your Computer
Insert your micro SD card into a micro SD to SD card adapter.
Then insert the adapter into your MacBook's SD card slot.
Install WendyOS
Use the wendy CLI to install the operating system:
wendy os installSelect Raspberry Pi 5 and then select your drive. You'll begin a process of downloading a copy of WendyOS to your SD card. This could take a while but soon you'll be prompted to put WendyOS on the micro SD card.
You'll need to enter your user's administrator password for this to continue.
Insert the Micro SD Card into Your Pi
Remove the SD card from your computer and insert the micro SD card into your Raspberry Pi 5.
Connect the Pi to Your Computer
Connect your Raspberry Pi 5 to your computer using a USB-C cable. This will allow you to deploy and manage apps on your device.
Discover Your Device
Wait 1-2 minutes after powering on your Pi to allow WendyOS to fully boot. Then 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.
Updating the Wendy Agent
The Wendy agent comes preinstalled with WendyOS. To update it to the latest stable release, run the following from your development machine:
wendy device updateNext Steps
Now that WendyOS is installed, you can start deploying apps to your device. Check out the Quick Start Guide to build your first app.