Overview
Complete guide to Wendy - the modern Physical AI operating system
Introduction
Wendy is the open source (Apache 2.0) operating system and toolchain for robots, drones, and edge AI. Inspired by the mobile development experience, Wendy lets you plug in an NVIDIA Jetson or Raspberry Pi over USB and start coding instantly.
Key features include:
- USB-C deployment and debugging — No internet or SSH needed. Just plug in and deploy.
- Remote Logging — Real-time logs from devices anywhere in the world.
- Atomic OTA Updates — Push updates to one or ten thousand devices without fear.
- VSCode Extension — Modern development experience with full debugger support.
- Apache 2.0 Open Source — No black boxes. Everything is open and hackable.
Platform Support: Wendy Developer Tools currently only support macOS 15 and higher. Linux support is experimental and Windows support is coming shortly!
Core Components
Wendy consists of three main pillars:
WendyOS
The Apache 2.0 open source Linux distribution optimized for Physical AI. Includes a mobile-like USB-C development experience, remote debugging, and atomic updates.
Wendy Cloud
A fleet management solution for OTA updates, crash reporting, and remote telemetry. Built for teams scaling from prototypes to thousands of devices.
Developer Tools
CLI and VSCode extension for interactive breakpoints, hot reloading, and one-click deployment. Works with VSCode, Cursor, and Windsurf.
Wendy Frameworks
Performance-first Swift, Python, and Rust frameworks for running AI models, controlling I/O, and handling high-speed telemetry.