CachyOS has released its June 2026 ISO snapshot on June 28, packing a new Hyprland Noctalia desktop option, a refreshed KDE Plasma environment, the Linux 7.1 kernel for installed systems, DNS-over-QUIC support, and a raft of performance tuning enhancements. The update lands as the Arch-based, performance-optimized distribution continues to refine its out-of-the-box experience for users seeking raw speed and cutting-edge features.

This snapshot signals a maturing vision: CachyOS is no longer just a kernel-tuned curiosity. It’s a full-fledged desktop contender with a growing array of unique configurations, installer polish, and network privacy defaults that rival major distributions. The Hyprland Noctalia flavor and the introduction of DNS-over-QUIC underscore a deliberate push toward modern, secure, and visually coherent computing.

Hyprland Noctalia: A Curated Tiling Desktop

Hyprland has rapidly gained traction as a dynamic tiling Wayland compositor prized for its smooth animations, flexible configuration, and active development. CachyOS’s June ISO introduces a dedicated community edition named Noctalia, bundling a pre-themed Hyprland setup that reduces the usual hours of dotfile wrangling to near-zero.

The Noctalia flavor ships with a cohesive dark aesthetic, pre-configured keybindings, a status bar, notification daemon, and a curated selection of applications—terminals, file managers, and launchers—chosen to complement the keyboard-driven workflow. This moves Hyprland beyond the “DIY tinkerer” niche and makes it accessible to anyone wanting a modern, minimal desktop without sacrificing eye candy. The effort mirrors projects like Garuda’s Hyprland edition but with CachyOS’s signature performance patches baked in.

The team hasn’t published a full package manifest, but early user reports highlight Rofi as the application launcher, Waybar for the panel, and Swaylock for screen locking. Wallpapers and GTK theming align with the Noctalia brand, providing a polished first impression. For users already on CachyOS, the Hyprland Noctalia experience can be installed via the cachyos-hyprland-noctalia meta-package, pulling in all dependencies automatically.

Hyprland’s adoption also signals CachyOS’s commitment to Wayland: the X11 session is still available, but the tide is clearly shifting. With Nvidia’s improving Wayland support and Hyprland’s aggressive compositor optimizations, this flavor could become a favorite among multi-monitor setups and esports gamers seeking minimal input lag.

KDE Plasma Refresh and Updated Desktop Packages

The June ISO ships with a fully updated KDE Plasma desktop, integrating the latest point releases available in Arch’s repositories as of late June 2026. While CachyOS does not adhere to a fixed release schedule, the snapshot aligns with Plasma’s rolling update cadence, delivering bug fixes, refreshed KDE Frameworks, and updated Qt libraries.

Users upgrading from the previous ISO will notice better fractional scaling on Wayland, improved KWin window management, and a more responsive Discover software center. CachyOS’s KDE edition also benefits from the distro’s default CPU scheduler (typically BMQ or PDS) and custom compilation flags, making Plasma feel snappier even on modest hardware.

The CachyOS team has historically patched certain KDE components to reduce micro-stutter and improve frame pacing—tweaks that upstream Plasma sometimes overlooks. While the June ISO doesn’t introduce new patches, it solidifies existing optimizations. System Settings includes the CachyOS Hello wizard for post-install tweaks, kernel switching, and driver installation, now fully compatible with the refreshed KDE stack.

Linux 7.1: Kernel Foundations for Installed Systems

One of the most significant under-the-hood improvements is the availability of the Linux 7.1 kernel for systems installed with this ISO. The kernel does not ship on the live media itself—where a stable 6.x LTS remains to ensure broad hardware compatibility—but it becomes the default after installation through the CachyOS kernel manager.

Linux 7.1 brings forward-looking hardware enablement: early support for DDR6 memory controllers, PCIe 6.0 power management, and refined scheduler improvements for heterogeneous CPU architectures (think Intel’s Arrow Lake successors and AMD Zen 6). For CachyOS, the real meat lies in the scheduler. The team compiles 7.1 with their custom CacULE patches, fine-tuning task responsiveness for desktop workloads. In benchmarks shared on the CachyOS forum, the 7.1 + CacULE combination produces lower latency in gaming and audio production compared to the default mainline kernel.

Filesystem aficionados will appreciate native bcachefs stabilization, NFS4.2 improvements, and F2FS gain consolidation. The kernel also integrates Intel’s latest GPU discrete driver updates and open-source AMD Radeon improvements from firmware-linux-20260626, which the ISO bundles. Nvidia users aren’t left out: the recommended driver version is now 570.xx, with explicit sync support patched by the CachyOS team.

The transition to Linux 7.1 as the default kernel for installed systems underscores CachyOS’s philosophy: providing the most performance-optimized toolchain without making users compile their own custom kernel. It’s an opinionated, yet flexible, approach.

DNS-over-QUIC: Faster and More Private Name Resolution

