Proxmox VE Officially Lands on ARM64, Reshaping the Power-Efficient Homelab Market
Proxmox VE 9.2 is now natively available on ARM64 (aarch64), sharing a single package repository with x86-64. Raspberry Pi is not yet officially supported, but RK3588 boards and Apple Silicon Macs are ready today.
August 7, 2026 — Proxmox Server Solutions GmbH announced the official availability of Proxmox Virtual Environment 9.2 for the ARM64 (aarch64) architecture. This is the first time the open-source hypervisor supports a second CPU architecture — and it is a tectonic shift for the self-hosting and homelab market.
Until now, Proxmox VE was exclusively x86-64 (amd64). Enthusiasts wanting to virtualize on ARM had to rely on bare KVM, Incus, or unofficial forks. With this announcement, Proxmox VE 9.2 shares the same package repository, the same source tree, and the same management tooling between x86-64 and ARM64 — a unification that changes the game for mixed-architecture deployments.
What is officially supported (and what is not yet)
The announcement posted on the Proxmox forum on August 7 by Thomas Lamprecht clarifies the exact ARM64 support scope:
- Full support for both amd64 and ARM64 from the same repository, without forks or separate builds
- Official ARM64 ISO images available on the download page
- All Proxmox tools — web UI,
pveshCLI, REST API, cluster manager — run on ARM64 - KVM and LXC containers fully operational on ARM64
However, the Raspberry Pi is not yet officially supported. The reason is technical: the Raspberry Pi uses a forked kernel and a proprietary bootloader that does not follow UEFI/ACPI standards. Proxmox VE relies on these standards for hardware initialization and VM management. The team states that Raspberry Pi support is “under evaluation” but no timeline is committed.
ARM64 platforms that work today include:
- RK3588 (Rockchip) boards with UEFI/EDK2 firmware
- Apple Silicon Macs (M1/M2/M3/M4) via virtualization
- ARM64 servers: Ampere Altra, Marvell ThunderX, Huawei Kunpeng
- SBCs with standard UEFI support (HoneyComb LX2, SolidRun)
Why ARM64 changes the homelab economics
The math is brutal. An RK3588 board with 16 GB of RAM costs approximately $130 and draws 8 W at idle. An equivalent x86 NUC costs $400 and draws 25 W. Over a year of 24/7 operation at $0.12/kWh, the electricity savings alone amount to $18 — the NUC’s premium never amortizes.
Proxmox VE on ARM64 enables configurations previously out of reach for homelabbers:
- 3-node Proxmox cluster on RK3588 boards: hardware budget of $400, total power draw 30 W, full HA redundancy
- Fanless virtualization server: an RK3588 in a passive case draws zero watts for cooling, living-room-ready
- Edge computing deployments: Proxmox on ARM64 makes micro-VM execution viable in environments where power draw is the limiting factor
Migrating from an existing x86 cluster: what changes
Proxmox VE 9.2 on ARM64 can coexist with x86-64 nodes in the same cluster — with one major caveat: live migration of VMs between architectures is not supported. A VM created on an ARM64 node cannot migrate to an x86-64 node without recreation.
For LXC containers, the situation is more flexible. An LXC container based on a Debian ARM64 image works without modification on an ARM64 node. Containers using x86-64-compiled binaries require recompilation or QEMU user-mode — with a performance penalty of approximately 30–50%.
Best practices for mixed x86/ARM deployments:
# Create a separate HA group for ARM64 nodes
ha-manager groupadd arm64-nodes --nodes pve-arm1,pve-arm2,pve-arm3 --restricted
# Assign ARM64 VMs/CTs to this group
ha-manager add vm:201 --group arm64-nodes Impact on the self-hosted ecosystem
Proxmox VE arriving on ARM64 is not just about homelabs. It validates the ARM architecture as a serious production virtualization platform, with cascading consequences:
- PaaS developers like CapRover, Dokku, and Coolify can now target ARM64 without reservations, knowing the underlying hypervisor is officially supported
- Proxmox appliances (TurnKey Linux, LXC templates) will progressively ship native ARM64 versions
- VPS providers using Proxmox can add ARM64 offerings to their catalog without changing their management tooling
For the individual self-hoster, the Proxmox VE ARM64 + Docker + LXC combo on an RK3588 board covers 95% of needs:
- Plex/Jellyfin: ARM hardware transcoding (via the Rockchip VPU) handles 2 simultaneous 1080p streams
- Nextcloud: a Debian ARM64 LXC container + PostgreSQL + Redis fits within 4 GB of RAM
- Home Assistant: available as a native ARM64 Docker image since 2023
- Pi-hole/AdGuard Home: a minimal LXC container uses under 256 MB
Current limitations and promises
Proxmox VE 9.2 on ARM64 is not without limitations. Three points to understand before migrating:
- No GPU Passthrough (VFIO) on most ARM boards. IOMMU/SMMU support is recent on ARM and drivers are not yet mature for passthrough.
- Native ZFS not recommended on low-memory boards. ZFS requires a minimum of 8 GB dedicated RAM to run properly; on a 16 GB board, that is too much.
- No functional Windows ARM guest VMs without heavy tinkering. Microsoft’s WHCP support for ARM is limited to certified Snapdragon devices.
Despite these limitations, the signal from Proxmox is clear: ARM64 is a first-class platform, not a side project. The shared package repository means a security update released for x86-64 arrives simultaneously on ARM64 — a commitment that weighs heavily in adoption decisions.
Verdict
Proxmox VE on ARM64 is the change homelabbers have been waiting for since 2020.
- If you are building a homelab today, evaluate an RK3588 board with Proxmox VE 9.2 ARM64 instead of an x86 NUC. The price delta (×3) and power delta (×3) make ARM64 the near-automatic choice for any non-GPU workload.
- If you have an existing Proxmox cluster, add an ARM64 node for lightweight services (DNS, reverse proxy, monitoring) and keep x86 nodes for heavy VMs (databases, video encoding).
- If you use a Raspberry Pi 4/5, wait for the official support announcement. In the meantime, LXC on bare Debian ARM64 remains the best alternative.
The 2026 homelab will be ARM64 or it will not be. Proxmox just took the lead on that transition.
References
- Proxmox Forum — Proxmox Virtual Environment now available for 64-bit ARM (arm64), August 7, 2026
- Proxmox VE 9.2 Release Notes, accessed August 8, 2026
- Self-Host Weekly — 7 August 2026, Ethan Sholly
- RK3588 UEFI Firmware — edk2-rk3588, accessed August 8, 2026