~ $ uname -o // GNU/Linux. and nobody's watching you read this
LINUX
the operating system that works for you · not on you
[01] THE BOOT
In August 1991 a Finnish student posted: "I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu)."
It is, at this writing, the most successful piece of software ever built. Linus Torvalds wrote a kernel; Richard Stallman's GNU project had spent the eighties building everything around one; bolted together and licensed under the GPL, the combination did something no product can: it made the operating system a commons. Nobody owns it. Thousands of companies and volunteers improve it. Anyone may read it, change it, sell it, or fork it. Nobody may close it. The GPL is the ratchet: every improvement stays free, forever.
That license turned out to be the load-bearing wall of the whole internet. The cloud is Linux. Android is Linux. The router, the exchange, the supercomputer, the Mars helicopter: Linux. The hobby ate the world precisely because no one could fence it.
$ cat /etc/dossier
| born | august 25, 1991. a usenet post from helsinki |
| author | linus torvalds, 21, who "just" wanted a unix at home |
| license | GPLv2, free as in freedom; the ratchet only turns one way |
| userland | GNU, stallman's decade of groundwork, 1983 onward |
| mascot | tux, a penguin, because linus was once bitten by one. really. |
| contributors | ~5000 developers per release cycle, no owner among them |
# the most audited code on earth, because anyone may audit it.
[02] ROOT OF TRUST
Every careful habit you build runs on top of an operating system. If the OS reports on you, nothing above it is private. This page is load-bearing.
Encrypt everything, use Tor, harden every app. An OS with a telemetry pipeline sits underneath it all, watching the keystrokes before the encryption and screenshotting the screen after the decryption. The root of trust isn't an app you install; it's the thing everything else runs on. Windows ships ads in the start menu and a recall feature that photographs your desktop. macOS is better behaved but still a landlord: one vendor decides what runs and phones home by default, and it can revoke the keys.
Linux is the only mainstream answer where the question "what is my computer doing?" has a checkable answer. No account to create. No telemetry to opt out of. No landlord. The source is public, the package archives are signed and reproducible, and when something does misbehave, ten thousand strangers with compilers are the audit committee. Privacy comes first, and on a desktop, privacy starts at PID 1.
# you don't have to trust it. you get to verify it. that's the entire difference.
$ diff os_they_sell.txt os_you_own.txt - the vendor decides what runs; you are logged in as a guest - telemetry on by default; "off" is a settings scavenger hunt - the start menu serves ads; the OS bills YOU as the inventory + root means root: your machine obeys you, not a product manager + the source is public; "trust me" is replaced by "read it" + free forever, GPL-guaranteed; freedom is the license, not a tier # exit code 0. nothing further to declare.
[03] THE WORLD IT RUNS
Roughly all of it. Every serious server, container, and orchestrator is Linux; even Microsoft's own cloud runs more Linux than Windows. The company that called it "a cancer" in 2001 now ships it inside Windows. The cancer won.
The TOP500 list has been 100% Linux since 2017. When a machine costs half a billion dollars and the science can't wait, nobody installs anything else. The free hobby kernel is what humanity computes with at the high end.
Android is a Linux kernel: three billion pockets. Your router, your TV, the exchange your money moves through, the Ingenuity helicopter that flew on Mars. You already run Linux everywhere except the one screen you stare at all day.
The joke writes itself annually, but the punchline aged: the Steam Deck is Linux, gaming works, and the desktop is the polished tip of an iceberg that already runs the planet. The year of the Linux desktop is whenever you decide it is.
Every freedom tool on this site is built on, for, and usually from Linux boxes: the stack, the relays, Eve's bootable sovereign machines. Tails, the OS Snowden used to stay alive, is Linux on a USB stick that forgets you on shutdown.
That laptop Windows 11 refuses to bless? Linux will run on it for another decade, fast. Planned obsolescence is a business model, not a law of physics, and the commons doesn't have a sales quota to hit.
[04] THE INSTALL
The "it just works" answer. Familiar desktop, sane defaults, zero drama. If you're leaving Windows and want to stop thinking about your OS (which is the whole point), start here. linuxmint.com ⇗
Fresh, polished, security-forward; what a modern Linux desktop looks like when it dresses up. The middle path between stability and the new stuff. fedoraproject.org ⇗
The cathedral the others are built on. Boring in the way bridges are boring: it holds. Servers, old laptops, people who plan in decades. debian.org ⇗
You assemble it yourself, you understand everything, and you receive the lifetime right to mention it in conversation. Not the first stop; an excellent third. archlinux.org ⇗
$ cat tonight.sh download_iso # pick a distro above. mint if unsure flash_usb # balena etcher / dd. 5 minutes try_live_mode # boots from the stick, touches nothing install # when ready. keep the stick, it's also the rescue disk # your files: back them up first. steel beats cloud. # your games: check protondb.org. more run than you think. # your excuses: see /now. the someday pile is where rights go to die.
Talk is cheap. The code is free. The machine is yours. Make the paperwork match.
A student's hobby out-engineered every empire that tried to own the operating system, because code beats decrees and commons beat landlords. You don't owe your loyalty to a start menu that sells ads against your attention. Boot the live stick tonight alongside the rest of tonight's list, put Tor on it, and read what you're leaving behind if you need the push.
# reboot: machine is yours now. uptime starts at zero. so does the surveillance.