Type something to search...
Ubuntu 26.04 LTS: Rust coreutils, Wayland-only, and kernel 7.0

Ubuntu 26.04 LTS: Rust coreutils, Wayland-only, and kernel 7.0

Ubuntu 26.04 LTS: Resolute Raccoon

Ubuntu 26.04 LTS, codenamed Resolute Raccoon, ships on April 23, 2026. The codename honors Steve Langasek, a former Debian and Ubuntu release manager who passed away in early 2025.

This is not a routine LTS bump. The jump from 24.04 (Noble Numbat) spans four GNOME releases, a major kernel version change, and a quiet revolution in the system core: Rust-based coreutils and sudo, Wayland as the only display server, and TPM-backed full disk encryption out of the box. For teams running 24.04 in production, this is the most significant migration since the systemd transition.


Core system changes

The foundation of 26.04 is built on three shifts: a new kernel, a new init system, and Rust in the critical path.

Linux kernel 7.0 replaces 6.8. The headline features are hardware enablement for Intel Nova Lake, AMD Zen 6, and the sched_ext framework — an eBPF-based extensible scheduler that lets developers implement scheduling policies as user-space programs. Crash dumps are now enabled by default on both desktop and server installations.

Dracut replaces initramfs-tools as the default initial ramdisk generator, bringing systemd integration in the initrd, Bluetooth support during early boot, and NVMe over Fabrics.

systemd 259 enforces cgroup v2 exclusively — cgroup v1 support is removed entirely. The upgrade will be blocked if v1 is detected. /tmp is now tmpfs by default (RAM-backed, lost on reboot).


The Rust transition

Two critical system components are now written in Rust:

rust-coreutils replaces GNU coreutils. This provides the fundamental command-line utilities (ls, cp, cat, base64, etc.) with memory-safe implementations. Performance is measurably better on operations like base64 encoding.

sudo-rs replaces the traditional C-based sudo. It is a drop-in replacement for most configurations, with password feedback enabled by default. The original sudo remains available as sudo.ws. Note: the sudo-rs plugin system is not supported — complex sudoers configurations should be tested before upgrading.

This is a milestone. Ubuntu is the first major distribution to ship Rust-based coreutils and sudo as defaults in an LTS release.


Desktop: GNOME 50 on Wayland-only

The desktop jumps from GNOME 46 to GNOME 50 — four release cycles of improvements in one upgrade. The GNOME session now runs exclusively on Wayland. X11 login is removed from GDM. XWayland remains installed for legacy X.org application compatibility.

New default applications:

ApplicationReplacesNotes
PtyxisGNOME TerminalGTK4, pinned tabs, container support, per-project profiles
PapersEvincePartially Rust, GTK4
LoupeEye of GNOMERust-based, Glycin library
ShowtimeTotemlibadwaita minimalist design
ResourcesGNOME System MonitorGNOME Circle app

Key desktop improvements:

  • Fractional scaling moved to stable with blur minimization
  • Variable refresh rate now stable for supported monitors
  • JPEG XL native support
  • Accent colors apply to entire folder icons (redesigned: shorter, squatter, rounder)
  • GIMP 3.0 (non-destructive editing, GTK3, modern color management)
  • Firefox 149/150, LibreOffice 25.8, Thunderbird 128 (Supernova)

Hardware and gaming

ARM64 desktop: Ubuntu ships an official ARM64 desktop ISO for the first time. It supports virtual machines, ACPI/EFI platforms, and Qualcomm Snapdragon devices — opening Ubuntu Desktop to ARM-based laptops and tablets running UEFI firmware.

GPU support: Intel Core Ultra Xe2 and Arc B580/B570, NVIDIA Dynamic Boost enabled by default with Wayland suspend/resume support, and Mesa 26.0 with Vulkan 1.4.

Gaming: The NTSYNC kernel driver delivers better performance for Windows games running through Wine and Proton. Combined with Mesa 26.0 and improved AMD RADV ray tracing, this is the most gaming-ready Ubuntu LTS to date.


Security

TPM-backed full disk encryption is available in the desktop installer. With a TPM 2.0 chip, the disk unlocks automatically on boot without a passphrase. Recovery key management and firmware update integration are supported — fwupd prompts for recovery key backup before updates that affect TPM state.

