Page 1 of 1

MocaccinoOS (formerly Sabayon)

Posted: Sun Feb 08, 2026 11:44 pm
by Zema Bus
Sabayon ended development years ago, but came back as MocaccinoOS.
Mocaccino Desktop
MocaccinoOS variant based from Portage

Mocaccino Desktop is a Gentoo-based distribution (derived from Sabayon) oriented towards Desktop systems.

It contains installable “apps” that we refer internally as “layers” to install common suite of packages needed to bootstrap a pure and simple OS.

A user should be able then to install KDE Plasma by running luet install layers/plasma and nothing else. That package should install all the necessary components to make the “app” work as expected. The user shouldn’t be exposed to the typical OS architecture of bringing with it dozens of dependencies. Simply said: All micropackages are abstracted away and are included in a layer and installed as a single package.

Think at it like Android apps: Install and uninstall should be as simple as that.

This approach is completely different from Mocaccino Micro, which is a LFS and all packages are compiled 1:1.

In this repository, updates are OTA-alike, with less friction as possible.
Why MOS Desktop is different?

For the user, MOS Desktop is a pure and simple OS. We target to deliver an unique approach on package installation and upgrades. Applications should bundle all the required dependencies in order to run, or alternatively share common layers that are used between them (for example think about MATE, GNOME, and all software that depends on GTK). This allows users to have OTA-alike updates, without having to struggle with all packages dependencies.

From a developer standpoint, MOS takes a unique approach on package building, allowing developers to iterate locally changes to the packages very easily, thanks to the Luet flexible backend approach. You can use Docker to build packages locally, or Kubernetes to build them in your cluster
From mocaccino.org

Re: MocaccinoOS (formerly Sabayon)

Posted: Mon Feb 09, 2026 12:34 am
by Grogan
I tried Sabayon for a time, and I was constantly fighting with it. I didn't much like it. I think it survived longer on my netbook though. It sounds worse now, with the containerized packaging.

Re: MocaccinoOS (formerly Sabayon)

Posted: Mon Feb 09, 2026 2:40 am
by Zema Bus
I remember those days, and how you tamed it on your netbook. They also have an edition based on LFS but configured for embedded systems and containers. Though they also say they will have a desktop variant of it.
MocaccinoOS Micro is a LFS Musl OS based not on layers, but on a tiny core package set, suitable for cloud and embedded environment.
Easy to build packages on.
Mocaccino Micro: Musl-based Linux From Scratch using only Luet. Suited for cloud and containers, but more to come as a Desktop flavor.
Not sure if they would use Musl in a desktop version.