GNOME 51 Ships With Passkey Login and a Reworked Frame Scheduler
Software / news
GNOME 51 Ships With Passkey Login and a Reworked Frame Scheduler
Released Sept. 16 as 'A Coruña,' the desktop update adds FIDO2 sign-in, offline Maps downloads and a Mutter scheduling rewrite that Phoronix says smooths animation under load.

GNOME 51 shipped on Sept. 16, adding FIDO2 passkey login to the desktop's authentication stack and a rewrite of how the Mutter compositor schedules screen frames.
The release notes, published at release.gnome.org, name the version "A Coruña" after the Galician city that hosted GUADEC 2026, the project's annual conference, in July. GNOME has named releases after conference host cities for years, so the codename itself carries no feature information, only a scheduling marker.
Passkey login replaces password-only sign-in
The headline security change is native FIDO2 passkey support at the login screen, letting a user authenticate with a hardware key or platform authenticator instead of typing a password. The release notes pair this with a widened Reduced Motion setting that now reaches more of the shell's animated components, not just a handful of transitions.
Mutter's scheduling rewrite is the performance story
Phoronix's release coverage put its emphasis on Mutter, GNOME's compositor, describing changes that go toward "bettering the desktop responsiveness and a smoother experience with improved frame scheduling." The GNOME release notes attribute this to a reworked scheduling and screen frame delivery system that keeps animations and scrolling steady even when the system is under load, plus reduced buffer copying during screen recording. Phoronix's coverage separately lists new Wayland protocol support, including ext-background-effect-v1, and the removal of the legacy NVIDIA EGLStreams driver path in favor of the modern GBM/EGL interface most current drivers already use.

What changed app by app
| Area | What's new in GNOME 51 |
|---|---|
| Maps | Offline area downloads, live transit departures and delay data |
| Papers | Insert a drawn or imported visual signature into a document |
| Nautilus (Files) | Faster loading of large folders, a drag-count badge |
| Settings | Auto-rotate for accelerometer-equipped devices, brightness now persists across reboots |
GNOME's own notes also list a new fingerprint enrollment interface in the Users settings panel and an SSH-based Remote Login option, alongside the removal of WEP wireless security support, a protocol old enough that most distributions had already dropped it from their installers.
What the release notes do not say
Neither GNOME's release page nor Phoronix's coverage gives a benchmark figure for how much faster animations or screen recording actually run under the new Mutter scheduler. The claim is qualitative: smoother "even when the system is under load," with no frame-time numbers attached, and no comparison against GNOME 50's scheduler.
GNOME 51 will reach most desktop users through their distribution rather than a direct download. Ubuntu 26.10 is scheduled for Oct. 15 and ships with GNOME 51 by default, per the release notes, and Phoronix's coverage separately ties the release window to Fedora Workstation 45's own schedule.
The fingerprint and passkey work put GNOME in the same authentication direction as Tencent's BrowserSkill, which handles a different kind of credential, browser login sessions, for AI agents rather than desktop users. GNOME's own push toward on-device authentication also mirrors the broader move toward local-first software seen in projects like Edge0's compact 35B model, built to run without a network round trip.
The open question distributions will answer over the next few weeks is whether dropping EGLStreams support breaks anyone still running an older proprietary NVIDIA driver branch that never migrated to the GBM/EGL path.
Sources
More in Software
- 01ZCode Uploads Users' Full Git History, Zhipu Says It Deletes ItA developer's reverse-engineering forced a same-day apology from Zhipu over a coding assistant that never told users it was packaging their repositories for the cloud.
- 02Alibaba's Open Code Review Tool Ships an IntelliJ PluginVersion 1.12.6 extends the AI code reviewer to JetBrains IDEs the same week Alibaba's own benchmark shows it trading recall for precision against Claude Code.
- 03Flet Reaches 1.0, Ships One Python App to Six PlatformsFeodor Fitsner's framework rebuilt its bridge to Flutter for the stable release, but has not said how many people pay for anything built on top of it.
- 04Bend 2 Bets Formal Proof Can Catch AI's Coding MistakesVictor Taelin's rewritten language backs its safety pitch with a compiler its own README calls 99 percent AI-written and not yet audited.