I’ve been seeing a lot of talk about CachyOS recently. Has anyone here tried it? It seems interesting and I might give it a go (currently on EndeavourOS) on a spare drive in my PC.

  • I added the repos to my existing arch install sometime last year I think. It’s pretty seamless in that regard, I think I only ran into a mirror sync issue once, and it was resolved a few hours later.

    My CPU supports the v4 packages, but I’m not really sure how much benefit there is for most things. (And things like tf/torch aren’t coming from the repos anyways.)

    I also use their kernel. I can feel a difference between stock and zen or stock and cachyos, but I don’t think I’d be able to tell zen and cachyos apart tbh.

    I definitely wouldn’t switch distros for it, but since it’s a trivial, drop in repo, I’ll keep using it.

    Adding another organization isn’t ideal trust-wise of course.

    • I’ll give that a go and see what it’s like, thanks! This seems like a stupid question, but I’ll ask anyway.

      What happens to my packages installed with the default repos on my system? Will they get changed to the CachyOS optimized version when I go to update or will they remain the same? My guess is that nothing will happen but I’m not certain.

      • I just did this last night. I put the Cachy repo behind EOS but ahead of Arch. That keeps the look and feel as EOS but grabs optimized Arch packages from Cachy.

        If you are just adding Cachy repos to EOS, you have to install the Cachy kernel explicitly if you want it.

        There are not that many Cachy packages actually. Almost everything still comes from the Arch repos. The ones Cachy replaces make sense if you are expecting to juice performance ( including some NViDIA patches in the graphics stack ).

  • It looks nice on paper, but I have a very hard time trusting most of the distributions out there. Especially now, with all the security issues reported in the industry. That may sound unfair towards those distributions, but really, can you blame me for my attitude? I mean they have a lot of control of your system and they patch a lot of stuff; even the Kernel. I wonder if their Kernel can be used on other distributions and how it compares to Zen Kernel (I’m on EndeavourOS too, but using Zen Kernel).

  • It consistently ran slower on a few benchmarks I care about like language model performance, which was surprising. Baulders Gate was also jankyier for some reason. I love that people are out trying to do this stuff and the community was nice. Just like anything the reality is often less exciting than the marketing. It is bundled together arch with some hopeful optimizations that I am certain will work for some hardware and some applications, but not all hardware and all applications.

  • Just heard about it now from this post. I like endeavourOS. It has a great community support and the distro is pretty solid. No need to hop around for the same thing.

    •  d3Xt3r   ( @d3Xt3r@lemmy.nz ) 
      link
      fedilink
      10
      edit-2
      5 months ago

      No need to hop around for the same thing.

      It’s not really the same thing. EndeavourOS is basically vanilla Arch + a few branding packages. CachyOS is an opionated Arch with optimised packages.

      You still have the option to select the DE and the packages you want to install - just like EndeavourOS - but what sets Cachy apart is the optimisations. For starters, they have multiple custom kernel options, with the BORE scheduler (and a few others), LTO options etc. Then they also have packages compiled for the x86-64-v3 and v4 architectures for better performance.

      Of course, you could also just use Arch (or EndeavourOS) and install the x86-64-v3/v4 packages yourself from ALHP (or even the Cachy repos), and you can even manually install the Cachy kernel or a similar optimised one like Xanmod. But you don’t get the custom configs / opinionated stuff. Which you many actually not want as a veteran user. But if you’re a newbie, then having those opinionated configs isn’t such a bad idea, especially if you decide to just get a WM instead of a DE.

      I’ve been thru all of the above scenarios, depending on the situation. My homelab is vanilla Arch but with packages from the Cachy repo. I’ve also got a pure Cachy install on my gaming desktop just because I was feeling lazy and just wanted an optimised install quickly. They also have a gaming meta package that installs Steam and all the necessary 32-bit libs and stuff, which is nice.

      Then there’s Cachy Browser, which is a fork of LibreWolf with performance optimisations (kinda similar to Mercury browser, except Mercury isn’t MARCH optimised).

      As for support, their Discord is pretty active, you can actually chat with the developers directly, and they’re pretty friendly (and this includes Piotr Gorski, the main dev, and firelzrd - the person behind the BORE scheduler). Chatting with them, I find the quality of technical discussions a LOT higher than the Arch Discord, which is very off-topic and spammy most of the time.

      Also, I liked their response to Arch changes and incidents. When Arch made the recent mkinitcpio changes, their made a very thorough announcement with the exact steps you needed to take (which was far more detailed than the official Arch announcement). Also, when the xz backdoor happened, they updated their repos to fix it even before Arch did.

      I’ve also interacted with the devs pesonally with various technical topics - such as CFLAG and MARCH optimisations, performance benchmarking etc, and it seems like they definitely know their stuff.

      So I’ve full confidence in their technical ability, and I’m happy to recommend the distro for folks interested in performance tuning.

      cc: @governorkeagan@lemdro.id

      • Thank you for the detailed answer, I really appreciate. I’ve had this EOS install for almost 3 years now and I have multiple drives that are full of things. Very happy with it, too. Moving distros for me isn’t as easy as it used to be because of the drives and all the things that I have set up. I don’t want to go through the pain of re-setting everything up. I’ll, however, try cachyOS either in a vm or a little laptop I have that I use for trying things for fun.

        •  d3Xt3r   ( @d3Xt3r@lemmy.nz ) 
          link
          fedilink
          2
          edit-2
          5 months ago

          If you’re already on Arch/EOS, you don’t need to “move distros”, all you need to do (ish) is to update your pacman.conf with Cachy’s repos and run a pacman -Syuu to reinstall your packages. Oh, and you might also want to install the cachy kernel and maybe the browser for the full experience. Your files and config will remain the same, unless you plan to update/merge them - in which case, I’d recommend replacing your makepkg.conf with the one Cachy provides, for the optimised compiler flags. Other than that, there’s no significant difference between the default configs and Cachy’s. In fact, EndeavourOS actually deviates more since it uses dracut for generating the initrd, whereas Cachy, like Arch, defaults to mkinitcpio.

          Anyways, there’s not much point trying CachyOS in a VM since it’s really not that much different from EndeavourOS (from a UX point of view); the whole point of Cachy is to eke out the best performance from your system, so running it in a VM defeats the purpose.

          • I installed CachyOS on a VM ( Proxmox ) just to check out the OOTB experience and I am glad I did.

            In a lot of ways, it is similar to EOS as you say. That is a compliment as I really like EOS.

            The UX is a bit different though. Lots more blue than purple of course. On the command-line side the differences are bigger. It uses the fish shell with a jazzed up prompt ( reminded me of Garuda ). There are a tonne of aliases. They clearly like Rust as a few of the Rust core util alternatives are installed. They even alias ls to eza.

            Both yay and paru are installed at install which is awesome.

            The default file system was XFS. Btrfs and zfs were both options. No bcachefs at install but it is available after.

          • You’ve answered another question I had (I asked it in another comment), thank you! I’ll give the kernel and Cachy repo a try on my EOS install and see how it goes. Thanks again for the detailed response, it’s super useful!

    • I am also an EOS fan but I just took one machine and added the Cachy repos to it. Like EOS, it looks like it mostly just uses the Arch repos although, unlike EOS, I guess they offer optimized versions of some packages.

      So, the repo hierarchy I have now is EOS, then Cachy, then Arch.

      The repo install added a new keyring and upgraded pacman itself.

      After a pacman -Syu, all it did was update binutils, Python, neofetch, zstd, kwin, and Xorg-Xwayland.

      Neofetch still reports EOS.

      I have not installed the Cachy kernel yet or tried their Firefox fork.

      It seems like a fairly painless addition. Time will tell.

  • I’m using it for quite some time now. It works better than other distros in terms of UI smoothness (I use GNOME and on an old machine), the included “fixes” commands in the Hello app are really useful. Though I can’t benefit from the X86_64 V3 optimizations since my machine doesn’t support it. The problem is that it broke 2 or 3 times in the last year. Some issues seem to be related to Flatpaks so I’d highly suggest avoiding them on this distro. They can do stuff up to breaking your file system (no jokes). So if you want a stable system, don’t use Cachy. If you want a faster system no matter what, definitely try it. Some of the bugs can be already fixed but it hasn’t been enough time for me to recommend the distro as a stable one

  • I really dislike these Arch forks that don’t add anything really special. The more your system differs from a normal Arch install, (dracut on EndeavourOS for example) the less helpful resources will be available. Just use Arch instead.