Sabayon Linux was a Gentoo-based distribution that existed from the mid-2000s until 2019. It aimed to make Gentoo accessible to regular users without the usual compilation headaches.
Created by Fabio Erculiani, Sabayon offered pre-built binaries through its Entropy package manager. This let users skip the hours of compiling while still getting the Gentoo experience.
Now Fabio has shared that he’s working on a new immutable, atomic Linux distro called matrixOS. Like Sabayon, it’s also based on Gentoo.
🚧 The developer warns that this is a hobby project specifically created for homelab setups, not for production machines.



Okay, soooooo…basically disregarding the entire point and benefit of Gentoo? The entire reason you’d want to build from source on a specific machine or architecture is for the compiler optimizations done on that hardware. Just shipping binaries around is normal, so I’m not getting what the point is here.
IMHO the power of gentoo is the customization, not the optimizations you can do when compiling. You can change the dependencies and config of software to get exactly what you want instead of a config somebody else has chosen for you.
I used Sabayon back in the days for a few years and you are expected to accept the defaults for most packages and use it as a mostly binary distro, but you also have the option to use emerge(gentoo’s package manager) to customize only some packages via USE flags. It was working quite well as far as I remember.