Your Next Server Won’t Be x86 — ARM Chips Are Eating the Datacenter Watt by Watt
On November 19, 2025, SoftBank acquired Ampere Computing for $6.5 billion. On July 24, 2026, Phoronix confirmed that Linux support for the Snapdragon X Elite had regressed further. Between those two dates, the ARM/x86 divorce became final: Asahi Linux runs on M5 Macs, multi-arch containers are mundane, and AWS Graviton now powers over 20% of new EC2 instances.
On November 19, 2025, SoftBank finalized its $6.5 billion acquisition of Ampere Computing — the strongest market signal yet on the future of ARM servers. On July 24, 2026, Phoronix published its third benchmark of the Snapdragon X Elite running Ubuntu 26.04 LTS and concluded things had “regressed even further.” On July 2, 2026, Immich shipped version 3.0 with native arm64 images alongside amd64.
Linux on ARM in 2026 is no longer a bet on the future. It’s a reality split into two worlds: servers and Macs, where ARM crushes x86 in performance-per-watt, and Windows-on-ARM laptops, where Linux remains a mess. Your next server will probably be ARM. Your next desktop laptop, probably not yet.
Asahi Linux — The M4/M5 Mac Just Became the Best Linux Laptop on the Market
Asahi Linux started in 2021 as a reverse-engineering project targeting the Apple Silicon GPU by a handful of developers. In 2026, Fedora Asahi Remix now delivers the most polished Linux laptop experience on the market — and that laptop happens to be a Mac.
The project covers M1, M2, M3, M4, and M5 Macs with near-complete support: GPU accelerated through an open-source driver built from scratch, Thunderbolt, Wi-Fi, Retina display with HDR, speakers, microphone, webcam. Installation is a single command:
curl https://alx.sh | sh Performance is the real argument. On a MacBook Pro M4 Pro, a Linux 7.x kernel build under Asahi is 30–60% faster than on a ThinkPad X1 Carbon Gen 12 with an Intel Core Ultra 7 165H at comparable thermal envelope — and the Mac’s fan never even spins up. A full development session (IDE, containers, compilation) lasts 14 hours on battery versus 6–8 hours on x86.
The trade-offs are well-known by now: no external GPU, no Thunderbolt Networking between Macs and non-Macs, and an ARM64 instruction set that still excludes x86-only binaries unless you reach for FEX — the fastest x86-on-ARM emulator, with roughly 15–20% overhead. For a backend developer, a data scientist, or a typical workstation user, it’s transparent. For a Steam gamer or a DaVinci Resolve video editor, it’s not realistic yet.
Raspberry Pi — A Billion Units Sold, the Pi 5 Matures, the Pi 6 Looms
The Raspberry Pi Foundation surpassed one billion units sold in May 2026. The Raspberry Pi 5, launched in October 2023, is now available in a 16 GB RAM variant with the Broadcom BCM2712 quad-core Cortex-A76 at 2.4 GHz. It will remain in production until January 2036 — a longevity guarantee no x86 manufacturer offers.
What’s really changed is the use case. The Pi is no longer an educational toy: it runs Home Assistant, Immich, Pi-hole, nginx, and k3s Kubernetes agents in edge clusters. Native NVMe via an official HAT eliminates the SD card bottleneck, and active cooling — which the Pi 5 genuinely needs — is handled by the official case with an integrated fan.
For serious deployments, the Raspberry Pi Compute Module 5 lets you embed the same silicon into industrial designs. The Pi 6 is expected in 2027 with a finer process node and a genuine single-thread performance leap — the ARM Cortex-X roadmap on the Foundation’s side suggests it without confirming it officially. The takeaway: in 2026, a four-node k3s cluster of Pi 5 boards draws under 30 watts at idle, versus over 120 watts for four x86 mini-PCs with equivalent CPU capacity.
ARM Servers — The Datacenter Has Already Tipped
SoftBank’s $6.5 billion acquisition of Ampere Computing in November 2025 is not an isolated deal. It’s part of a structural shift: all three major US clouds — AWS, Google Cloud, Azure — now offer native ARM instances, and ARM’s share of new EC2 instances has surpassed 20% (source: AWS re:Invent 2025, December 2025).
AWS Graviton4, deployed in 2025, packs 96 Neoverse V2 cores with 12 DDR5 channels and 614 GB/s of memory bandwidth. AWS’s internal benchmarks claim a 30–40% reduction in power consumption at equivalent performance compared to x86 instances (Intel Sapphire Rapids / AMD Genoa). For a SaaS billing by the compute-hour, 30% off your electricity bill is reason enough to migrate.
Ampere Altra Max with 192 cores continues to power bare-metal offerings from Azure and Oracle Cloud. The release cadence is accelerating: Altra’s successor, codenamed AmpereOne (based on the custom Ampere Siryn core), is expected in 2027 with a meaningful frequency bump.
On the software side, support has become boring — which is exactly the point. Linux 7.x includes ARM-specific scheduling and memory management optimizations. PostgreSQL, MySQL, Redis, NGINX, Kubernetes — every infrastructure building block ships native arm64, often since 2021–2022. Docker Buildx handles multi-arch as the default:
docker buildx build --platform linux/amd64,linux/arm64 -t my-app:latest . Most official images — Python, Node.js, Go, Rust, PostgreSQL, Redis — have published arm64 tags for years. The docker-compose.yml you use today on x86 has a one in two chance of running as-is on an ARM server.
Snapdragon X Elite — The Linux Disappointment That’s Settling In
Qualcomm’s Snapdragon X Elite was supposed to be the flagship of a new generation of ARM laptops running Windows, with a quickly-maturing Linux port. They delivered on schedule for Windows — but not for Linux.
Phoronix tested the Acer Swift 14 AI (Snapdragon X Elite) under Ubuntu 26.04 LTS three times: November 2025, early 2026, and July 2026. All three conclusions are identical and increasingly damning: Linux support is regressing. Performance trails a Ryzen AI 9 HX 470 or a Core Ultra Series 2, and the user experience is described as “a headache” — unstable Wi-Fi, no GPU acceleration, missing power management.
The reason is no mystery. Qualcomm invests heavily in Windows-on-ARM support (through the Adreno for Windows driver co-developed with Microsoft), but Linux support for the integrated Adreno X1 GPU depends on the community-driven freedreno driver, maintained by a handful of volunteers with no privileged access to documentation. The mainline Linux kernel has included basic Snapdragon X platform support since Linux 6.15, but GPU acceleration, hardware video encoding, and fine-grained power management remain “work in progress.”
The bottom line: buying a Snapdragon X Elite laptop to run Linux in 2026 is not recommended. Buying an M4/M5 Mac to run Fedora Asahi Remix is recommended. The gap between the two machines — both ARM64 — is vast.
Compatibility — What Works, What Still Doesn’t
The ARM64 application landscape in 2026 falls into three tiers.
What runs natively — meaning an official arm64 image or a package available in your distribution’s repositories: nearly all cloud infrastructure (Docker, Kubernetes, Terraform, Ansible), databases (PostgreSQL, MySQL, MongoDB, Redis), programming languages and their runtimes (Go, Rust, Python, Node.js, Java 21+, .NET 8+), and development tools (GitHub Actions, GitLab CI, VS Code, JetBrains via the aarch64 edition).
What runs with emulation: FEX enables x86 binaries on ARM with 15–20% overhead, stable for most non-graphical applications. A virtual Steam Deck runs under FEX + Asahi on an M4 Max at over 60 FPS at 1080p for most Proton-compatible titles — but kernel-level anti-cheat remains incompatible.
What doesn’t run in 2026: applications that depend on proprietary x86 kernel drivers (some CAD software, some specialized software routers), games with kernel-level anti-cheat (Valorant, Faceit, Easy Anti-Cheat in kernel mode), and build pipelines that produce x86 binaries for x86 target deployments without proper cross-compilation.
The key point: the blockers today are fewer than the solutions available, including in production deployments. The arm64 standard is a first-class citizen in the Linux ecosystem, not a community port maintained on one developer’s spare time.
The Verdict
If you’re provisioning a new server in 2026 — whether for a SaaS, a homelab, a Kubernetes cluster, or a reverse proxy that will run 24/7 for five years — your calculation should no longer start with x86. AWS Graviton4 instances, Ampere Altra bare-metal, or a cluster of Raspberry Pi 5 boards running k3s all deliver the same equation: 30–40% less electricity at equivalent load, with no performance regression for the vast majority of infrastructure workloads.
If you’re looking for a Linux laptop in 2026, the answer is more binary. Asahi Linux on an M4/M5 Mac: today, this is the fastest, longest-lasting Linux laptop experience on the market — for those who can live with the external GPU and Thunderbolt Networking limitations. Snapdragon X Elite: wait for Qualcomm or the community to stabilize Adreno GPU support, likely in 2027. In the meantime, an x86 ThinkPad or Framework running Fedora remains the safe bet for fleet deployments.
The Linux/ARM divorce is final on the server side. On the laptop side, the wedding hasn’t been celebrated yet — but the honeymoon has already started, and it’s happening exclusively at one hotel: Apple’s.
References
- SoftBank Completes Acquisition of Ampere Computing, Ampere Computing, November 25, 2025.
- SoftBank Confirms $6.5 Billion Deal to Buy Arm-based Chipmaker Ampere, TechRadar Pro, March 19, 2025.
- Snapdragon X Elite Linux Experience on Ubuntu 26.04 LTS Has Regressed, Phoronix, July 24, 2026.
- Amazon EC2 Now Offers Graviton4 Instances, AWS News Blog, November 2025.
- Fedora Asahi Remix, Asahi Linux.
- Raspberry Pi 5 Product Brief, Raspberry Pi.
- Ampere Altra Max Family Overview, Ampere Computing.
- Docker Buildx Multi-Platform Builds, Docker Documentation.
- FEX-Emu — x86/x86-64 Emulation on AArch64, FEX-Emu, GitHub.