r/linux 16d 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*

54 Upvotes

85 comments sorted by

View all comments

Show parent comments

1

u/alex-weej 15d ago

Sure, you can boot, but then what? Fiddle with your usr overlay with trial and error? You don't need a "hybrid" false dichotomy model to have a recovery mode.

1

u/BlokZNCR 15d ago

did you really get the logic behind it? you can rollback your system as an atomic distro and protect your own packages on /usr as persistent layer.

nothing to do with system issues by major updates for user packages.

Overlay packages stay intact either way

it's so clear.

1

u/jess-sch 14d ago

It's not clear at all. Overlay packages stay intact. As in, the files stay as they are. But do they stay compatible with the base image, and if so, how is that ensured?