Software 44673 Published by

After two decades of x86 exclusivity, Proxmox Virtual Environment 9.2 has officially launched with full support for 64-bit ARM architectures. Built on Debian 13.5 with a Linux kernel 7.0, the new release targets NVIDIA Grace Hopper and Vera Rubin platforms as part of a strategic push into AI factory infrastructure. While the arm64 build shares the same core virtualization stack and enterprise repository as its x86 counterpart, it enforces UEFI-only VM booting, lacks AMD SEV encryption, and restricts live migration to same-architecture nodes. The 1.50 GB installer is now available for download, with dedicated ARM64 subscriptions managed separately from existing x86-64 licenses.





Proxmox VE 9.2 Breaks Into ARM, Ships Official 64-Bit Support for the First Time

The enterprise hypervisor finally drops x86 exclusivity, targeting NVIDIA Grace and Vera Rubin AI infrastructure.

After playing it safe on x86-64 for more than twenty years, Proxmox Virtual Environment is officially running on 64-bit ARM. The company published the announcement to its support forum on August 5, 2026, marking the first time the open-source hypervisor has ever shipped support for a second CPU architecture.

It's not a beta build. The arm64 release shares the exact code base, package repositories, and full release lifecycle as the x86-64 version. You're looking at the same QEMU 11.0, LXC 7.0, and ZFS 2.4 stack, all running on Debian 13.5 Trixie with a stable Linux kernel 7.0.

Proxmox is drawing a sharp line between officially supported silicon and everything else. NVIDIA Grace Hopper and Vera Rubin platforms get full backing. Other UEFI-based ARMv9-A or newer server hardware falls into best-effort territory, though ARMv8-A generally works if you're willing to poke around a bit. There is one hard rule that applies to every host: boot must go through UEFI and the firmware has to describe hardware through ACPI. If you're running a device-tree-only single-board computer like a Raspberry Pi, this port is strictly out of reach.

The exclusion of those popular dev boards is less about technical inability and more about a deliberate business boundary. Server hypervisor vendors have historically ignored ARM single-board computers for exactly the same reason, preferring to focus on enterprise-grade server silicon instead.

Screenshot_from_2025_04_10_13_22_16

Architecture Quirks

Running a second architecture means dealing with a few structural differences. Virtual machines always boot through UEFI provided by AAVMF. SeaBIOS simply does not exist on arm64. AMD SEV memory encryption, Intel GVT-g mediated vGPUs, and OS-level CPU microcode packages are all missing, which makes perfect sense since none of those features cross architecture boundaries.

Guest placement is strictly isolated by CPU type. Live migration only works between nodes running the same architecture. You can technically mix architectures in a cluster, but Proxmox does not officially support cross-platform live migration. Offline moves through backup and restore or shared storage remain the only reliable path forward.

The AI Factory Play

This release is not a random port either. The timing and hardware choices make the strategy obvious. NVIDIA Grace and Vera Rubin are the company's answer to ARM-based data center compute, built to compete directly with AMD EPYC and Intel Xeon. Proxmox's official support lands right on the heels of a July 28 press release detailing a partnership with NVIDIA Mission Control for AI factory infrastructure.

Thomas Lamprecht, a Proxmox staff member who authored the announcement, made sure to acknowledge the silicon partner's role.

"A special thank you goes to NVIDIA for their trust and their close collaboration on this port, which allowed us to develop, test, and harden Proxmox VE on arm64," Lamprecht said. "It is already deployed in production on the supported platforms today."

COO Tim Marx framed the whole rollout around reliability. He positioned PVE as a substrate for the most demanding workloads, from AI pipelines to sovereign clouds. It's a strategic move, though you get what you pay for. ARM64 subscriptions are completely separate from x86-64 ones. If your data center runs a mix of Intel Xeon servers and NVIDIA Grace nodes, you will need to request a separate license through sales@proxmox.com. The pve-enterprise repository is available for arm64, and hosts with active subscriptions get the exact same service levels as their x86 counterparts.

The broader implications here are worth tracking. Kubernetes has deep ARM support, but a mature traditional hypervisor with proper clustering, high availability, and ZFS storage management has been noticeably scarce on the architecture. PVE filling that gap positions it as a serious option for NVIDIA-optimized AI factories looking for open-source infrastructure management. Proxmox also confirmed that internal test builds for Proxmox Backup Server on arm64 are already in the pipeline. Additional products will follow based on enterprise demand.

The arm64 ISO clocks in at 1.50 GB, which is slightly smaller than the 1.71 GB x86-64 build. You can grab the installer directly from the Proxmox downloads page. Head here to compare the full spec breakdown between architectures.