128
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 17 Jan 2026
128 points (98.5% liked)
Linux
57274 readers
1340 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
The concept is attractive.
Since back before "atomic" and "immutable" were fashionable buzzwords, I've had a few Alpine installations running something like this. Their installer supports it. https://wiki.alpinelinux.org/wiki/Immutable_root_with_atomic_upgrades
I guess I'm also not alone in having been running OpenWrt with atomic upgrades for many years.
Since then been running a ublue fork (Aurora) for a while now. Forking it and running the builds on my own infra instead of relying on their GitHub works after hacking up the workflow files but it's quite redudandant and inefficient with IMO one too many intermediate layers (kinoite -> akmods -> main -> aurora/silverblue/bazzite -> iso) downloading the same things multiple times repeatedly despite spending considerable overhead on caching. It's clear that building outside of their GitHub org is not really actively supported.
Also tried openSUSE microOS (Aeon) a year or two back for a while. I want to like it but find zypper and transactional-update pretty uncomfortable and TBH sometimes still confusing to work with. Installing it on encrypted RAID was daunting IIRC. Rough edges. Enough out-of-date docs on the official site to make Debian wiki look like ArchWiki in comparison.
KDE Linux looks promising but it was still in a very early and undocumented stage last I looked. Great to see the progress.
More recently been looking more at Arkane Linux and been using it for some months now. It's an immutable with Arch base. Much easier to customize and maintain than the ublue options and a lot less time spent triggering and waiting for builds - while having less stuff pulled from third-party servers in the process and an easy way to fork packages by cloning and submoduling an AUR repo. Lot more straightforward to make work without relying on GitHub. If you're looking at rolling your own builds and are comfortable with Arch, I highly recommend checking it out. My fav so far.
https://arkanelinux.org/
https://codeberg.org/arkanelinux/arkdep
Given the self-contained nature of Debian - cloning the Debian sources is enough to do a complete offline build of everything - I think it'd be the most interesting base for a sustainable immutable distro unless you go to the opposite end with "distroless" (no comment). Looking forward to one.
Arkane looks very cool. Will have to look into it. Edit: How well is it maintained?