Cloudflare backs two independent open-source bets
Cloudflare has announced sponsorship of two open-source projects that sit outside its usual remit of server-side infrastructure: Ladybird, an independently built web browser, and Omarchy, a developer-focused Arch Linux distribution. Both projects aim to push back against consolidation in the tools people use to browse and build on the web.
The company frames the support as an extension of its existing open-source work, and stresses there are no strings attached: no requirement to use Cloudflare's own technology stack, no commercial arrangement, just funding for projects whose goals overlap with its mission of a healthier internet.
Ladybird: a browser built from nothing
Ladybird is not a fork or a wrapper. The project is building a browser from scratch, with two core components: LibWeb, a new rendering engine, and LibJS, a new JavaScript engine complete with its own parser, interpreter, and bytecode execution. None of it is based on Chromium.
- The project implements web standards directly from the specs; it does not rely on an existing engine's code.
- That process has surfaced issues in the standards themselves, with Ladybird contributors reporting and sometimes fixing bugs in W3C and WHATWG specifications.
- An alpha release is planned for 2026.

Cloudflare's interest in the project is partly about the browser monoculture: according to its own radar data, roughly 65% of internet users are on Chromium-based browsers. The argument is that a healthy ecosystem needs multiple independent implementations, not just one dominant engine that everyone else builds on top of. A from-scratch browser, free of revenue pressure, is positioned to make its own calls on privacy, performance, and security — calls that might influence the wider ecosystem even if the browser itself never reaches mass adoption.

Andreas Kling, Ladybird's founder, noted the symmetry between the projects: "Cloudflare knows what it means to build critical web infrastructure on the server side. With Ladybird, we're tackling the near-monoculture on the client side, because we believe it needs multiple implementations to stay healthy."
Omarchy: Linux for developers who don't want to tinker
Omarchy takes a different angle on the same problem of developer choice. It is an opinionated Arch Linux setup that turns a bare installation into a modern development workstation out of the box. Most of the tools developers need — Neovim, Docker, Git — are preinstalled, and the environment is designed to be usable without deep operating system expertise.

The project's pitch is that it lowers the barrier to Linux for developers who would otherwise spend their time configuring rather than coding. It also keeps an independent Linux desktop viable as a general-purpose option. Version 3.0, released last week, promises faster installation and better MacBook compatibility.
David Heinemeier Hansson, Omarchy's creator, credited Cloudflare's infrastructure with practical benefits for distribution: "Cloudflare's support of Omarchy has ensured we have the fastest ISO and package delivery from wherever you are in the world. The combo of a super CDN, great R2 storage, and the best DDoS shield in the business has been a huge help for the project."
Both projects remain early stage, and Cloudflare is encouraging contributions and community testing rather than positioning either as production-ready. The company's stance is that more options in the browser and operating system space make the web more resilient — regardless of whether any one project succeeds commercially.



