I have been running Garuda as a daily-driver off and on for three years, and Temeraire is the first release that made me want to write about it instead of just shrug. Most Garuda updates are wallpaper swaps and theme refreshes. This one replaces the engine. The linux-zen kernel is gone, replaced by a CachyOS-derived build with scheduler and filesystem tuning targeted at the CPUs people are actually buying in 2026. The Hyprland edition has been rewritten in Lua. The Toolbox app now does what five separate scripts used to do. And the Sway edition finally boots on NVIDIA hardware without a fight. None of those is a small change. Together they answer a question Garuda has been dodging for a while, which is what the distro is for now that Arch itself is easy to install.
If you only care about one section, care about this one: the kernel move is the single biggest reason to download the new ISO. Everything else is window dressing. Temeraire ships linux-garuda, a fork of the CachyOS-tuned kernel that includes BORE (a CPU scheduler that responds to interactive load faster), EEVDF improvements (the scheduler Linux adopted in 6.6, with extra tuning), BTRFS and ZFS throughput patches, and a build that takes advantage of Zen 4, Zen 5, and recent Intel silicon. On my desktop the difference is visible without a stopwatch. Package builds finish in less wall-clock time. The compositor stops stuttering when I scroll a long PDF in one window while compiling in another. Boot feels tighter. None of this required a config file.
The honest catch is small. If you depend on an out-of-tree driver that has not been rebuilt against a recent CachyOS-derived kernel, you will hit a wall. That list is shrinking but it is not empty. Anyone running niche Wi-Fi cards, certain USB display adapters, or experimental filesystems should boot the live ISO on the actual hardware before installing. Everyone else can run garuda-update and move on with their day.
A kernel that earns the upgrade
Linux-zen had a good run but it stopped being the fastest default on a modern desktop a long time ago. CachyOS spent two years tuning a kernel around current CPUs and the patches land in Temeraire as linux-garuda. For most users this is the upgrade. You get scheduler tweaks that lower latency under interactive load, BTRFS and ZFS throughput patches that make the default filesystems feel snappier, and a build that knows about Zen 4, Zen 5, Raptor Lake, and Meteor Lake silicon. The big wins are during parallel package builds and on laptops where the previous kernel left a little responsiveness on the table.
The rollback story matters too. If you try the new kernel and find a regression, Garuda Toolbox still lets you switch back to linux-zen or any other installed kernel from a single menu. You do not have to debug a boot failure at 2am. That is the kind of polish that does not show up in a release announcement but keeps people on a rolling-release distro for years.
What I would actually expect on a Zen 4 or Zen 5 desktop:
- Compile times drop noticeably on parallel builds
- The compositor stops stuttering under mixed workload
- Boot feels tighter, especially on NVMe
- Laptop battery life is roughly the same, not better, not worse
- File copies on BTRFS finish a few seconds faster on large trees
None of those are dramatic in isolation. Together they make the desktop feel like a 2026 desktop instead of a 2018 desktop held together by a rolling-release schedule.
KDE Plasma without the old login flicker
Both Plasma editions moved off SDDM and onto Plasma Login Manager. SDDM has been the source of complaints for as long as I can remember, mostly around themes breaking and a flicker at login that came from the old compositor. PLM fixes both at once. The custom themes have been refreshed so the live USB and the installed system look the same. The Better Blur plugin is gone because it dragged frame rates down on lower-end hardware. If you avoided Garuda because the first boot looked rough, that reason is gone now.
It is a small change in isolation but a meaningful one in practice. The first impression of a distro is the live USB. PLM plus the refreshed themes makes Garuda look like a coherent project on first boot instead of a theme sandwich.
The Hyprland edition, rebuilt for people who do not want to edit JSON
The Hyprland edition got the largest single rewrite in this release. The whole config is now Lua, with named presets you can flip between instead of editing JSON by hand. Garuda moved the screen locker to hyprlock, the terminal to Kitty, and wallpaper switching to awww. Waybar got a new theme, brightness keys work without a config edit, and there is an emoji picker bound to a shortcut. The default keyboard layout now detects correctly on most laptops, which fixes a long-standing annoyance on European keyboards.
If you already run Garuda, you land on the new setup after garuda-update. There is no separate migration. If you hand-edited the old config heavily, your changes will need to be translated into the new Lua presets. That is the one-time cost of an otherwise clean rewrite.
Sway on NVIDIA stops being a weekend project
Booting the Sway edition on NVIDIA hardware used to mean choosing the right driver from a recovery shell and hoping the installer would agree with you. Temeraire fixes that. The live ISO boots cleanly on NVIDIA hardware, the installer picks the correct driver, and you can test your tiling layout before committing. SwayFX picked up new transparency, shadow, and animation controls. Multi-monitor setup moved from a pair of hand-rolled scripts to nwg-displays, which is a real graphical tool for arranging outputs. If you have a hybrid laptop with NVIDIA and you wanted Sway, this is the release that finally makes it work without a fight.
Toolbox consolidation is the unsexy win
Temeraire folds every admin script Garuda used to ship into a single Toolbox app. Kernels, systemd services, locales, users and groups, networking, boot settings, gaming tools, diagnostics, and config edits all live in the same menu now. The change does not show up on a screenshot, but it changes how maintenance feels. When the only thing I need to fix is in one place, I actually fix it instead of putting it off.
Anyone scripting around the old standalone tools will need to update their automation. That is a small one-time cost. The long-term payoff is that new contributors do not have to discover the right script by reading five READMEs.
Installer quiet fixes
Temeraire also adjusts how the installer handles disk geometry (the way a drive reports its sectors). New disk layouts now pick the largest sector size the drive supports instead of defaulting to 512 bytes. For encrypted installs, Garuda uses LUKS2 (the modern Linux disk encryption format) with Argon2 (a memory-hard password hash) and matches the encryption sector size to the disk, which matters on drives that expose 4096-byte sectors. On a fresh NVMe, encrypted install now finishes the right way the first time. Power users will notice. Most people will not, which is the point.
Trade-offs
The kernel move is a clear win on modern hardware, but it is not free for everyone. If you depend on out-of-tree drivers that have not been rebuilt against a recent CachyOS-derived kernel, plan to test the live ISO first. The Hyprland rewrite in Lua is great if you stay within the new preset system. If you hand-edited the old config heavily, you will need to translate your changes. Sway on NVIDIA is now a real first-class experience, but only on hardware recent enough that the nouveau driver and the proprietary driver both work. Toolbox consolidation is welcome, but some old standalone tools no longer exist as separate packages, so anyone scripting around them will need to update their automation.
What I would tell past me
If you are already on Garuda, run garuda-update and let the new kernel land. Boot the live ISO before committing if you depend on anything unusual. If you are considering Garuda for the first time, this is the cleanest the distro has ever been. Pick the edition that matches your compositor of choice, boot from the USB on your actual hardware, and only install if the live environment feels right. The kernel alone is worth the test.