COSMIC 1.1 Arrives With a New System Monitor and a Faster Release Cadence

The Rust Desktop Gets Its First Minor Version Bump

When System76 released COSMIC 1.0 in December 2025, it was a milestone: a full, stable, Rust-built desktop environment for Linux, designed from scratch as the successor to Pop!_OS's GNOME-based shell. Six months later, COSMIC 1.1 landed on June 23 — the first minor version step under a new release strategy designed to move faster than monolithic major releases allow.

The headline addition is COSMIC Monitor, a new system resource viewer that will eventually replace GNOME System Monitor on Pop!_OS. It tracks CPU, memory, disk, and network in the style you'd expect, but built natively for COSMIC's design language and architecture. It's now part of the official COSMIC application suite.

Compositor Fixes That Matter

COSMIC's Wayland compositor has been its most scrutinized component — it's where rough edges in 1.0 showed up most clearly for users coming from X11-based setups. The 1.1 release addresses two specific issues that generated the most friction.

First, tiling exceptions: COSMIC's automatic tiling system is one of its signature features, but some applications genuinely shouldn't tile — they need to float. COSMIC 1.1 adds per-window tiling exceptions so users can specify which apps bypass the tiling rules without disabling the system globally.

Second, cursor warping: COSMIC 1.1 implements the pointer-warp-v1 Wayland protocol, which allows applications to programmatically move the cursor. This sounds minor until you try to use certain games, IDEs, or accessibility tools that depend on it.

File Manager and App-Level Improvements

COSMIC Files gains Page-Up and Page-Down navigation for large directory listings — a small quality-of-life fix that anyone with deeply nested project folders will appreciate. COSMIC Edit and COSMIC Files also receive improved MIME type handling, making file associations more predictable when opening documents.

COSMIC Term, the terminal emulator, gets a performance improvement targeting a specific inefficiency: the previous version re-read theme configurations from disk more often than necessary, which added latency in environments with complex theming. The fix reduces that overhead.

A New Pace for a Maturing Desktop

The more significant change in 1.1 might be strategic rather than technical. System76 is abandoning the traditional Linux desktop cadence of large, infrequent releases in favor of regular minor version increments — pushing fixes and features as they're ready rather than bundling them for a quarterly milestone.

For users, this means faster access to bug fixes after they're merged. For contributors, it reduces the pressure to rush work into a release window. COSMIC 2.0, which is targeting hot reloading, widget animations, and Frosted visual effects, remains on the horizon — but the incremental cadence means daily-use stability improvements won't wait for it.

COSMIC is still a work in progress by any measure, but 1.1 is evidence that System76's bet on Rust for the entire desktop stack is yielding a codebase they can actually iterate on quickly.