From a Student Project to the World's Operating System
How a Finnish student's hobby became the backbone of the modern internet
The story of Linux is one of the most remarkable in computing history. What began as a personal project by a 21-year-old university student in Helsinki has grown into the operating system that powers the majority of the world's servers, smartphones, supercomputers, and embedded devices.
This site traces that journey — from the famous Usenet post in August 1991 through the explosive growth of the 2000s and into the present day, where Linux underpins nearly every corner of modern technology infrastructure.
The Beginning
Linus Torvalds, a computer science student at the University of Helsinki, begins work on a free operating system kernel as a hobby project. Frustrated with the licensing restrictions of MINIX (an educational Unix-like system created by Andrew Tanenbaum), Torvalds sets out to build his own.
"I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones." — Linus Torvalds, comp.os.minix, August 25, 1991
On September 17, 1991, Torvalds releases Linux version 0.01 — just 10,239 lines of code. It can run the GNU Bash shell and the GCC compiler, but little else. The kernel is released under its own license that restricts commercial redistribution.
The pivotal decision: Torvalds re-licenses the Linux kernel under the GNU General Public License (GPL) version 2. This single change opens the floodgates. Developers who had been wary of the original license begin contributing in earnest. By the end of the year, the kernel reaches version 0.99, and the first Linux distributions — SLS and Yggdrasil — appear.
Slackware and Debian are founded, establishing two of the most influential distribution lineages in Linux history. Slackware, created by Patrick Volkerding, becomes the first widely adopted distribution. Ian Murdock announces the Debian project with the goal of creating an entirely community-driven distribution — a philosophy that persists to this day.
Growth and Enterprise Adoption
Linux 1.0 is released in March 1994, marking the first "production-ready" kernel. The same year, Red Hat Linux appears, bringing the first commercially supported distribution. Linux gains TCP/IP networking, the ext2 filesystem, and loadable kernel modules. Torvalds and his collaborators settle into a development model that emphasizes rapid iteration and community review — a stark contrast to the closed development of proprietary operating systems.
The year everything changed for Linux in the corporate world. IBM announces a billion-dollar investment in Linux. Oracle, Informix, and Sybase port their databases. The Halloween Documents — leaked internal Microsoft memos — reveal that Microsoft considers Linux a serious competitive threat. The era of "Linux on the enterprise" begins in earnest.
SCO Group files a lawsuit against IBM, claiming Linux contains stolen Unix code. The case drags on for years but ultimately fails, and the legal battle inadvertently strengthens Linux's position by prompting companies to rally around it. Meanwhile, Mark Shuttleworth launches Ubuntu in October 2004, based on Debian, with a mission to bring Linux to everyday users.
Linux Everywhere
Google's Android — built on the Linux kernel — begins its ascent to become the world's most widely used mobile operating system. By 2011, Android holds over 50% of global smartphone market share. Simultaneously, Linux dominates the cloud: Amazon Web Services, the largest cloud platform, runs on a modified Linux kernel, and the majority of EC2 instances run Linux distributions.
Microsoft, once Linux's most vocal critic, performs a dramatic reversal. The company joins the Linux Foundation in 2016, releases Windows Subsystem for Linux (WSL) in 2017, and acquires GitHub in 2018. Satya Nadella declares "Microsoft loves Linux." By 2020, all 500 of the world's top supercomputers run Linux.
Linux turns 30, then 35. The kernel grows from Torvalds' original 10,239 lines to nearly 40 million lines of code by 2026, with contributions from tens of thousands of developers across more than 1,780 organizations. Linux runs on everything from watches to Mars helicopters — NASA's Ingenuity drone runs on a Linux-powered flight computer. In November 2024, kernel 6.12 merges full PREEMPT_RT real-time support after nearly two decades of development. In April 2026, Torvalds releases Linux 7.0 — the first major version bump since 6.0 — bringing Rust into mainstream kernel subsystems, a new scheduler, and self-healing filesystem improvements. The kernel development community remains the largest collaborative software project in human history.
Why It Matters
Linux's significance extends beyond technology. It demonstrated that large-scale, high-quality software could be built collaboratively by a distributed community. It challenged the assumption that commercial incentives were necessary for software innovation. And it provided a free, open foundation upon which much of the modern digital world has been constructed.
The history of Linux is still being written. New challenges — from security and supply chain integrity to hardware support and real-time computing — continue to drive development. But the core principle remains unchanged: free, open software, built by a global community, available to everyone.