Skip to content

Optimized Repositories

Our aim to deliver a performance-optimized distribution necessitates recompiling essential Arch Linux packages for generic x86-64, x86-64-v3, x86-64-v4, and Zen4 architectures.

  • x86-64: While lacking AVX2 support found in x86-64-v3, this repository offers optimized packages. LTO and PGO techniques have boosted performance in several packages.
  • x86-64-v3: 5%-20% performance uplift compared to x86-64.
  • x86-64-v4: Delivers substantial performance gains through AVX512 support, depending on the workload.
  • Zen 4/5: In addition to the x86-64-v4 instruction set, the following are added:
abm, adx, aes, avx512bf16, avx512bitalg, avx512ifma, avx512vbmi, avx512vbmi2, avx512vnni,
avx512vpopctndq, clflushopt, clwb, clzero, fsgsbase, gfni, mwaitx, pclmul, pku, prfchw,
rpdid, rdrnd, rdseed, sha, sse4a, vaes, vockmulqdq, wbnoinvd, savec, xsaveopt, xsaves

Customized Packages

Our CachyOS-PKGBUILDs repository contains packages that receive ongoing updates, patches and backported fixes. To boost performance, we selectively implement PGO, LTO, and BOLT optimizations depending on the need. We also maintain a couple of -git packages e.g mesa-git.

Adding Our Repositories to an Existing Arch Linux Install

We provide a script that automates the installation of our repositories to your existing Arch-based installs.

Terminal window
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
tar xvf cachyos-repo.tar.xz && cd cachyos-repo
sudo ./cachyos-repo.sh

Uninstalling CachyOS Repositories

Run the following commands to remove the CachyOS repositories from your system:

Terminal window
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
tar xvf cachyos-repo.tar.xz
cd cachyos-repo
sudo ./cachyos-repo.sh --remove

Tests and benchmarks

Michael from Phoronix has already benchmarked CachyOS a couple of times, which is shown mostly leading in the benchmark graphs and on the Geometric Mean of All Test Results. Since the first benchmark made back in 2022. CachyOS has evolved and matured a lot more in terms of usability and performance.

If you would like to know more about the performance uplift from our repositories. Please check the links below.

Learn more