69 wires and counting

$ follow CachyOS

Keep up with CachyOS in about 3 minutes: what actually shipped โ€” the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest โ€” weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-28
stories 75

ยฉ 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire ยท showcase

CACHYOS KERNEL HITS 7.2-RC5 WITH AMDPSTATE BRANCH AND INSTALLER OVERHAUL

By RepoJournal ยท Filed ยท About CachyOS ยท Composed from the cited sources ยท methodology

CachyOS shipped Linux 7.2-rc5-1 with a new AMD P-State optimization branch while the CLI installer got stripped down and refactored for cleaner deployment logic.

The kernel release [1] rebases to upstream 7.2-rc5 and adds a dedicated 7.2/amd-pstate branch alongside updates to the cachy and fixes branches, including a USB controller quirk. In parallel, the New-Cli-Installer saw aggressive cleanup [2] removing subprocess calls and consolidating mirror ranking into its own module, with hostcache enabled by default and firewall setup conditional on installation [3][4][5][6]. The kernel-patches repo merged PRJC scheduler support with a revert of a POC patch [7], and jay-git package landed at v1.14.0 across both the AUR-derived and git-patches repos with cargo test disabled to speed builds [8][9][10][11]. Cachy-update absorbed upstream Arch-Update improvements including input error handling for service restart selection, adding robustness to the update workflow [12][13][14], while ananicy-rules shipped a hotfix [15] addressing login manager classifications that were being over-throttled as BG_CPUIO instead of Launcher type [16][17][18].

Action items

References

  1. [1] CachyOS Linux 7.2-rc5-1 โ†— CachyOS/linux
  2. [2] ๐Ÿงน gucc: remove subprocess โ†— CachyOS/New-Cli-Installer
  3. [3] ๐Ÿงน gucc: install repos only on target โ†— CachyOS/New-Cli-Installer
  4. [4] ๐Ÿงน gucc: move rank mirrors to own mod โ†— CachyOS/New-Cli-Installer
  5. [5] ๐Ÿงน core: enable hostcache by default โ†— CachyOS/New-Cli-Installer
  6. [6] ๐Ÿšง gucc: setup firewall if installed โ†— CachyOS/New-Cli-Installer
  7. [7] 7.1: Add PRJC (with POC reverted patch) โ†— CachyOS/kernel-patches
  8. [8] jay-git: Add at v1.14.0.r13.g183dc81 โ†— CachyOS/cachyos-aur-derived
  9. [9] jay-git: add with uwsm (#113) โ†— CachyOS/cachyos-aur-derived
  10. [10] jay: disable cargo test โ†— CachyOS/cachyos-aur-derived
  11. [11] jay: disable cargo test (#222) โ†— CachyOS/cachyos-aur-derived
  12. [12] Upstream rebase 2 - Arch-Update v4.X.X โ†— CachyOS/cachy-update
  13. [13] fix: Add input error handling for service restart selection โ†— CachyOS/cachy-update
  14. [14] fix: Add input error handling for service restart selection (#713) โ†— CachyOS/cachy-update
  15. [15] Hotfixu for processes being nerfed โ†— CachyOS/ananicy-rules
  16. [16] Merge pull request #587 from buster-biopsys/master โ†— CachyOS/ananicy-rules
  17. [17] Fix bug #586, modifying a bunch of login managers from BG_CPUIO type to Launcher type โ†— CachyOS/ananicy-rules
  18. [18] Also improved lightdm handling โ†— CachyOS/ananicy-rules

Quick answers

What shipped in CachyOS on July 28, 2026?
CachyOS shipped Linux 7.2-rc5-1 with a new AMD P-State optimization branch while the CLI installer got stripped down and refactored for cleaner deployment logic. In total, 57 commits, 16 pull requests, and 2 releases landed.
Who contributed to CachyOS on July 28, 2026?
12 developers shipped this update, including Piotr Gorski, witchlliee, Vladislav Nepogodin, Aarrayy, Peter Jung, buster-biopsys, Can Tosun, and Ryuu Pendragon, and 4 more.
What were the notable CachyOS updates?
CachyOS Linux 7.2-rc5-1, ๐Ÿงน gucc: remove subprocess, and ๐Ÿงน gucc: install repos only on target.