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-09-12
stories 45

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Heroic launcher gets system-electron build in cachyos-aur-derived

By RepoJournal · Filed · About CachyOS · Composed from the cited sources · methodology

CachyOS's AUR overlay picked up a system-electron variant of heroic-games-launcher from one of Heroic's own maintainers, alongside a fix for ignored AUR packages leaking into update lists and a kdump path fix for Limine users on limine-mkinitcpio-hook 1.37.

CommandMC, a Heroic maintainer, added a system-electron build of heroic-games-launcher to cachyos-aur-derived [1][2], saying the packaging "needs a few patches right now to work correctly" and that they "should be included in the next version of Heroic though." The change landed as a copy of the maintainer's personal PKGBUILD, so users should expect upstream fixes to arrive later rather than in this revision.

cachy-update shipped v4.2.3 with a fix that forces the C locale when parsing AUR helper output [3][4]. AUR helpers translate the `[ignored]` marker, so the existing `grep -vw "\[ignored\]$"` filter never matched on non-English locales and ignored AUR packages were listed as pending updates; forcing the C locale keeps the marker untranslated so the filter works. The same release train merged main from Antiz96's fork [5].

On the kdump side, cachyos-kdump-tools now handles limine-mkinitcpio-hook >= 1.37 deploy filenames [6]. limine-mkinitcpio writes `/boot/<machine-id>/<pkgbase>/vmlinuz` and the initramfs without the `-<pkgbase>` suffix, which made the kdump load path check fail on Limine systems with "vmlinuz for current kernel not found"; the limine branch now uses the deployed names.

Routine packaging across the remaining desks: teams-for-linux moved to 2.21.0 [7], brave-bin and brave-origin-bin both moved to 1.95.101 [8][9], and scx-scheds-git had its version and tag bumped in copr-linux-cachyos [10]. Nothing here changes user-facing behavior beyond the version numbers.

Action items

References

  1. [1] heroic-games-launcher: Add version of Heroic using system electron ↗ CachyOS/cachyos-aur-derived
  2. [2] heroic-games-launcher: Add version of Heroic using system electron (#603) ↗ CachyOS/cachyos-aur-derived
  3. [3] fix: force C locale when parsing AUR helper output when checking / listing updates (#782) ↗ CachyOS/cachy-update
  4. [4] chore(release): v4.2.3 ↗ CachyOS/cachy-update
  5. [5] Merge branch 'Antiz96:main' into main ↗ CachyOS/cachy-update
  6. [6] kdump: support limine-mkinitcpio-hook >= 1.37 deploy filenames (#4) ↗ CachyOS/cachyos-kdump-tools
  7. [7] teams-for-linux: update to 2.21.0 ↗ CachyOS/cachyos-aur-derived
  8. [8] brave-bin: update to 1.95.101 ↗ CachyOS/cachyos-aur-derived
  9. [9] brave-origin-bin: update to 1.95.101 ↗ CachyOS/cachyos-aur-derived
  10. [10] scx-scheds-git: bump version and tag ↗ CachyOS/copr-linux-cachyos

Quick answers

What shipped in CachyOS on September 12, 2026?
CachyOS's AUR overlay picked up a system-electron variant of heroic-games-launcher from one of Heroic's own maintainers, alongside a fix for ignored AUR packages leaking into update lists and a kdump path fix for Limine users on limine-mkinitcpio-hook 1.37. In total, 36 commits and 9 pull requests landed.
Who contributed to CachyOS on September 12, 2026?
6 developers shipped this update, including CommandMC, github-actions, Daniel Vainsencher, EndEdEd, Robin Candau, and Piotr Gorski.
What were the notable CachyOS updates?
heroic-games-launcher: Add version of Heroic using system electron, heroic-games-launcher: Add version of Heroic using system electron (#603), and fix: force C locale when parsing AUR helper output when checking / listing updates (#782).