Google’s Missing Piece: Why Chrome Still Doesn’t Run Natively on Arm64 Linux — and When That Finally Changes

Google confirmed that a native Chrome build for Arm64 Linux will arrive in Q2 2026, ending years of reliance on emulation or Chromium workarounds. The move addresses growing demand from Raspberry Pi users, Arm cloud developers, and the expanding non-x86 computing market.
Google’s Missing Piece: Why Chrome Still Doesn’t Run Natively on Arm64 Linux — and When That Finally Changes
Written by John Marshall

For a company that builds its own Arm-based processors, ships an Arm-based operating system to millions of Chromebooks, and maintains the world’s most popular web browser, Google has left a strange gap in its product lineup. Chrome, the browser used by roughly two-thirds of all internet users worldwide, has never had a native build for Arm64 Linux. That’s about to change — but not until the second quarter of 2026.

The timeline alone tells you something about priorities.

A report from MakeUseOf highlighted a Chromium bug tracker entry where Google engineers confirmed that a native Chrome build for Arm64 Linux is now actively in development, with a target release window in Q2 2026. The confirmation came after years of requests from developers and enthusiasts running Linux on Arm hardware — a population that has grown dramatically as devices like the Raspberry Pi 5, Ampere-based cloud servers, and Apple Silicon Macs running Linux VMs have proliferated.

The absence has been conspicuous. Google already distributes Chrome natively for Arm on Windows, macOS, Android, and ChromeOS. Linux was the outlier. Users who wanted Chrome on Arm64 Linux had to rely on Chromium — the open-source project underlying Chrome but lacking proprietary features like sync integration, certain codec support, and automatic updates — or run the x86_64 version through emulation layers, which exact a real performance penalty.

That workaround works. But it’s ugly.

Emulation on Arm processors typically costs 20% to 40% in performance overhead, depending on the workload. For a browser — an application that modern users keep open for hours with dozens of tabs, streaming media, running web apps — that overhead compounds. Battery life suffers on portable devices. Responsiveness degrades. And for developers using Arm-based cloud instances to test web applications, the inability to run Chrome natively introduces inconsistencies that can mask real-world bugs.

The Chromium bug tracker entry, which has been referenced across multiple Linux and developer forums since it surfaced, indicates that Google’s engineering team has been working through the infrastructure needed to produce stable, tested Arm64 Linux binaries as part of Chrome’s regular release pipeline. This isn’t a simple recompile. Chrome’s build system is one of the most complex in the software industry, with thousands of build targets, platform-specific optimizations, and a security sandboxing architecture that must be validated per platform and architecture combination. Adding a new official build target means extending the entire CI/CD chain — build bots, test infrastructure, crash reporting, update servers — to cover another permutation.

So the Q2 2026 date, while distant, isn’t surprising given the engineering scope.

What makes this moment significant is the broader context. Arm’s share of the computing market has been expanding steadily beyond mobile phones and embedded systems into territories long dominated by x86. Amazon Web Services now offers Graviton processors across most of its instance families. Microsoft has pushed Arm-based Surface devices and the Snapdragon X Elite platform for Windows PCs. Apple’s transition to its own Arm silicon reshaped the laptop and desktop market starting in late 2020. And in the server room, Ampere Computing’s Altra processors have found homes in cloud infrastructure, with Oracle, Google Cloud, and Microsoft Azure all offering Arm instances.

Linux runs on all of this hardware. Natively.

The major Linux distributions — Ubuntu, Fedora, Debian, SUSE — have treated Arm64 (also called AArch64) as a first-class architecture for years. The kernel support is mature. The toolchains are solid. Firefox has shipped native Arm64 Linux builds for some time. So has Microsoft’s Visual Studio Code, along with most of the critical developer tooling. Chrome’s absence from this list became increasingly awkward, particularly given that Google itself uses Linux extensively in its internal infrastructure and contributes heavily to the Linux kernel.

The demand signal has been building from multiple directions. Raspberry Pi, which has sold over 60 million units, runs a Debian-based Linux distribution on Arm processors. The Raspberry Pi 5, released in late 2023 with a 2.4 GHz quad-core Arm Cortex-A76 chip, is powerful enough to serve as a credible desktop for light to moderate workloads. Its users have long requested a native Chrome build. The same goes for developers running Linux inside virtual machines on Apple Silicon Macs — a common setup for backend engineers, DevOps practitioners, and anyone who needs Linux for professional work but uses a Mac as their primary machine.

