Look, I’ve only been a Linux user for a couple of years, but if there’s one thing I’ve learned, it’s that we’re not afraid to tinker. Most of us came from Windows or macOS at some point, ditching the mainstream for better control, privacy, or just to escape the corporate BS. We’re the people who choose the harder path when we think it’s worth it.
Which is why I find it so damn interesting that atomic distros haven’t caught on more. The landscape is incredibly diverse now - from gaming-focused Bazzite to the purely functional philosophy of Guix System. These distros couldn’t be more different in their approaches, but they all share this core atomic DNA.
These systems offer some seriously compelling stuff - updates that either work 100% or roll back automatically, no more “oops I bricked my system” moments, better security through immutability, and way fewer update headaches.
So what gives? Why aren’t more of us jumping on board? From my conversations and personal experience, I think it boils down to a few things:
Our current setups already work fine. Let’s be honest - when you’ve spent years perfecting your Arch or Debian setup, the thought of learning a whole new paradigm feels exhausting. Why fix what isn’t broken, right?
The learning curve seems steep. Yes, you can do pretty much everything on atomic distros that you can on traditional ones, but the how is different. Instead of apt install whatever
and editing config files directly, you’re suddenly dealing with containers, layering, or declarative configs. It’s not necessarily harder, just… different.
The docs can be sparse. Traditional distros have decades of guides, forum posts, and StackExchange answers. Atomic systems? Not nearly as much. When something breaks at 2am, knowing there’s a million Google results for your error message is comforting.
I’ve been thinking about this because Linux has overcome similar hurdles before. Remember when gaming on Linux was basically impossible? Now we have the Steam Deck running an immutable SteamOS (of all things!) and my non-Linux friends are buying them without even realizing they’re using Linux. It just works.
So I’m genuinely curious - what’s keeping YOU from switching to an atomic distro? Is it specific software you need? Concerns about customization? Just can’t be bothered to learn new tricks?
Your answers might actually help developers focus on the right pain points. The atomic approach makes so much sense on paper that I’m convinced it’s the future - we just need to figure out what’s stopping people from making the jump today.
So what would it actually take to get you to switch? I’m all ears.
I tried Silverblue.
And I wanted to run it without layering, cause everyone tells you to avoid it, since it kinda defeats the purpose of an atomic distro in the first place.First of all, it was buggy. As an example, automatic updates didn’t work, I had to click the update button and reboot twice for it to actually apply, even though it was activated in the settings.
None of the docs helped (actually, there wasn’t any in-depth documentation at all). And no one had a solution besides “It should actually just work”.
That’s the main advantage (the devs test with the exact same system you run) gone right from the start.Then Firefox is part of the base image, but it’s Fedora’s version, which doesn’t come with all codecs.
If you install Firefox from Flathub, you now have 2 Firefox’s installed, with identical icons in the GUI. So you need to hide one by deleting its desktop file. Except you can’t. So you have to copy it into your home directory and edit it with a text editor to hide the icon.
Then I went through all the installed programs to replace the Fedora version with the Flathub version, cause what’s the point of Flatpak if I’m using derivative versions? I want what the app’s dev made.Then it was missing command line tools I’m used to. Installing them in a container didn’t work well cause they need access to the entire system.
Finally, I realized even Gnome Tweaks wasn’t part of the installation, and it isn’t available as Flatpak.
That’s the point where I tipped my hat and went back to Debian. Which isn’t atomic, but never gave me any issues in the first place.Maybe it’s better now, I was on the previous version. Or maybe the Ublue flavours are better. But I don’t see any reason to start distro-hopping again after that first experience.
Honestly what you are describing here would bother me too. For example on my notebook I rely on configuring grub to use kernel argument
amdgpu.abmlevel=0
which fixes the screen colors getting washed out when in battery saving mode, but I doubt I would be able to configure grub on an atomic distro.
I switched to nixos years ago. Its better now than it ever has been as far as available packages and etc. But it does present issues if you get off the beaten path - the “now you have two problems” issue. For instance:
- if software is not packaged for nixos already, you won’t be able to follow the ‘build from source’ directions on its github page or etc. You have to make a nix package or at least development environment first. That can be tricky and you won’t have help from the software dev.
- If software downloads exes that require libraries to be in a certain standard location, well, they won’t work. Android studio for instance, downloads compilers and so forth. There are workarounds, mostly, but it can take a while to discover and get working and I’m sure many people give up. Again, the android studio software and documentation will be no help at all.
That said, more and more projects are supporting nix, and nixpkgs has gotten really big. I think they support more packages than any other distro now.
I wonder if OP and about 3/4 of the people in here understand the difference between atomic and immutable.
FWIW, I actually do understand the difference 😅.
As the term “immutable distro” has -unfortunately- become a misnomer, I went with the (more) descriptive “atomic distro” instead. At least it rings better than names like “distro with transactional updates”, “distro with (some degree of) managed state” or -heck- “distro with anti-hysteresis properties” 😜.
Granted, perhaps the notion (and/or intention) to lump the likes of NixOS together with Endless OS under one oversimplified umbrella term isn’t being helpful either. But I digress…
Though, I find solace in the fact that (at least within these discussions) Gentoo is regarded as a traditional distro 🤣.
Or…, put more formally: Creating and maintaining precise terminology for the diverse Linux ecosystem is incredibly challenging. While nerds like myself would enjoy the classification work, the effort required to keep terms accurate and widely understood in this ever-evolving landscape is no joke 😭.
Anyhow, I might as well hijack the remainder of this comment to thank you and everyone else that made contributions to this discussion. Much appreciated!
I’m not sure I do, please can you explain?
Atomic distros update in a monolithic block and if it fails, it’s as if no part of it occurred.
Immutable distros have a readonly filesystem and you can’t change any part of the system without explicitly remounting the files to write, then doing your updates. It’s not necessarily atomic when that update occurs, either.
You don’t need to layer or containerize applications you install in an atomic system, you can install an application as normal with the system package manager, it just has to complete successfully to be installed, then it becomes part of the overall A/B update system.
Immutable distros need to containerize the installations, or use layering to apply applications to the underlying RO filesystem, which makes installing software rather a pain in the ass at times.
OP keeps using the word “atomic” but the questions and explanation are more about “immutable”. And my answer to them about why wouldn’t I use an immutable system is pretty much the last, installing/updating/troubleshooting non-system software is a pain in the ass. On a dev station, it’s a nightmare.
You are technically correct about “atomic” and “immutable”, but you’re missing that e.g. the Fedora images use the wording “atomic” to refer to their update procedure, and they implement this using an immutable system. Nobody here is misusing these terms, because they are both applicable in this context.
On a dev station, it’s a nightmare.
I’ve been very happy with it on my dev stations, definitely hasn’t been a nightmare!
- I don’t really want to use Containerized packaging (flatpak,appimage nixos solves this nicely but its not my distro)
- They don’t offer many desktop envoirments (typo sorry but nixos also solves this )
- I like my current distro
NixOS even has Cosmic, so the DE thing isn’t true
Ohhh yeah I had bazzite,fedora immutable spins and stuff in my head.
I completely forgot about nixos
I agree with you. But there is Distrobox if you want to “bring your distro”
Sure, ngl I prefer the apps and stuff downloading on the main machine
Containerized packaging is toxic. Let them learn on their own time and not take you down with them!
What does that mean ?
I once installed Bazzite on my PC. I am an sway user/addict. So thought about installing sway on Bazzite.
Below is my journey
Let me try to download and compile it.
Downloaded but it won’t compile.
The libraries/dependancies are not installed. Here, try installing the packages via brew.
Nope, some of them are available and some are not on Brew.
Now what do I do? Okay, there is something called distrobox where I can install whatever I want.
Looks like I have to learn distrobox. Wait, sway is not a simple application, it’s a full blown window manager. Even if it compiles, will it work?
Most of the people online (Discord) told me the process won’t be very pretty.
Do I want to invest another week experimenting with distrobox?
Nope, installed Nobara the next day and I’m happy.
Disclaimer: Bazzite is a fantastic distro and it’s powering my RoG Ally. Atomic distros are fantastic for the niche they fill.
Ive been using pop-os for my desktop for years. Ive had no update headaches, roll back issues, or anything else that would compel me to swap distros for one that made these things better.
So to answer your question:
None of the above are compelling features that justify the work to switch off an already very stable distro.
Pop_OS! is a decent OS, been using it for a few years on my living room PC. On my gaming rig i been using Bazzite which i like where it’s going, love kde, but i can’t get surround sound working and for the life of me can’t figure out how to fix it. Might move on to another distribution, but we’ll see.
I use Bazzite on my Steam Deck because I wanted to get LUKS encryption for the hard drive (and otherwise do not wish to manually maintain the computer). I cannot take what is effectively a general purpose PC out and about without encryption. Especially not with the current political climate in my country (USA).
From dealing with SteamOS, I am already familiar enough with how to set up a full dev environment on the immutable distros. So while that is not a challenge for me, it is still a hassle to deal with. I’d rather just directly install my libraries and binaries rather than do workarounds in containers (and then remember the containers).
I think we’ll truly be in the immutable desktop distro future when I can do something like install the base distro image AND simply
dnf install
something (e.g.nvidia-vaapi-driver
orgcc
) on top without having to layer it withrpm-ostree
. That is, my dnf installs should transparently live on top of the base distro, and that way my base system will never break even if something on top of it does. The problem with layering with rpm-ostree is you are running the risk of a future failed upgrade. It would be like if your MacBook said “sorry, you installed a weird XCode library and therefore we cannot upgrade the OS” – and that should obviously never happen. Restoring my computer to a base state could be as simple asdnf remove *
or a GUI option to “Revert to base + keep user files” and that should leave me with a functioning basic system.Anyway, even though I only use an immutable distro on one device I do see it as the future of Linux desktop computing. I am not up-to-date with the development efforts, but I think we’ll eventually reach a day when using and configuring it, even for advanced users, will be no more difficult than traditional distros. Maybe by 2030 that will be the case.
I made my remarks w.r.t. rpm-ostree and the Fedora family of distros because that’s what I use. Obviously the other immutable distros have their own versions of these tools and their own versions of solving the problems related to them.
The reason most people still stick with windows/Macs. Current OS just works. I personally run mint, it works.
Before this i run windows 10 LTSC. The only reason i jump to mint is because it is almost the same as windows.
Pretty much me.
I’ve been daily driving debian for many years. I’m very comfortable here.
In 2025 with docker containers and flatpaks the benefits of an atomic OS don’t feel very compelling.
I have a small testing field. My mother is using Opensuse Aeon and my father in law is using Fedora Silverblue. Since I am their IT support it’s fine. I asked what they wanna do on their Laptops and figured it doesn’t matter if they use windows, mac or any linux distro. Since I am most comfortable with linux, it is what they are using now. They are happy and I am getting the same amount of questions as before. Had no real trouble since then.
This is my usecase too. I don’t personally feel any need for an immutable, but for family that regularly jams up their systems, bit makes sense. Unfortunately when I tried Aurora, it just wouldn’t boot no matter what. No idea why. Mint on the other hand just worked. Hopefully Aurora will get developed more and just work also because I would love to use it for family.
Neat. I’ve been thinking of doing something similar. My parents currently use a Mac, but they mainly just use the web browser. I was thinking of switching them to VanillaOS at some point.
mother is using Opensuse Aeon and my father in law is using Fedora Silverblue
How long have they been using those distros? Do you or they have any preferences for Aeon or Silverblue?
As long as it works and they can do their stuff, which is minimal, they don’t care. In fact they couldn’t say what they are using if you would ask them. They would probably just say Linux. This is in my opinion the best use case for immutable distros. While setting it up Silverblue was easier, as in the setup after installation had more software installed and there is no mandatory encryption setup. Aeon feels fresh and there is absolutely no bloat, but it is still RC at the moment.
I think most users just don’t really know much about atomic distros. A lot of people in this thread don’t seem to really understand the benefits and mention downsides that don’t really exist in most of them. I think eventually (and by that I mean in a VERY long time) atomic distros will become the standard. AerynOS is an upcoming one that seems to have a really amazing blend of it’s atomic features without disrupting the user experience people expect from more typical distros. It won’t replace Nix for me, but I hope it’ll convince a lot of people to try it out.
I also think atomic distros will become the norm eventually, but I think there’s a long way to go, and not just with user adoption. When I was looking into Nix I was very excited for quite a while, but eventually I realised it’s just another way of handling the package distribution/integration problem. A brilliant one, I agree, but with upsides and downsides like any other answer. And I realised that the incredible work put in by the Debian packagers is a better fit for my needs, no matter that it’s an older approach.
Perhaps one day, Nix or Nix-like will mature and grow to have the right options to fill my needs better. Perhaps one of the modern Atomics will be good enough for me. Or perhaps Debian et al will run out of steam and good works, or perhaps my needs will change. Or perhaps I’ll die first, after a long and happy life using traditional community package distributions.
But I look forward to the glorious future of GUIX/HURD. Even if I never live to see it.
There’s Guix sytem running on top of linux, so you don’t need to wait for hurd, :)
I haven’t tried them, so I cannot judge, but I’m just afraid I’ll run into issues when I will have to go off the beaten path. Inevitably I’ll have to do something hacky in order to fix some obscure software that the maintainers of the distro didn’t think of, and that’s currently already a big pain. But in such a strict setting it will be even more difficult. There will be no documentation and probably no guide or questions/answers on any forum either.
I’d be willing to try it for a productivity setup if I needed a reinstall, but not for my main PC because I just rely on too many hacks to get shit working.
I like the fact that linux is so easy to poke around in, even if it breaks. Breaking can be a good thing since that way I learn the most. I enjoy rebuilding my entire setup from time to time. I diskile the additional complexity.
Atomic distros dont stop you from breaking them, they just make it easy to undo breakage
I’m not trying to convince anyone, just explaining why I do the things I do and why I think the way I think. Fixing it easily misses the point, for me personally. If I can just undo my mistake then I miss the strong incentive to figure out what went wrong. Immutability itself is a wonderful thing. I love to write code using as much immutability as I can but thats for work. In my free time I want to raw dog a mutable linux distro because it’s fun for me.
I like fucking around and finding out. I also don’t like roll backs, real men only roll forwards :)
(don’t take that too seriously please)
Eh since my laptop is primarily for work and running my business, I have two separate base partitions for just such an occasion that I’ll mirror across once I know nothing went stupid. I just can’t afford to be goofing around procrastinating work, and then bork my system when I need to do invoicing and the like.
My main reason is one you listed. My setup works well for me; I enjoy it; and I don’t feel the need to fix what ain’t broke (when the “fix” likely involves breaking a lot of things I need to fix, and generally a lot of time and effort). Plus, from what I can tell, if you are particular about parts of your system, the immutable distros on offer are not diverse enough to cater to you—eg can I use my preferred init system, runit? All the immutable distros I know are systemd (which I am not a big hater of, but I like and am accustomed to runit already).
Edit: saw what you said at the end about what it would take for me to switch. It would be if I had a real use case for it, eg I regularly had problems that an immutable distro would solve, or I could see a way that an immutable distro would drastically improve my workflow.
Atomic/immutable distros are just another tool in the tool box. It is great for systems with a limited use scenario like the SteamDeck or HTPCs. I also love to install immutable distributions on systems where the user (often IT-illiterate) and the administrator are different people.
On my desktop PC I will, for the foreseeable future, use a normal distro (ArchLinux in my case) but i am planing to look into changing my servers to immutable with docker. That could make updates/maintenance easier and reduce the risk for full server compromises
* btw