Berkeley Software Distribution — the branch of Unix that gave the world TCP/IP networking, the vi editor, virtual memory, and OpenSSH. Born at UC Berkeley in 1977, BSD shaped the modern internet and lives on in FreeBSD, macOS, PlayStation, and more.
BSD (Berkeley Software Distribution) began as a set of additions to AT&T Unix made by students and researchers at the University of California, Berkeley. Over time it grew into a complete operating system in its own right. The 4.2BSD release in 1983 implemented the TCP/IP stack that became the networking foundation of the entire internet.
After a legal dispute with AT&T was settled in 1994, BSD was free to be distributed freely. Three main open source descendants emerged: FreeBSD (performance), OpenBSD (security), and NetBSD (portability). The BSD networking stack also formed the core of macOS, iOS, and Sony's PlayStation OS.
The BSD mascot is "Beastie" — a friendly red devil created by artist Phil Foglio in 1988. The name is a phonetic play on "BSD." Beastie holds a trident, representing the BSD kernel's power. Each BSD variant has adapted the mascot: OpenBSD has Puffy the pufferfish, NetBSD has a flag, and DragonFly BSD has a dragonfly.
The four major open source BSDs, each with a distinct focus: performance, security, portability, and scalability.
Technologies invented or pioneered by BSD that changed computing forever.
Notable BSD-specific commands and tools — many of which were later adopted by Linux or influenced its alternatives.
How the major BSD variants and Linux compare across key dimensions.
| Feature | FreeBSD | OpenBSD | NetBSD | Linux | macOS |
|---|---|---|---|---|---|
| ZFS | Native | No | 3rd party | OpenZFS | Read-only |
| Jails / Containers | Jails | vmm | vnd | cgroups/ns | Limited |
| DTrace | Full | No | Partial | bpftrace | Full |
| pf Firewall | Yes | Yes | Yes | nftables | Yes |
| Security default | Good | Excellent | Good | Varies | Good |
| Hardware support | Wide | Limited | Widest | Widest | Apple only |
| Package count | 30,000+ | 9,000+ | 20,000+ | 50,000+ | Homebrew |
| Base system design | Unified | Unified | Unified | Fragmented | Unified |
| BSD license | Yes | Yes | Yes | GPL | Mixed |
| Init system | rc.d | rc.d | rc.d | systemd | launchd |
| Desktop use | Via ports | Minimal | Minimal | Wide | Primary |
| Server production | Excellent | Excellent | Good | Dominant | Limited |
From Bill Joy's first patch set in 1977 to the OS inside every PlayStation today — the complete story of Berkeley Software Distribution.