I was thinking about going immutable for a long time and now I’m choosing a distro to hop to.
My question is: what are good immutable distros other than Fedora Silverblue spins, UBlue family and NixOS?
Maybe someone uses/used any? What is/was your experience with it?

  • PerogiBoi@lemmy.ca
    link
    fedilink
    arrow-up
    19
    ·
    edit-2
    2 months ago

    Bazzite! It’s technically atomic and not fully immutable but I’ve been using it for about a week now (long time I know) and everything just works. Didn’t need to install any extra drivers to get it working with all my peripherals. I like it a lot. Fixed a lot of Wayland issues I was having on previous Ubuntu installs.

    One feature I found really cool is the Waydroid and Boxbuddy integration. You can have Android apps installed alongside regular fedora apps. Just opens an Android emulator in the background. Discovered that last night by accident. Typed in “calculator” and it opened up the Android version of it. Really neat!

    • JustMarkov@lemmy.mlOP
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      edit-2
      2 months ago

      Bazzite is cool, but it is part of UBlue family, which I excluded in my post. I’m not a huge fan of Fedora, no offense to anyone using it, tho!

      • PerogiBoi@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        Ah my bad. Your post says “other that” instead of “other than” so I misread it as I skimmed 😛

      • Rogue@feddit.uk
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 months ago

        What are your issues with Fedora? I’d really recommend giving one or more of the universal blue OSs ago regardless as they’re pretty far from native Silverblue. Project Bluefin for instance has a solidly Ubuntu feel.

        edit: reading your responses elsewhere I can guarantee you won’t have the same update/reliability issues you had with Fedora because the universal blue model is entirely different

  • Dotdev@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    2 months ago

    There is blendOS which is an arch based immutable distro similar to Vanilla OS with different DE options

    • Redeven@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      Except the installer requires one specific repo mirror to be up, which can’t be customized, which has been down for weeks and the dev isn’t very interested in providing any fix or workaround so a lot of people literally can’t install it.

      It’s a bad suggestion, it’s a beta product not fit for end user consumption yet.

    • JustMarkov@lemmy.mlOP
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      Guix is interesting, but I need to use proprietary Nvidia drivers to play games and it goes against Guix nature.

      • 🦊 OneRedFox 🦊@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        While true, there is the nonguix repository that packages both the proprietary Nvidia driver and Steam. Otherwise, you’re probably better off going back to regular distributions based on the others that you’ve ruled out thus far.

      • arouene@emacs.ch
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        @JustMarkov @OneRedFox it’s against GNU recommendations, but the nature of open source is about modifications, adaptations, improvements and sharing… and so there is the non-gnu channel.

      • fossphi@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        2 months ago

        There’s the non guix channel which can be added very easily to guix! :)

    • SeekPie@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      As I understand it, it’s read-only, so the updates you get are basically replacing your current ones but keeping your apps (like flatpaks) installed.

        • pukeko@lemm.ee
          link
          fedilink
          English
          arrow-up
          7
          ·
          2 months ago

          I think about it like this:

          Layer 2b: ->> User applications (flatpak, nixpkgs, etc.)
          
          Layer 2a: ->> User data (mutable, persistent no matter what your system layer is)
          
          Layer 1: -> System (immutable/read-only/updated "atomically" meaning all at once) 
          
          Layer 0: Hardware
          

          Or, alternately, it’s what macos has been doing with absolutely no fanfare for several versions now. That’s not a knock, btw. It’s an illustration that it can be completely transparent in use, though it may require some habit changes on linux.

    • Telorand@reddthat.com
      link
      fedilink
      arrow-up
      22
      ·
      2 months ago

      It’s a distro that makes all but a few system directories immutable. This means you can’t just install whatever you want in the same way you would install in a traditional Linux system.

      This comes with some benefits:

      • Malicious and buggy software can’t permanently fuck up your installation. Even root can’t edit those directories.
      • Each system update replaces only the system layer, but you can rollback to the previous one if something breaks.
      • You can rebase to other images (like going from Fedora Kinoite to UBlue Aurora) with a simple command, and you don’t need to reinstall anything or worry about backing up your /home directory.
      • Most software is installed via flatpaks or appimages, keeping a layer of separation between your system and your applications.
      • Distroboxes/Podman containers can handle a lot of additional software while keeping it safely containerized.
      • The system is generally reproducible, so the core of what you have is the core of what everybody else has.

      Some drawbacks:

      • You can’t install whatever you want however you want. There are some hard limitations on where files are allowed to go, and installing certain software that interacts with the kernel can be tricky (I’m currently trying to figure out the best way to install my VPN provider’s client).
      • There’s a definite learning curve to working with containers. It’s not always as simple as “create container, install thing.”
      • There’s a definite learning curve to retraining yourself to think in layers/containers.

      Some examples of modern immutable distros are:

      • Fedora Silverblue
      • Fedora Kinoite
      • Universal Blue Aurora
      • Universal Blue Bluefin
      • Universal Blue Bazzite
      • NixOS
      • BlendOS
  • SexyVetra@sh.itjust.works
    link
    fedilink
    arrow-up
    44
    arrow-down
    1
    ·
    2 months ago

    Don’t use NixOS.

    Source:

    • I love NixOS
    • I use it as my daily driver on multiple machines.
    • I’ve contributed both to NixOS and surrounding ecosystem.

    Evidence:

    • Learning cliff rather than curve because:
    • The state of the documentation should have been unacceptable a decade ago. Very unacceptable now.
    • The tooling is also over a decade behind.
    • Governance leaves a lot to be desired.

    These things are getting better but not fast enough that I’d recommend it.

    If you really want to look into nix, use it on another distro and see if you’re still interested after getting a flake-based devshell together. (impossible challenge: do it for a python project that relies on complex dependencies like transformers)

    • dinckel@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      I’ve just switched my secondary machine to Nix, and was in the process of switching my main too, so it really is quite a shame. I’m really enjoying the distribution, but if the organization continues to have colossal government issues, and repelling active packagers, that’s really not a good sign

    • JustMarkov@lemmy.mlOP
      link
      fedilink
      arrow-up
      10
      arrow-down
      2
      ·
      2 months ago

      Don’t use NixOS.

      I don’t like NixOS very much. This whole governance scandal has turned me away from it even more, tbh.

    • pinchcramp@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      edit-2
      2 months ago

      Governance leaves a lot to be desired.

      Genuine question from somebody who’s out of the loop and doesn’t use NixOS: How does this affect your day to day using the distro?

      • vzq@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        22
        arrow-down
        1
        ·
        2 months ago

        Basically you hemorrhage contributors because fuck this shit and then core components get more and more behind.

    • thejevans@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      2 months ago

      Now that I’m deep in it with flakes + home manager + impermanence + disko/nixos-anywhere, it’s fantastic having this much control and stability on all my systems, and I’m excited to start switching as much of my homelab as I can over to NixOS like my workstations.

      But I totally agree, I would not recommend this to anyone who is not super interested in it.

    • geoma@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      I had rhe idea fedora atomic was so reliable, ,but I just updated a system and it broke… Reminded me of my manjaro times😑

      • Chewy@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        How did it break, and what doesn’t work any more?

        I’ve been using Fedora Atomic on at least one device for years now, without any major issues (I.e. device no booting or updating. Upgrades do require some manual intervention).

  • BlueSquid0741@lemmy.sdf.org
    link
    fedilink
    arrow-up
    10
    ·
    2 months ago

    I’ve been using Opensuse Aeon just over a year and it’s done great.

    Tumbleweed user for the last 5 years, and dealt with a few issues over that time. The usually infrequent update break that comes with rolling release. And the Opensuse ‘Patterns’ started, which I loathe and it’s a disaster to try to disable them every install.

    Aeon hasn’t had any of those issues. It’s been very much a “turn it on and get to work”.

    I’ve generally had less issues with Aeon than Tumbleweed - like certain flatpaks not crashing.

    But downsides as I see them:

    I’m not a gnome guy. It’s fine though, I don’t hate it. But some people can’t stand it.

    I had a bit of trouble running wine. Something about the default security policy. There’s a known workaround.

      • BlueSquid0741@lemmy.sdf.org
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        Kalpa needs to attract more developers to keep up with Aeon’s pace. I understand it is usable as a daily driver, but it’s not just a one to one mirror of Aeon with Plasma on top.

        https://sfalken.tech/posts/2024-06-08-how-do-aeon-and-kalpa-relate/

        Richard Brown is all in on Aeon along with whatever contributors are helping him. Stephen Falken appears to have no one helping him work on Kalpa unfortunately. I disagree with Richard’s stance that Kalpa shouldn’t exist, but I do wish there were some capable people able to help that project.

        I don’t mind using Gnome anyway, it actually does solve some networking issues that I’ve always had with Plasma. (Dolphin not handling it well whilst Gnome Files has no issues)

  • tatterdemalion@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    There’s also the Wayblue family of Wayland distros, based on Ublue.

    It’s hard to say for certain whether a distro will work for your hardware, even the Nvidia-specific images can have bugs related to the Nvidia drivers or their interaction with compositors.

    I’ve used NixOS for a year.

    I also tried Fedora Sway Atomic for a week or so. It mostly worked well, but I eventually found that it’s really hard to use Nix for development on a graphics application, because linking with the system Vulkan drivers is near impossible. The loader used by Nix’s glibc will ignore FHS locations. That seems to rule out a lot of the benefits of using Nix.

    So I gave up on using Nix + Fedora as a failed experiment and went back to NixOS.

    My wish list for Nix, Wayland, and Sway is pretty long. I kinda wish I had the time to make a new distro.

  • pinchcramp@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    2 months ago

    I’ve heard good things about VanillaOS. Not used it myself though.

    With their package manager apx, you can use software from pretty much any distro in VanillaOS (copied from link above):

    Apx is a tool that allows you to generate work environments based on any Linux distribution and seamlessly integrates them with the system in a convenient way …

  • Jediwan@lemy.lol
    link
    fedilink
    arrow-up
    17
    ·
    edit-2
    2 months ago

    I’m surprised to hear you don’t like Fedora. I recently tried Kinoite and I wish I’d discovered it sooner. I’ve never had a Linux distro that felt so detail-oriented and complete. I’d be curious to hear your reasoning!

    • JustMarkov@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      3
      ·
      edit-2
      2 months ago

      It’s complicated and I have a few reasons.

      1. Last time I used it, Fedora’s updates were too unstable. I twice got updates breaking my system setup. For example, with openSUSE it happened only once (recent broken Mesa update). Also openSUSE updates surprisingly feel more stable than Fedora ones.
      2. I don’t like Red Hat. Even though I understand that open-source projects are complex and I should separate developers from their software, that doesn’t change my opinion on Red Hat.
      3. This problem stems from the previous ones. Using Fedora I feel like a beta-tester for future Red Hat projects and especially RHEL.

      Keep in mind, that I last used Fedora on versions 37–38 and things might have changed since.

      • sergay@discuss.online
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        OP, I don’t intend to convince you otherwise. I merely intend to share my own takes on this. So, without further a due.

        1. Last time I used it, Fedora’s updates were too unstable. I twice got updates breaking my system setup.

        So, first of all, you seem to think that Fedora’s updates are equally “unstable” compared to those found on Fedora Atomic. But this is simply categorically wrong due to Fedora Atomic being (as it’s name applies) an atomic distro. And hence has far superior updates (in terms of ‘stability’).

        Secondly, I recall this period quite vividly, and I actually agree with you that Fedora’s handling was a mess. And, unfortunately, this mess also affected Fedora Atomic. Thankfully, uBlue’s team ensured that the issues were not felt on any of its images. So, even if, at times, issues spill over to Fedora Atomic, users of uBlue images will not have to face those. Heck, history has recorded that the uBlue images have consistently prevented those issues to spill over to its images. Thus, while this may (perhaps rightfully so) make one question if they should use Fedora Atomic or not; this, however, does not represent the situation over at uBlue images. Hence, one could rely on those without fearing issues related to ‘stability’.

        1. I don’t like Red Hat. Even though I understand that open-source projects are complex and I should separate decelopers from their software, that doesn’t change my opinion on Red Hat.

        Fair. What makes you hate Red Hat? I know often cited reasons for why people hate Red Hat. But what are your reasons*?

        1. This problem stems from the previous ones. Using Fedora I feel like a beta-tester for future Red Hat projects and especially RHEL.

        Is this specifically a problem because you hate Red Hat? Because, quite frankly, the same somewhat applies to openSUSE and SLE. But this doesn’t seem to bother you.

        Keep in mind, that I last used Fedora on versions 37–38 and things might have changed since.

        Excellent point. Since that ‘double trouble’, it has been relatively stable. However, I wouldn’t be surprised if Fedora would act similarly if a new issue arises.

        • chunkystyles@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          With atomic, unstable updates aren’t a problem. You can just run back to previous.

          Atomic distros are so cool like that.

  • Chewy@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 months ago

    Fedora Atomic is greag. uBlue is better ootb, but most of it can be simply achieved by layering some packages (rpm-fusion, enable auto updates through /etc/rpm-ostreed.conf).

    NixOS is a whole nother beast and I’d only recommend it if you use standalone compositors (labwc, hyprland, sway, wayfire, river, …), or want a declarative system.

    Edit: Just read your comment about not liking Fedora. In that case I’d recommend OpenSUSE Tumbleweed. Other immutable distros are smaller and I don’t have any experience with them. (IMO with atomic distros the distro doesn’t matter much because apps are installed through flatpak or distrobox anyway.(

  • IrritableOcelot@beehaw.org
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    2 months ago

    From OpenSUSE there’s also leap micro. Never used it, but maybe worth looking at.

    If you don’t like fedora it might still be worth trying one of the fedora atomics, depending on what you didn’t like. For instance, I could never get used to dnf, but it’s largely irrelevant on an atomic distro anyways.

    I would love to see a true atomic Debian-based distro, but I think that’s a long way from maturity.

    Edit: opensuse aeon will also be released soon, but at least the comments on this post seem to think that there’s some important things missing from Suse atomic.

    • JustMarkov@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      2 months ago

      From OpenSUSE there’s also leap micro. Never used it, but maybe worth looking at.

      I heard of it, but it seems more server/development focused, rather than desktop.

      For instance, I could never get used to dnf, but it’s largely irrelevant on an atomic distro anyways.

      100% agree, dnf is a bummer. Maybe I’ll give Kinoite a shot, as it has many differences with “vanilla” Fedora.

      • IrritableOcelot@beehaw.org
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        Honestly I tried Silverblue, and had a much better time after I rebased to Bluefin. I would recommend going for Aurora over Kinoite. Of course, you can always rebase.

      • pmk@lemmy.sdf.org
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        What started as openSUSE Micro Desktop is now openSUSE Aeon. It’s still RC2, and RC3 will probably be easier to do a clean install since it will add full disk encryption, but if you want to check it out now it’s reliable and works well.

        • IrritableOcelot@beehaw.org
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          2 months ago

          Ahhh gotcha. The websites don’t give a good indication of that, unfortunately. Trying to find the differences between OpenSUSE flavors was surprisingly hard. Thanks for the info!

          • pmk@lemmy.sdf.org
            link
            fedilink
            arrow-up
            3
            ·
            2 months ago

            In recent turn of events, openSUSE Aeon will probably just be Aeon, and the name openSUSE will disappear everywhere.

  • Matúš Maštena@lemmy.ml
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Secureblue, GnomeOS (if you like updating daily), VanillaOS, AOSP, SteamOS, blendOS, and many more.