When comparing Gentoo Linux vs OpenRC, the Slant community recommends Gentoo Linux for most people. In the question“What are the best rolling release Linux distributions?” Gentoo Linux is ranked 13th while OpenRC is ranked 36th. The most important reason people chose Gentoo Linux is:
You build the package from a source you can see and read. You decide which features you want to build in and which aren't needed. You can choose build options, optimisation and whatever else fancy stuff you want modified. With a binary distribution this simply isn't possible.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Full control of the software
You build the package from a source you can see and read. You decide which features you want to build in and which aren't needed. You can choose build options, optimisation and whatever else fancy stuff you want modified. With a binary distribution this simply isn't possible.
Pro Portage's emerge is powerful
Portage is a package management system with a huge amount of options and features.
Pro Fully customizable
The usage of advanced features like USE flags makes it more customizable than any binary distribution.
Pro Freedom
You are free to do whatever you want with it. As a result, its configuration reflects your unique taste and personality.
Pro Great for anyone who is serious about learning the intricacies of Linux
It's useful for both beginners and professionals. For the installation, Gentoo offers various types, which are referred to as stages. Basically meaning how in depth you would want to go into the process of installation. For beginners it's useful to choose for a starting distro due to its various stages that can be very time consuming but beneficial as you learn the composition in general of Linux.
Pro Can by optimized to any given CPU by using proper compile flags
Since everything is being built on your PC you can fine-tune the code to make use of your CPU. And all it requires is two lines of string variables in a global config.
Pro Portability
There are many architectures available for Gentoo : i386, x86-64, PowerPC, PowerPC 64, sparc, DEC Alpha, ARM, MIPS, PA-RISC, S390, IA-64, sh, m68k.
Pro Can be officially systemd-free
Gentoo's default init system is OpenRC. Gentoo also officially supports systemd-free Gnome and udev. Users are free to choose any init system they want.
Pro Documentation and community are second to none
Provides a whole handbook to refer to during setup and usage.
Pro A very large collection of software is available
There are more than 19.000 packages available in the official repository. And even more with overlays.
Pro Gentoo does not impose a standard look-and-feel
Pro Superiority and smartness
You get superiority and get called smart daily for going through the processes of punishing yourself to a compile install you also get a cool neofetch logo.
Pro Live USB installation
Installation via a Live USB allows you to go back and fix mistakes from it without having to restart the whole installation process.
Pro No feature creep
OpenRC follows the UNIX philosophy of 'do one thing and do it well', while it's true that it has more features than sysvinit, it does not stay away from its primary function with unnecessary added features.
Pro Extremely simple
All configuration is done via shell scripts and symlinks. Shell scripts can then use various specialized utilities to ease the development of init scripts.
Pro Fast
OpenRC builds on top of sysvinit and adds some more useful features (like parallel booting) while still the simplicity that sysvinit is know for. Because of this it generally boots faster than other init systems, especially when parallel booting is enabled.
Pro UNIX-Like
Does one thing and does it well.
Pro Less dependency creep
Using OpenRC does not lock in a distribution by providing specific NON-POSIX extra services which programs then would rely on.
Pro A very balanced compromise
Basically OpenRC doesn't replace SysV init, but rather works with it, providing features that SysV is lacking while taking advantage of its benefits. It's also used by a fair amount of reasonably popular distros and is well supported and developed.
Pro Very efficient on system resources
Uses multi-core and ram very efficiently.
Pro Portable
It can be ported to other UNIX and UNIX-like operating systems.
Pro Flexible and extensible
I can add a new startup script for most cases in under five minutes. The ability to quickly insert new applications into the system is a big help.
Pro Not bloated
Pro Deterministic
It always initializes a system the same way; if OpenRC booted and ran a system properly today, it will boot and run properly tomorrow, and the next day.
Cons
Con Not beginner-friendly
You have to read a lot of instructions to start, even if you are familiar with Linux. Furthermore, as you have to configure the kernel and init system, expect some boot failures at beginning.
Con Since everything must be compiled it takes a lot longer to update
And if you have to update the kernel or some heavy software like Chromium it can takes hours if not more on weaker hardware.
Con No default installer
Installation must be done manually by following instructions in the handbook.
Con Customized package installation can take a long time and cause installation failures
The Gentoo package management system allows you to configure what compilation flags packages should support - i.e. specific processor flag support (SSE, SSE2, etc.), -O1, -O2, -O3 optimization, etc.
If you accept one of the default flags, Gentoo downloads binaries from the server. However, if you decide to optimise, it can and will download all source packages and start compiling allthe programs and libraries on your system. If your chosen flags don't work with a particular library, installation will fail.
Con Somewhat outdated solutions
While being outdated per se is virtually impossible for a rolling-release distro with a large community, a large portion of said community sticks to outdated solutions. For example, Gentoo's primary init system is OpenRC, which is cumbersome and awkward to use and provides little control over the system. While you can just choose systemd, it will require some tinkering. Other examples include stubbornly declaring an initramfs a last resort and an "oh my god 1337 H4XX0RZ surely have nothing better to do than trying for a month to exploit some vulnerability to steal my pony art, I have to fortify so hard my performance and ease of use will suffer" 90s security mentality.
Because of just how much freedom Gentoo provides you with, this usually isn't a big deal though.
Con Too hard
Con No socket activation
OpenRC does not have socket activation yet. It will be added in the future though.
Con Not widely offered across distrubutions
From Distrowatch, only ten distributions (of which 8 Linux, 1 BSD) officially support OpenRC, and offer it through their standard repos.