Fedora 45 Beta Arrives with KMSCON, GNOME 51, and the End of Dual Secret Managers
The Fedora Project shipped Fedora Linux 45 Beta on September 15, 2026, dropping a feature-dense preview of what's coming in late October. Beyond the standard version bumps, Fedora 45 carries several structural changes that rethink how the system handles consoles, secrets, and process isolation.
KMSCON Replaces the In-Kernel Console
The most visible low-level change is the switch from fbcon — the aging framebuffer console built into the Linux kernel — to kmscon, a userspace terminal emulator that drives the display via kernel mode setting directly. The result is a more capable virtual terminal with better font rendering, proper Unicode support, and smoother integration with the modern graphics stack. If you've ever booted into garbled text or hit inconsistencies with fbcon on modern GPU drivers, this is a direct structural fix rather than a workaround.
oo7 Unifies Secret Management
One of the more significant under-the-hood changes: Fedora 45 drops both GNOME Keyring and KWallet in favor of oo7, a single unified Secrets Service implementation that works consistently across GNOME, KDE Plasma, and other desktop environments. Historically, applications had to guess which secret manager was running or cope with duplicated, conflicting credential stores. oo7 replaces both with one standardized backend — a long-overdue consolidation.
ptrace Restricted by Default
Unprivileged ptrace — the system call that lets one process inspect or inject code into another — is now restricted system-wide by default. This closes a class of attacks where malware could silently attach to running processes without root. When debugging tools are installed, the restriction automatically relaxes to preserve developer workflow, so the security default costs developers nothing in practice.
Toolchain and Desktop Updates
The toolchain refresh is thorough: Python 3.15, Go 1.27, GCC 16.2, Glibc 2.44, and LLVM 23 all ship with Fedora 45. Desktop environments include GNOME 51 on the Workstation spin and KDE Plasma 6.7 on the KDE spin. The Anaconda installer gains Stratis Storage support, and package builds are now expected to be reproducible by default — with a DRM Panic front-end to make kernel crash messages more readable when things go wrong.
What's Next
The final release of Fedora Linux 45 is scheduled for October 20, 2026, with a fallback date of October 27 if blockers remain. Testing feedback from the Beta is the fastest path to a clean launch.