Skip to content
hacker_culture_
Back to the collection
Free SoftwareKernel· 1991

Just a Hobby: The Linux Announcement

A modest Usenet post by a Finnish student that became the kernel running most of the world.

3 min read525 words
Portrait of Linus Torvalds, creator of the Linux kernel, at LinuxCon Europe
Image: Krd (photo), Von Sprat (crop) · CC BY-SA 4.0

The object

On 25 August 1991, a 21-year-old University of Helsinki student named Linus Torvalds posted to the comp.os.minix newsgroup: "I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu)." He was writing it for his new 386 PC, frustrated by the licensing limits of Andrew Tanenbaum's teaching system MINIX. That message, and the kernel he released weeks later (version 0.01, in mid-September 1991), is the artifact. Its understatement is now one of computing's great ironies. Torvalds had even meant to call the project Freax; it was Ari Lemmke, the administrator who hosted the first files on an FTP server, who named the directory linux.

The missing piece

The GNU project, launched by Richard Stallman in 1983, had spent years building the components of a free operating system, including the GCC compiler, the Emacs editor, the GNU C library, and the Bash shell, but its own kernel, GNU Hurd, remained unfinished. Torvalds's hobby supplied exactly that. The first releases were not free in Stallman's sense; only with version 0.12, in February 1992, did Torvalds relicense the kernel under the GNU General Public License, a decision he later called the best he ever made. Combined with GNU's tools, Linux completed the system Stallman's manifesto had called for. It was assembled not by a company but by volunteers over the network, coordinated at first through a single mailing list and Torvalds's own inbox.

Why it matters

Linux is the proof that the Spacewar! model scales. Open, collaborative, improved by everyone who touched it: the same ethic, now running the machines almost no one sees: the great majority of the world's web servers, all of the top 500 supercomputers, the Android phones carried by billions, and the cloud platforms of Amazon, Google, and even Microsoft, a company whose chief executive once called Linux "a cancer." It also showed copyleft working at planet scale: a license, treated as infrastructure, holding a global commons together while thousands of competing firms contribute to the same codebase. By the 2010s the kernel was absorbing changes from well over a thousand developers in a single release cycle.

How it is governed

A project that size needed a way to merge work without a company to enforce order. The answer was partly social, with Torvalds as "benevolent dictator" and trusted lieutenants owning subsystems, and partly technical. When the proprietary tool the kernel had relied on, BitKeeper, withdrew its free licence in 2005, Torvalds wrote a replacement in about ten days: Git, now the default version-control system of the entire software industry. The same impatience that produced the kernel produced the tool that tracks it, and that tool outgrew its origin exactly as Linux had.

The lesson it set loose

The most consequential software can begin as a disclaimer. "Just a hobby" was not false modesty; it was the whole point: curiosity pursued in the open, under a license that let everyone build on it, compounding into something no single firm could have planned. The student who expected a few interested readers ended up steering, decades later, the largest collaborative engineering effort in history.

Further reading

Keep exploring

Next exhibit

PGP