OpenSSH 10.2 removes DSA signature support entirely and introduces the mlkem768x25519-sha256 hybrid post-quantum key exchange algorithm. The PerSourcePenalties option adds authentication rate limiting.

Snap permissions prompting via the new Security Center enables consent prompts when snaps request camera, microphone, or file system access.


Toolchain

Tool24.0426.04
GCC1415.2
Python3.123.13.9 (3.14 available)
LLVM1821
Rust1.751.93
Go1.221.25
OpenJDK2125
.NET810
Zig0.14.1 (new)

x86-64-v3 optimized package variants are now available for CPUs with AVX2, BMI2, and FMA support (Haswell and later, 2013+).


Server stack

Component24.0426.04
PostgreSQL1618
MySQL8.08.4 LTS
MariaDB10.1111.8.6
Docker2429
containerd1.72.2.1
PHP8.38.5
Samba4.194.23
HAProxy2.83.2 LTS

New additions: Valkey 9.0.3 (Redis-compatible) and DocumentDB 0.108 (MongoDB-compatible API).

OpenStack 2026.1 (Gazpacho) brings parallel live migrations, IOThread default, UEFI firmware delegation, and OVN BGP support.


Breaking changes

Teams upgrading from 24.04 should review these carefully:

  • cgroup v1 removed — containers relying on v1 will not start; upgrade is blocked if v1 is detected
  • Wayland-only GNOME — X11 session unavailable; test apps under XWayland
  • Dovecot 2.4 — configuration format incompatible with 2.3; migration guide required
  • containerd 2.x — API breaking changes from 1.x; test container tooling
  • APT apt-key removed — legacy key management fails; migrate to gpgv-based keys
  • Removable media mounts at /run/media instead of /media
  • System V scripts deprecated — this is the last release with SysV compatibility

Conclusion

Ubuntu 26.04 LTS is the most architecturally significant LTS release in years. The Rust transition (coreutils, sudo), Wayland-only desktop, cgroup v2 enforcement, and post-quantum SSH represent real shifts in how a Linux distribution is built and secured — not incremental version bumps.

For production deployments, the migration from 24.04 requires more preparation than usual: cgroup v2 compliance, Dovecot configuration migration, containerd API changes, and sudo-rs testing. But the payoff — kernel 7.0, GNOME 50, TPM-backed encryption, and a five-year support window to 2031 — makes the effort worthwhile.

Support runs through April 2031, extendable to 2036 with Ubuntu Pro.

Release notes: documentation.ubuntu.com/release-notes/26.04 · Download: ubuntu.com

Tags :
  • Ubuntu
  • Linux
  • GNOME
  • Wayland
  • Open Source
  • LTS
Share :

Related Posts

Chroma Context-1: the 20B agentic search model that edits its own context

Chroma Context-1: the 20B agentic search model that edits its own context

What is Chroma Context-1? Chroma Context-1 is a 20B Mixture of Experts model built specifically for agentic search — retrieval tasks that require multiple hops, query decomposition, and self

Read More
Claude Opus 4.5: The Next Generation of AI

Claude Opus 4.5: The Next Generation of AI

Introduction to Claude Opus 4.5 Claude Opus 4.5, released on November 25, 2025, represents a significant leap forward in AI technology. This latest version brings a host of new features and impr

Read More
Cohere Transcribe: a 2B ASR model that tops the English leaderboard

Cohere Transcribe: a 2B ASR model that tops the English leaderboard

What is Cohere Transcribe? Cohere Transcribe 03-2026 is an automatic speech recognition (ASR) model released by Cohere Labs. With 2B parameters, it ranks **#1 on the English ASR leaderboard*

Read More
Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

Gemma 4 31B: Google's multimodal model with 256K context and thinking mode

What is Gemma 4 31B? Gemma 4 31B (instruction-tuned variant: gemma-4-31B-it) is Google's latest open-weights multimodal model with 30.7 billion parameters. It processes text, images, and v

Read More
GLM-5.1: 754B parameters — Z.ai's agentic engineering flagship

GLM-5.1: 754B parameters — Z.ai's agentic engineering flagship

