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-27
stories 97

ยฉ 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire ยท showcase

GLIBC 2.43 REBUILD SHIPS, INSTALLER JUMPS TO C++26

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

CachyOS pushed glibc 2.43 through the pipeline while the CLI installer upgraded its C++ standard to C++26, signaling a major refresh across core infrastructure.

The glibc rebuild [1] hit the PKGBUILDS repo as the foundation layer gets refreshed, with libtool following suit [2]. Simultaneously, the new CLI installer kicked off its standards migration by upgrading from C++23 to C++26 [3], alongside internal refactoring to migrate process handling [4] [5] and add logger infrastructure [6]. Across the AUR-derived packages, automation rolled through routine updates: shader-slang to 2026.14 [7], ab-download-manager to 1.10.1 [8], github-copilot-cli to 1.0.75 [9], sunshine to 2026.725.25407 [10], and amneziawg-dkms to 1.0.20260725 [11]. On the live ISO front, unnecessary pacman configuration comments were stripped out [12], while cachyos-mango-noctalia v1.1.0 landed in both the PKGBUILDS [13] and main calamares installer [14]. The installer now includes gvfs-dnssd for GNOME [15], which is "required for WebDAV, GNOME's default sharing system in local networks," fixing connectivity gaps in file sharing. Wiki translations got heavy attention with German gaming and dual-GPU docs updated [16] [17], plus system tweaks cleaned up with SDDM Wayland tips removed [18]. cachy-update released i18n updates [19] while fixing tray startup race conditions and input validation [20] [21].

Action items

References

  1. [1] glibc: 2.43 rebuild โ†— CachyOS/CachyOS-PKGBUILDS
  2. [2] libtool: rebuild โ†— CachyOS/CachyOS-PKGBUILDS
  3. [3] ๐Ÿšง cmake: std_23 -> std_26 โ†— CachyOS/New-Cli-Installer
  4. [4] ๐Ÿงน core: use new gucc proc handle โ†— CachyOS/New-Cli-Installer
  5. [5] ๐Ÿงน instlib: migrate to new process handle โ†— CachyOS/New-Cli-Installer
  6. [6] ๐Ÿ‘ท instlib: add logger setup โ†— CachyOS/New-Cli-Installer
  7. [7] shader-slang: update to 2026.14 โ†— CachyOS/cachyos-aur-derived
  8. [8] ab-download-manager: update to 1.10.1 โ†— CachyOS/cachyos-aur-derived
  9. [9] github-copilot-cli: update to 1.0.75 โ†— CachyOS/cachyos-aur-derived
  10. [10] sunshine: update to 2026.725.25407 โ†— CachyOS/cachyos-aur-derived
  11. [11] amneziawg-dkms: update to 1.0.20260725 โ†— CachyOS/cachyos-aur-derived
  12. [12] Remove unnecessary comments from target pacman configuration โ†— CachyOS/CachyOS-Live-ISO
  13. [13] cachyos-mango-noctalia: update to v1.1.0 (#1633) โ†— CachyOS/CachyOS-PKGBUILDS
  14. [14] cachyos-mango-noctalia: update to v1.1.0 โ†— CachyOS/CachyOS-PKGBUILDS
  15. [15] [GNOME] Added missing gvfs module โ†— CachyOS/cachyos-calamares
  16. [16] Updated the German configuration/gaming.mdx โ†— CachyOS/wiki
  17. [17] Updated the German configuration/dual_gpu.mdx โ†— CachyOS/wiki
  18. [18] General System Tweaks: Removed SDDM Wayland backend tip โ†— CachyOS/wiki
  19. [19] chore(i18n): Update translation files โ†— CachyOS/cachy-update
  20. [20] fix: Add input error handling for news selection โ†— CachyOS/cachy-update
  21. [21] fix(tray): Apply a small startup delay by default โ†— CachyOS/cachy-update

Quick answers

What shipped in CachyOS on July 27, 2026?
CachyOS pushed glibc 2.43 through the pipeline while the CLI installer upgraded its C++ standard to C++26, signaling a major refresh across core infrastructure. In total, 68 commits and 29 pull requests landed.
Who contributed to CachyOS on July 27, 2026?
11 developers shipped this update, including Piotr Gorski, github-actions, Vladislav Nepogodin, ptr1337, witchlliee, Ivan Vodopiviz, Vasiliy Stelmachenok, and cantosun99, and 3 more.
What were the notable CachyOS updates?
glibc: 2.43 rebuild, libtool: rebuild, and ๐Ÿšง cmake: std_23 -> std_26.