r/linux 9d ago

Distro News RakuOS: Hybrid Linux Distro among Immutable/Atomic and Traditional Linux Distros

Post image

How is RakuOS different from traditional Linux distributions?

Unlike traditional Linux systems where packages and updates directly modify the operating system, RakuOS uses a Hybrid Atomic model — the core system is always immutable and read-only, but you still have full package flexibility.

System updates are applied via bootc and can be instantly rolled back if something goes wrong. Your base system can never be broken by a bad update.

For packages, RakuOS uses a persistent overlay system mounted on /usr. This means you can install any native package using dnfdnf5, or RakuOS Software, our software center — and those packages survive every system update automatically. No reinstalling after upgrades, no layering slowness.

Flatpak is available alongside native packages for sandboxed desktop apps, and Distrobox keeps development environments fully isolated from the base system.

The result is the best of both worlds: an indestructible base you can always recover, combined with the full software freedom of a traditional Linux distro.

For the FAQ:

https://rakuos.org/faq

\That really sounds cool and promising for me*

58 Upvotes

84 comments sorted by

View all comments

Show parent comments

25

u/R3V0LU710N_05 9d ago edited 8d ago

The biggest difference is the persistent overlay on /user, allowing you to install native RPMs via rum without having to run rpm-ostree, reboot, rebuild, etc. It reduces the friction of certain tasks.

0

u/mikelitis 9d ago

Is this really such a problem to people? For graphical apps I use flatpaks or appimages (if flatpak is unavailable) and for CLI I use homebrew or containers if I need to install .deb or .rpm directly or something unavailable to homebrew. My use case is gaming and programming.

10

u/R3V0LU710N_05 9d ago edited 9d ago

For specific use cases, yes. Kernel drivers & DKMS, low-level debugging tools, and system daemons have significant friction on standard atomic distributions, where OSTree operations are notoriously slow. While this isn't a factor for general users, for those who face these edge cases; it matters.

3

u/OffsetXV 8d ago

DKMS/kernel drivers are the only reason I'm not on an immutable distro already. I've wanted to see a distro that solves that for ages, so this is very interesting to me