There’s also a growing population of users running Linux on Qualcomm-powered laptops. Lenovo’s ThinkPad X13s, powered by the Snapdragon 8cx Gen 3, was among the first mainstream Arm laptops to receive solid Linux support. As Qualcomm pushes its Snapdragon X series into more devices, and as Linux support for these chips improves through projects like the Freedreno graphics driver and upstream kernel patches, the installed base of Arm64 Linux desktops and laptops will only grow.

And then there’s the server angle, which may matter more to Google’s bottom line than any desktop use case. Google Cloud offers Tau T2A instances based on Ampere Altra Arm processors. Developers building and testing web applications on these instances — or on Arm-based CI/CD runners — need a native browser for automated testing. Puppeteer, Google’s own Node.js library for controlling headless Chrome, is widely used in web testing pipelines. Running it through emulation on Arm instances is wasteful and slow. A native build eliminates that friction entirely.

The competitive pressure matters too. Firefox’s native Arm64 Linux support means that Mozilla’s browser runs faster and more efficiently on this hardware class than Chrome does today. For Google, which depends on Chrome’s market dominance to drive usage of its search engine, web services, and advertising platform, ceding any segment of the browser market — even a niche one — carries strategic risk. Niche segments have a way of growing. The entire Arm computing movement was niche a decade ago.

One question the announcement raises: why did it take this long? Google hasn’t provided a detailed public explanation. The most likely answer is resource allocation. Building and maintaining an additional platform target requires dedicated engineering headcount, QA resources, and infrastructure investment. Until the user base on Arm64 Linux reached a critical mass — or until internal Google teams started feeling the pain themselves — the business case apparently didn’t clear the bar.

That calculus has evidently shifted.

The Chromium project’s open-source nature means that community members have periodically produced unofficial Arm64 Linux builds of Chromium. These builds work but come with caveats: they may lag behind the latest release, they don’t include Chrome’s proprietary components, and they aren’t backed by Google’s security response team for rapid patching of critical vulnerabilities. For enterprises or security-conscious users, unofficial builds are a non-starter. The official Google-backed binary is what they need.

When Chrome does arrive on Arm64 Linux in 2026, it will likely include the same feature set as other Linux builds: V8 JavaScript engine optimizations tuned for Arm, hardware-accelerated video decoding where drivers permit, Widevine DRM support for streaming services, and integration with Google’s sync and account infrastructure. The V8 engine already has extensive Arm64 optimizations thanks to its use in Android and ChromeOS, so performance should be competitive from day one.

The timing also aligns with broader industry trends. RISC-V, another non-x86 architecture, is gaining traction in certain segments, though it’s further from mainstream desktop use than Arm. By establishing a solid multi-architecture Linux strategy now, Google positions Chrome to adapt as the processor market continues to fragment away from x86 monoculture.

For the Linux community, this is a practical win more than a symbolic one. Developers and power users on Arm hardware have been working around Chrome’s absence for years. They’ll continue to do so for another year-plus. But the confirmation that an official build is coming — with a specific, if not imminent, timeline — removes a source of uncertainty. Hardware purchasing decisions, development environment choices, and deployment architectures can now be made with the confidence that Chrome will be there natively.

It’s also a reminder that even in a market as mature as web browsers, basic platform coverage gaps persist. Google’s Chrome team ships software to billions of users across dozens of platforms. But until Q2 2026, one increasingly important combination of architecture and operating system will remain officially unsupported. The gap won’t last forever. But the fact that it lasted this long says something about how slowly even the largest technology companies adapt to shifts in the hardware market — even shifts they’re actively participating in.

Subscribe for Updates

AIDeveloper Newsletter

The AIDeveloper Email Newsletter is your essential resource for the latest in AI development. Whether you're building machine learning models or integrating AI solutions, this newsletter keeps you ahead of the curve.

By signing up for our newsletter you agree to receive content related to ientry.com / webpronews.com and our affiliate partners. For additional information refer to our terms of service.

Notice an error?

Help us improve our content by reporting any issues you find.

Get the WebProNews newsletter delivered to your inbox

Get the free daily newsletter read by decision makers

Subscribe
Advertise with Us

Ready to get started?

Get our media kit

Advertise with Us