WendyOS Docs

Developer Machine Setup

Set up your development machine with the Wendy CLI

CLI Installation

Install the Wendy CLI for your development machine.

curl -fsSL https://install.wendy.dev/cli.sh | bash

Verify the installation:

wendy --version
curl -fsSL https://install.wendy.dev/cli.sh | bash

Verify the installation:

wendy --version

Install via winget:

winget install WendyLabs.Wendy --source winget

To upgrade to the latest version:

winget upgrade WendyLabs.Wendy --source winget

Verify the installation:

wendy --version

The wendy CLI is your developer tool for building, discovering, and deploying apps to Wendy devices. It helps set up WendyOS on NVIDIA Jetson and Raspberry Pi, and can target Headless Mac beta on Apple Silicon Macs.

AI Coding Agent Setup

Install the Wendy plugin if you want Codex or Claude Code to create and run Wendy apps for you. The Git source is wendylabsinc/wendy-agentic-coding; in Codex, the plugin appears as @Wendy.

codex plugin marketplace add wendylabsinc/wendy-agentic-coding

Then open Codex and install it from /plugins.

claude plugin marketplace add wendylabsinc/wendy-agentic-coding && claude plugin install wendy-agentic-coding@wendy-agentic-coding

VS Code Extension

Prefer to work from your editor? The Wendy for VS Code extension brings device discovery, one-click deployment, integrated Swift (LLDB) and Python (debugpy) debugging, agent updates, and WendyOS flashing directly into your IDE. It also works in VS Code forks like Cursor and Windsurf via the Open VSX Registry.

Install it from the Visual Studio Code Marketplace, or from the command line:

code --install-extension wendylabsinc.wendy-vscode

See the VSCode Extension guide for setup and full feature details.

Next Steps

Once your developer machine is ready, choose the branch that matches where you want to deploy first:

On this page