From GLM-5 to GLM-5.1: the agentic leap Less than two weeks after releasing GLM-5, Z.ai (formerly ZhipuAI) ships GLM-5.1 — a 754B-parameter Mixture of Experts model that does not just iterat

Read More
GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

GLM-5: 744B parameters, 40B active — ZhipuAI's open-source frontier model

What is GLM-5? GLM-5 is a large language model released by ZhipuAI (智谱AI). It has 744 billion total parameters with only 40 billion active at inference — the same Mixture of Experts

Read More
Google Snapseed: A New Photo Experience Arrives on iPhone

Google Snapseed: A New Photo Experience Arrives on iPhone

Introduction: Google surprises mobile photographers Google has just made a major move in the iOS ecosystem by launching a dedicated camera app, directly linked to its famous Snapseed editing suit

Read More
MiniMax-M2.7: a 229B model that engineers itself

MiniMax-M2.7: a 229B model that engineers itself

What is MiniMax-M2.7 MiniMax-M2.7 is a 229B-parameter dense model from MiniMax, a Beijing-based AI lab. Unlike most frontier models that iterate through human-supervised training cycles, M2.

Read More
Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

Mistral Small 4: One Unified Model to Rule Reasoning, Code, and Vision

For years, the AI model landscape has operated along a familiar tension: large models that are capable but expensive to run, versus small models that are fast but frustratingly limited. Mistral AI's

Read More
Mistral's Devstral 2: The Return of Sovereign Code AI

Mistral's Devstral 2: The Return of Sovereign Code AI

The European Counter-Strike in Code AI With the release of Devstral 2 and its lightweight counterpart Devstral Small 2, Mistral AI is effectively reclaiming territory in a sector recently domina

Read More
Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

Nemotron Cascade 2: NVIDIA's 30B model that won the math and coding Olympics

What is Nemotron Cascade 2? Nemotron Cascade 2 (30B-A3B) is an open model released by NVIDIA on March 19, 2026. Its headline number is deceptive: 30 billion total parameters, but only **3 bi

Read More
NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

NVIDIA Nemotron-3 Super: a 120B MoE model that runs on a single GPU

On March 11, 2026, NVIDIA released Nemotron-3 Super — a model that sits at an unusual intersection: 120 billion total parameters, only 12 billion active during inference, deployable on a single G

Read More
Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

Qianfan-OCR: Baidu's 4B model that beats Gemini on document parsing

What is Qianfan-OCR? Qianfan-OCR is a document understanding model released by Baidu. It converts images of documents — PDFs, scans, photos, screenshots — directly into structured Markdown,

Read More
Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

Qwen3.5-27B Distilled by Claude 4.6 Opus: A Local Reasoning Powerhouse

What is this model? Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled is an open-source 28B language model published by Jackrong on Hugging Face. The idea is

Read More
Project Ava: Razer Traps an AI in a Connected Jar

Project Ava: Razer Traps an AI in a Connected Jar

AI steps out of the screen with Razer Beyond RGB mice and keyboards, Razer is exploring new horizons with Project Ava. This concept, introduced as an "AI companion in a jar," aims to humaniz

Read More
Technology (definition)

Technology (definition)

Technology and ecology: a sustainable alliance At Reeboot, we firmly believe that technology and ecology can go hand in hand. Our mission is to provide high-performance products while adopting a

Read More
The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

The Asus ROG Strix SCAR 18 Monster, VPN and Health: Today's Tech News

Introduction: a concentration of innovations and vigilance The world of technology never stops, and this morning, the news offers us a fascinating mix of raw performance, digital geopolitics, and

Read More
Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

Voxtral-4B: Mistral's open-weights TTS model that speaks 9 languages in real time

What is Voxtral-4B? Voxtral-4B-TTS-2603 is a text-to-speech model released by Mistral AI in March 2026. It converts text to realistic speech in 9 languages, with 20 built-in preset voices an

Read More
Windows 11: Your Android Apps Now in Full Screen on PC

Windows 11: Your Android Apps Now in Full Screen on PC

Breaking the barriers between mobile and PC Microsoft is taking another major step in unifying its operating systems. Thanks to an update to the "Phone Link" tool, users can now project their An

Read More