WendyOS Docs
AdvancedWendyos

WendyOS Hardware Requirements

WendyOS requires at least 64 GB of storage. This covers the OS partitions (root A/B for Mender updates), the config partition, and enough headroom for container images and persiste

WendyOS Hardware Requirements

Minimum requirements

ComponentMinimumNotes
CPU architecturearm64 or x86_64
RAM1 GB4 GB recommended for ML workloads
Storage64 GBNVME or SD card. See Storage below.
NetworkAnyRequired for cloud connectivity and OCI image pulls

Storage

WendyOS requires at least 64 GB of storage. This covers the OS partitions (root A/B for Mender updates), the config partition, and enough headroom for container images and persistent data.

A larger drive is not required by WendyOS itself, but running large container images (for example, ML inference containers with bundled model weights) can consume significant space. If your workload pulls images above a few gigabytes, a 128 GB or larger drive is recommended.

The 64 GB minimum applies to removable NVME and SD card installations. On Jetson Orin Nano and Jetson AGX Orin, the mender_data partition auto-expands on first boot to fill any remaining space, so a larger drive is automatically used. Jetson AGX Thor is flashed over USB recovery to its internal storage instead of to a removable target drive.

Partition sizes at a glance

DeviceRoot FS (A+B)ConfigOther
Raspberry Pi (SD / NVME)8 GB64 MB
Jetson Orin Nano / AGX Orin (SD / NVME)8 GB + 8 GB64 MB512 MB mender_data (auto-expands)
Jetson AGX ThorFlashpack-managed internal partitionsN/AFlashed over USB recovery; no external SD/NVME target

See the device-specific pages for full partition layouts:

Supported devices

Raspberry Pi

DeviceBoot media
Raspberry Pi 5SD card, NVME
Raspberry Pi 4SD card
Raspberry Pi 3SD card

NVIDIA Jetson

DeviceBoot media
Jetson Orin NanoSD card, NVME
Jetson AGX OrineMMC, NVME
Jetson AGX ThorInternal flash + NVME via USB recovery
DGX SparkInstall wendy-agent on the existing Linux system (no image flash needed)

x86-64 machines (Intel & AMD)

Any 64-bit Intel or AMD PC, workstation, or server runs Wendy by installing wendy-agent on your existing Linux distribution (Ubuntu, Fedora, Arch, etc.) — no WendyOS image flash required. This is the same install path used for DGX Spark.

MachineSetup
Intel x86-64 (Core, Xeon)Install wendy-agent on existing Linux
AMD x86-64 (Ryzen, EPYC)Install wendy-agent on existing Linux

See Install wendy-agent on Linux.

GPU acceleration

GPUStatus
NVIDIA (CUDA)Supported — Jetson and x86 systems with NVIDIA GPUs, via the gpu entitlement
AMD (ROCm)In progress

See GPU Access.

On this page