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 both NVME and SD card installations. On the Jetson Orin Nano the mender_data partition auto-expands on first boot to fill any remaining space, so a larger drive is automatically used.

Partition sizes at a glance

DeviceRoot FS (A+B)ConfigOther
Raspberry Pi (SD / NVME)8 GB64 MB
Jetson Orin Nano (SD / NVME)8 GB + 8 GB64 MB512 MB mender_data (auto-expands)

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 OrinComing soon
Jetson AGX ThorIn progress
DGX SparkInstall wendy-agent on the existing Linux system (no image flash needed)

On this page