The Fedora Project officially released Fedora Linux 44 Beta on Tuesday, March 10, 2026, kicking off the community testing window ahead of what is currently scheduled to be a general availability release on April 14, 2026. This beta encompasses most of the changes planned for the final build and represents one of the most feature-dense Fedora releases in recent memory, touching nearly every layer of the stack from the kernel upward.

At the heart of the release is the Linux 6.19 kernel series, which brings the usual complement of performance improvements and expanded hardware support. Fedora has long been among the first major distributions to adopt cutting-edge kernel builds, and 44 continues that tradition by shipping 6.19 ahead of its upstream stable designation.

Desktop Environments: A Landmark Upgrade Cycle

This release cycle marks a milestone for all three of Fedora’s flagship desktop editions, each receiving a generational update.

GNOME 50 — A Milestone Version

The flagship Fedora Workstation 44 edition ships with GNOME 50, specifically the release candidate build, with the stable version expected to land before the final Fedora 44 release. GNOME 50 is notable for ending X11 session support, cementing Wayland as the sole graphics path. The release also delivers improved handling of variable refresh rate and HiDPI displays, offering noticeably smoother compositing behaviour on modern NVIDIA and AMD graphics hardware.

KDE Plasma 6.6 — A Unified Out-of-the-Box Experience

For KDE users, Fedora 44 represents far more than a routine version bump. The Fedora KDE Plasma Desktop edition ships with Plasma 6.6 alongside two structural changes that fundamentally reshape the first-run experience:

KDE Changes at a Glance
  • Plasma Login Mgr Replaces SDDM as the default display manager on all Fedora KDE variants, providing a cohesive, theme-consistent login screen
  • Plasma Setup App A new post-install setup wizard that unifies first-time configuration, replacing overlapping setup steps previously split between Anaconda and the desktop
  • Wayland by Default KDE Plasma now runs exclusively on Wayland, removing the X11 fallback session
  • Games Lab Refresh The Games Lab deliverable has switched from Xfce to KDE Plasma to leverage the modern Wayland gaming stack

Plasma 6.6 itself brings a raft of upstream improvements, including custom global themes, text recognition within the Spectacle screenshot tool, a revamped on-screen keyboard, automatic screen brightness adjustment via ambient light sensors, and QR code scanning for Wi-Fi network provisioning.

“Fedora 44 delivers on a unified KDE out-of-the-box experience with Plasma 6.6 and is using the new Plasma Login Manager in place of SDDM.”

— Phoronix, March 10, 2026

Budgie 10.10 — Farewell to X11

The Fedora Budgie spin receives an equally significant update with Budgie 10.10, which completes the desktop environment’s migration from X11 to Wayland. This transition eliminates legacy X11 compatibility layers, reduces display flicker on high-refresh-rate monitors, and improves power efficiency. Users who previously relied on an X11 fallback will find none available — the desktop boots directly into a Wayland session.

Hardware & Live Media Improvements

Fedora 44 Beta extends meaningful improvements to ARM-class hardware. The live media images now feature automatic DTB (Device Tree Blob) selection for AArch64 EFI systems, which directly addresses the pain point of Fedora failing to boot out-of-the-box on Windows-on-ARM laptops such as the Surface Pro line. Previously, users had to manually identify and select the correct board configuration at boot; this change makes the process entirely automatic.

Developer Toolchain: A Comprehensive Refresh

The developer-facing changes in Fedora 44 are extensive. The GNU toolchain has been updated across the board, and several language runtimes have received major version bumps.

Updated Toolchain Highlights
  • GCC 16.1 Latest C/C++ compiler with new optimisations
  • LLVM 22 Updated LLVM/Clang compiler infrastructure
  • Go 1.26 Latest Go language runtime
  • Ruby 4.0 Major Ruby runtime upgrade
  • PHP 8.5 Latest PHP engine
  • MariaDB 11.8 Updated database server
  • RPM 6.0 Next-generation package manager
  • Ansible 13 Updated automation framework
  • CMake 4.0 Major build system release
  • Nix Package Mgr Added as an optional developer tool

Notably, Fedora 44 introduces a project-wide initiative targeting 99% reproducible package builds, a significant step toward supply-chain integrity. The Packit continuous integration system has also been adopted for dist-git workflows, and the Anaconda installer has been updated to create network device profiles only for interfaces actively configured during installation — resolving a longstanding source of post-install networking confusion.

How to Try Fedora 44 Beta

The beta is available as downloadable ISO images and torrents from the official Fedora Project website across all major editions: Workstation, KDE Plasma Desktop, Server, IoT, and Cloud. Users running Fedora 43 may also upgrade directly via the DNF system-upgrade path without a clean reinstallation.

# Upgrade an existing Fedora 43 system to F44 Beta
sudo dnf upgrade –refresh
sudo dnf install dnf-plugin-system-upgrade
sudo dnf system-upgrade download –releasever=44
sudo dnf system-upgrade reboot

As with all pre-release software, the Fedora Project cautions against deploying the beta on production systems. Community testing and bug reports submitted ahead of the final release directly shape the quality of Fedora 44 for all users.

Release Timeline

March 10, 2026
Fedora Linux 44 Beta officially released for public testing
~Mid-March 2026
GNOME 50 stable release expected upstream
April 14, 2026
Fedora Linux 44 general availability — target date (subject to change)

The April 14 target coincides roughly with the anticipated release of Ubuntu 26.04 LTS, setting up an unusually competitive spring release season for the Linux desktop. Should any critical blockers emerge during the beta testing period, Fedora’s release engineering team may adjust the schedule accordingly.