In an era where ISPs and third parties increasingly monitor DNS traffic, CachyOS is pushing encryption forward with DNS-over-QUIC (DoQ) as a first-class option. QUIC, the transport protocol underpinning HTTP/3, uses UDP and built-in TLS 1.3 encryption to reduce handshake latency and avoid TCP head-of-line blocking. Applied to DNS, DoQ provides faster, more resilient encrypted name resolution than DNS-over-HTTPS (DoH) or DNS-over-TLS (DoT).

The June ISO configures systemd-resolved with an optional DoQ configuration, allowing users to enable it with a single toggle in the CachyOS network settings. The default provider is quad9 for DoQ (quad9.net supports DoQ on port 853), but users can switch to other resolvers like AdGuard or Cloudflare if they support the QUIC standard. Fallback to DoH or plain DNS ensures connectivity even on networks that block QUIC.

Adoption of DoQ is still nascent, so CachyOS’s move is forward-leaning. It could push more distros to consider QUIC-based DNS as a default, especially in latency-sensitive or privacy-focused environments. For everyday users, the benefit is mostly invisible: fewer stalls when first resolving a domain, and an extra layer of encryption that prevents passive eavesdropping by local network snoops.

Faster Tuning: Compiler Flags, Scheduler, and System Tweaks

CachyOS’s core identity revolves around performance tuning, and the June ISO sharpens that blade. The distribution has long shipped packages compiled with the x86-64-v3 or -v4 microarchitecture levels, leveraging AVX2, BMI, and even AVX-512 instructions where beneficial. The new snapshot refines the optimization flags: -O3 -march=x86-64-v3 -flto=auto with profile-guided optimization (PGO) on key packages like glibc, Mesa, and the kernel itself.

Beyond compiler flags, the default CachyOS kernel now enables sched_ext, the extensible scheduler framework that allows BPF programs to control scheduling policy at runtime. This opens the door for users to experiment with custom schedulers without recompiling the kernel. The team includes a set of pre-built BPF schedulers—like scx_lavd for low-latency workloads and scx_rusty for balanced throughput—accessible through a simple Systemd service.

Memory management gets a boost too: cachyos-ananicy-cpp, the auto-nice daemon, has been updated with new profiles for productivity suites and Flatpak apps, ensuring background processes don’t steal CPU from foreground tasks. The ISO also includes an updated zram configuration for swap compression, reducing disk I/O on systems with limited RAM.

Gamers will note improved FSYNC and ESYNC optimizations in the Proton-CachyOS fork, which ships pre-installed. This custom Wine/Proton build includes patches that reduce input lag in competitive titles and improve compatibility with newer EAC and BattlEye implementations. Combined with the Linux 7.1 latency-smoother, the setup is geared toward e-sports enthusiasts.

Installer Refinements and Post-Install Experience

CachyOS’s Calamares-based installer has been tweaked to streamline the setup process. The partition manager now offers an explicit option for Btrfs with automatic subvolume layout (root, home, swap, snapshots) and includes Timeshift integration for rollback simplicity. The installer also warns users if they try to install to a disk with an unsupported sector size, a common pitfall on newer NVMe drives.

The package selection screen has been redesigned to present desktop environments in a grid with live previews, making it easier to choose between Hyprland Noctalia, KDE Plasma, GNOME, XFCE, or a minimal CLI setup. Optional bundles like “Gaming Essentials” and “Development Suite” can be toggled with one click, pre-selecting groups of packages.

After installation, the CachyOS Hello wizard now boots in a fresh session with a guided tour: switching kernels, enabling DoQ, configuring GPU drivers, and setting up AUR helpers (yay by default) are all phased in a step-by-step flow. This reduces the initial fumbling that can turn new Arch users away. A feedback survey in the wizard collects anonymized hardware data to help the team prioritize future kernel and package optimizations—fully opt-in, of course.

The Road Ahead

With this release, CachyOS solidifies its position as the go-to Arch derivative for those who want a finely tuned, modern system without the manual labor. The Hyprland Noctalia integration taps into the growing tiling WM community, while Linux 7.1 and DoQ showcase a willingness to adopt emerging technologies ahead of the curve.

Yet challenges remain. The rolling release model means occasional breakage, and the performance focus can sometimes introduce regressions on uncommon hardware. The community edition model, while offering variety, risks fragmenting developer attention. Still, CachyOS’s rapid iteration—ISO releases typically drop every two to three months—shows a team deeply engaged with its user base.

For Windows enthusiasts eyeing the Linux landscape, the June 2026 ISO presents a polished, performance-first alternative that doesn’t skimp on modern desktop niceties. Dual-booting with CachyOS means you can keep Windows for exclusive titles and productivity apps while experiencing the bleeding edge of Linux optimization. The live image’s ability to boot and test without touching your SSD makes sampling low-risk.

CachyOS isn’t just a distribution; it’s a statement that desktop performance can always be pushed further. The June 2026 snapshot proves the statement is getting louder.