Debian 13 Trixie Has Been Running the Internet for 32 Years and Nobody Noticed
Debian’s 13th stable release landed on August 9, 2025, with 69,830 packages, kernel 6.12 LTS, and official RISC‑V support. It doesn’t make headlines — it runs your servers, clouds, and routers, and that’s exactly why you pick it.
On August 9, 2025, Debian shipped its thirteenth stable release, codenamed Trixie. On March 14, 2026, point release 13.4 landed with a batch of bug fixes and zero API changes. On July 11, 2026, 13.6 rolled up six more months of production feedback into a single update. Meanwhile, the tech world was busy chasing AI model releases, zero-day disclosures, and nine-figure funding rounds. Debian quietly shipped 69,830 packages across seven architectures, adding 14,100 new packages since Bookworm — no press tour, no keynote, no hype.
That’s the Debian paradox. The distribution that powers 33.9% of Linux web servers through Ubuntu, runs inside Docker containers, Kubernetes clusters, cloud VMs, and embedded routers, almost never makes the front page of Wired. And that’s the point. Debian isn’t a product you sell — it’s infrastructure you rely on. Trixie proves it with a release that doesn’t reinvent anything but solidifies everything.
What Trixie actually brings to the table
The most visible jump is the kernel. Trixie ships Linux 6.12 LTS, a significant leap from the 6.1 series in Bookworm. This kernel brings mainline PREEMPT_RT real-time support, optimizations for Intel Arrow Lake and Lunar Lake processors, AMD RDNA 4 support, and Raspberry Pi 5 compatibility. For server workloads, it’s the scheduler maturity and io_uring improvements that matter — not the marketing slides.
The second structural change is official 64-bit RISC‑V (riscv64) support — a first for Debian. The distribution now covers seven architectures at stable release: amd64, arm64, armel, armhf, ppc64el, riscv64, and s390x. A RISC‑V machine can now access the full Debian repository and build toolchain, which is a strong signal for the open-hardware ecosystem gaining ground in embedded, IoT, and datacenter deployments.
On the desktop side, Trixie ships GNOME 48 with built-in digital wellbeing features (screen time limits, grayscale mode, movement reminders), Wayland color management, and dynamic triple buffering. KDE Plasma 6.3 moves to Qt 6 and KDE Frameworks 6 with significantly improved fractional scaling. Xfce 4.20 begins its experimental Wayland journey. None of these desktops will change your life, but all are current, stable, and thoroughly tested — the Debian promise delivered.
APT 3.0, systemd 257, and /tmp in RAM
Three under-the-hood changes matter most for sysadmins.
APT 3.0 introduces the Solver3 backtracking dependency resolver, making complex package operations more reliable. The UI gets color-coded output — dependencies in green, removals in red — plus a modernize-sources command that automates repository migrations. The cryptographic backend switches from GnuTLS to OpenSSL, unifying the stack on servers that already run OpenSSL for TLS.
Systemd 257 ships run0, a native sudo replacement that authenticates the caller with their own password, not root’s. ROP and COP/JOP mitigations are enabled on amd64 and arm64 through Pointer Authentication. It won’t make a TechCrunch headline, but it’s the kind of defense-in-depth that matters on an exposed server.
/tmp becomes tmpfs by default on new installs. Temporary files live in RAM, with automatic cleanup after 10 days for /tmp and 30 days for /var/tmp. On a server with 64 GB of RAM, it’s a measurable performance win. On a box with 1 GB, you need to think twice — the docs flag this explicitly.
Debian 13 vs Ubuntu 26.04 LTS: the comparison that matters
Comparing Debian and Ubuntu in 2026 means comparing a craftsman’s workshop with an assembly line. Both share the same DNA — dpkg, APT, systemd, glibc, the Linux kernel — but diverge on almost everything else.
Ubuntu 26.04 LTS (released April 23, 2026) runs Linux 7.0, a freshly-minted kernel, and ships newer versions across the board: Python 3.14, GCC 15.2, Rust 1.93, PostgreSQL 18. It’s the natural choice for a developer workstation that needs the latest language features. On the server side, Ubuntu 26.04 also brings sudo-rs (a memory-safe Rust rewrite), hybrid post-quantum encryption in OpenSSH (mlkem768x25519-sha256 as the default key exchange), and native GPU compute support through official AMD ROCm and NVIDIA CUDA packages in the main repositories.
Debian 13 sticks with Python 3.13, GCC 14.2, Rust 1.85, and PostgreSQL 17. It hasn’t enabled post-quantum cryptography by default. It doesn’t ship a plug-and-play CUDA package. But it has 69,830 packages versus Ubuntu’s roughly 65,000, seven architectures versus four, and an idle memory footprint of roughly 200 MB on a minimal server — versus 350 MB for Ubuntu, which drags along cloud-init, snapd, and diagnostic daemons even on headless installs. On a 1 GB VPS, those reclaimed 150 MB go straight into your workload budget.
The comparison table tells the story:
Why the world’s servers run on Debian
The answer comes down to one word: predictability. Once a Debian stable release freezes, no package changes major version until end of life. A Debian 12 server installed in June 2023 still runs the same binaries today, minus security patches. That’s exactly what an ops team managing 500 machines wants — you cannot afford a glibc version bump breaking a binary compiled three years ago.
Ubuntu attempted to address this with hardware enablement kernels, but the philosophy is different: Ubuntu favors hardware freshness, Debian favors binary stability. On a production Kubernetes cluster, a Debian 13 container image built today will remain bit-identical three years from now, save for backported security fixes. It’s no accident that Google builds its Container-Optimized OS on Debian, or that the official Python, Node.js, and PostgreSQL Docker Hub images use Debian as their base.
Another underrated advantage: zero telemetry. Debian doesn’t phone home, measure anything, or suggest anything. No snapd unilaterally deciding to update your browser, no opt-out usage report checkbox during installation. With the EU Cyber Resilience Act demanding greater software supply chain transparency, this voluntary minimalism becomes a regulatory argument, not merely an ideological one.
The trade-offs you need to know before migrating
Trixie is not a perfect universal distribution — it owns its choices and its blind spots.
No bleeding-edge hardware support without backports. The 6.12 LTS kernel doesn’t natively recognize Intel Battlemage GPUs or the latest 800 Gbps network cards. For hardware released after summer 2025, you need to enable trixie-backports, which offers newer kernels without the same stability guarantee.
No integrated commercial support. Debian isn’t a company. If you need a support contract with an SLA, you go through third parties like Freexian (the Debian LTS maintainer) or Credativ. Ubuntu Pro offers a single-vendor solution at $25 per machine per year (free for up to five machines). That’s a meaningful difference for an IT department that has to justify every line item in its security budget.
No plug-and-play GPU stack. Installing CUDA or ROCm on Debian means adding external repositories, juggling signing keys, and managing driver conflicts manually. Ubuntu 26.04 just solved this with official meta-packages. For a machine learning lab, the gap is decisive.
End of life comes faster. Three years of full support plus two years of LTS: five years of security updates total, versus ten years under Ubuntu Pro. A fleet running Debian 11 Bullseye (released 2021) is already at LTS end-of-life in 2026 — migration to Bookworm or Trixie would have been mandatory in between. Organizations operating on five-year refresh cycles will find the calendar tight toward the end of the period.
Verdict: which one for which workload
Pick Debian 13 Trixie if you run production servers, containers, routers, embedded systems, or exotic architectures (IBM Z, RISC‑V, POWER). Binary stability, minimal memory footprint, and zero telemetry are your killer arguments. Five years of support covers a standard hardware cycle, and backports bridge the software gap when needed.
Pick Ubuntu 26.04 LTS if you provision developer workstations, machine learning labs, or fleets with recent hardware. HWE kernels, native GPU support, and the fresher software stack will save you hours of configuration. Ubuntu Pro adds a compliance layer Debian doesn’t provide out of the box.
Pick neither if you want bleeding edge. Fedora, Arch Linux, or openSUSE Tumbleweed run newer kernels and userlands. Debian and Ubuntu aren’t racing distributions — they’re foundation distributions.
Debian turned 32 in 2025. It survived the dot-com bubble, the browser wars, Red Hat’s acquisition by IBM, and the arrival of generative AI. The thirteenth release won’t make more noise than the twelve before it. But a year from now, when you SSH into your VPS, there’s a good chance lsb_release -a still prints « Debian GNU/Linux 13 (trixie) ». And that’s exactly what it’s supposed to do.
References
- Debian 13 Trixie — Official Press Release, August 9, 2025
- Debian 13 Trixie — Release Information, Debian Project, accessed July 27, 2026
- Debian 13 Trixie Release Notes — What’s New, Debian Project
- Debian 13 Trixie Released — It’s FOSS, Sourav Rudra, November 4, 2025
- Debian vs Ubuntu 2026 — Tech Insider, Sofia Lindström, May 7, 2026
- Ubuntu 26.04 LTS vs Debian 13 — Serverspace, Artemis Cooper, April 21, 2026