Wendy LogoWendy
Installation

Raspberry Pi 5 Installation

Install the Wendy agent on your Raspberry Pi 5

Raspberry Pi

Raspberry Pi 5 Installation

What You'll Need

ComponentAmazonSeeed StudioAlibabaSparkFun
Raspberry Pi 5BuyBuyBuyBuy
USB-C to USB-C CableBuyBuyBuyBuy
MicroSD Card 128GBBuyBuyBuyBuy
MicroSD to SD Card AdapterBuyBuyBuyBuy

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-agent

You 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-default

You should see your Raspberry Pi 5 appear in the list of discovered devices.

Wendy Discover

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.