Sang's Blog

Linux and the Linux Foundation: open source that shaped the world

In 1991, Linus Torvalds posted to the comp.os.minix newsgroup that he was writing a free operating system — not a big project, just a hobby. He said it would never be “professional” like GNU. Thirty-five years later, the Linux kernel runs on 100% of the top 500 supercomputers, on the majority of smartphones through Android, on every major cloud provider’s servers, and on billions of embedded devices from routers to Teslas. A personal project became the digital infrastructure of humanity.

The story of Linux is not just the story of a kernel. It is the story of a software development model that had no precedent. When Torvalds released Linux under the GPL license, he did not just allow others to use his kernel — he forced them to share their improvements back. This is the fundamental difference between “open source for viewing” and “open source for collaborative development.” The copyleft model of the GPL ensures that Linux can never be closed, never be owned exclusively by any company, and every contribution belongs to the community.

But open source does not grow by itself. A project can have public source code but no community, no review process, no governance structure. Linux succeeded not only because of its license but because of how Torvalds managed it: a hierarchical but open model where anyone can submit a patch, and a patch is accepted only if it is good enough — it does not matter who submitted it. This is pure meritocracy, and it became the template for nearly every major open source project that followed.

The Linux Foundation started in 2000 as the Open Source Development Labs, then merged with the Free Standards Group in 2007 to become the Linux Foundation. Its early mission was modest: protect Linux from copyright lawsuits, support Torvalds and the maintainers, and promote Linux in the enterprise. But the Linux Foundation soon realized that the governance model they had built for Linux — neutral, non-profit, community-driven — could apply to other open source projects.

This was the turning point. The Linux Foundation stopped being just an organization that protected a single kernel. It became an umbrella organization for the entire open source ecosystem. Each major project could become a hosted project under the Linux Foundation, with its own funding, its own governance, but sharing a common legal and administrative framework. The result is a portfolio of projects that have reshaped the entire software industry.

CNCF (Cloud Native Computing Foundation) is the clearest example. When Google donated Kubernetes to CNCF in 2015, container orchestration was still a nascent field. CNCF created a governance model where no single company — not even Google — controls Kubernetes. Decisions are made by a Technical Oversight Committee with representatives from many companies. Kubernetes became the de facto standard for orchestration, and CNCF grew into one of the largest hosted projects under the Linux Foundation with over 170 projects including containerd, etcd, CoreDNS, Prometheus, Envoy, and hundreds more that make up the entire cloud native stack.

The Node.js Foundation merged with the JS Foundation under the Linux Foundation in 2019. Node.js transformed how backend web applications and tooling are built, and placing it under a neutral organization ensures that no single company can relicense or fork it for their own benefit. This became critical after the io.js fork in 2014, when the Node.js community split over disagreements with Joyent’s management. The Linux Foundation provided the neutral ground where the two sides could reconcile.

The Hyperledger Foundation is the platform for enterprise blockchain. Hyperledger Fabric, Besu, and Aries are all hosted projects under the Linux Foundation. In an industry full of hype and speculation, Hyperledger focuses on real-world use cases — supply chain, identity, finance — with governance that ensures the code base is never controlled by any organization seeking to vendor-lock customers.

LF Networking brings together open source networking projects including ONAP, OpenDaylight, and FD.io. The world’s largest telecom operators — AT&T, Verizon, China Mobile — use ONAP to manage their network infrastructure. Before ONAP, each operator had to build their own management system or buy from a vendor at enormous cost. ONAP provides a shared platform that everyone can use and contribute to.

RISC-V International operates under the Linux Foundation. RISC-V is an open instruction set architecture — comparable to ARM or x86 but free of royalties and not controlled by any single company. This may be the biggest change in the semiconductor industry in decades, because it allows anyone to design processors without paying licensing fees to Intel or ARM. The Linux Foundation provides the legal framework and governance to keep RISC-V from fragmenting.

The common thread across all these projects is a governance model proven over three decades of Linux. A neutral, non-profit organization where competitors can sit at the same table and contribute to the same code base without fear of being taken over. This sounds idealistic, but it works because every company benefits from having well-maintained shared infrastructure — they compete at the layer above (products, services), not at the layer below (infrastructure, protocols).

The success of this model raises an interesting question: why do other industries not adopt it? In software architecture, we have learned that building shared infrastructure together — kernels, container runtimes, service meshes — and competing at the application layer is the optimal strategy. But in many other industries, companies still build everything from scratch, duplicating effort and creating vendor lock-in. The Linux Foundation demonstrated that there is another way, and that way works.

Linux is not just a kernel. It is a model for how humanity collaborates to build digital infrastructure. The Linux Foundation is not just a sponsoring organization. It is proof that open source, with proper governance, can create things that no single company could create alone. As RISC-V begins to transform the chip industry, as CNCF continues to expand the cloud native frontier, as Hyperledger reshapes enterprise finance — all of them stand on the foundation that Linux built: a foundation of openness, neutrality, and collaboration.

← Prev Post Next Post →