Void Linux vs OpenRC
When comparing Void Linux vs OpenRC, the Slant community recommends Void Linux for most people. In the question“What are the best rolling release Linux distributions?” Void Linux is ranked 2nd while OpenRC is ranked 36th. The most important reason people chose Void Linux is:
A single instance of Void will be supported forever without needing to reinstall (you can update the system every day instead of having to install one major update every 6 months or so).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Rolling release
A single instance of Void will be supported forever without needing to reinstall (you can update the system every day instead of having to install one major update every 6 months or so).
Pro Very minimal
More minimalistic than Arch since it doesn't use systemd.
Pro Runit init system
An init system with the "do one thing and do it right" mentality. Void Linux does not support systemd.
Pro Easy to use installer
Unlike it's closest competitor, Arch, Void includes a very user-friendly and simple installer in the ISO.
Pro Runit is fast and easy to configure
Runit init system is incredibly fast to boot and very simple to use.
Pro Different DE's live ISO's are available
Arch Linux doesn't make ISO's with different DE's. One need to manually install it through CLI version. But Void which is competitor of Arch, provides a wide range of DE's ISOs.
Pro Very lightweight
Base installation can idle at less than 250 megabytes of RAM.
Pro XBPS (X Binary Package System)
A brand new package manager that is fast, full-featured, and tailored specifically for Void Linux.
Pro BSD-like improvements with Linux
Full support for LibreSSL, an OpenSSL fork focused on maximizing security. The xbps-src package builder works in a similar manner to BSD's ports collection.
Pro Musl image available
Musl libc is lighter and faster than bloated glibc. Musl has been argued to be more secure overall than glibc also but is also not supported by all software.
Pro Friendly forum
Unlike the Arch Forum, it is a friendly forum (although small).
Pro Xbps-src
Xbps-src is a source packages collection which is pretty similar to FreeBSD's ports and may replace AUR for Void users.
Pro Many packages
There are some packages in official repos, than may be found only in AUR.
Pro Cool Neofetch logo
Neofetch looks good.
Pro No systemd
Uses runit instead of systemd.
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 suitable for those new to Linux
Documentation is scarce, NTFS partitions aren't automatically mounted, etc.
Con Not popular
Void Linux is not a popular Linux distro. So, if you run into a problem then it's likely you won't find any fix except from the maintainers.
Con Manual unclear about base configuration
Manual does not explain how to fix GRUB and gives no partition hints to the available options.
Con Niche distro
Fewer developers, smaller community, fewer packages than other distros.
Con Nvidia CUDA cumbersome to setup
If your using a Nvidia card with programs that require CUDA for fast rendering (Blender), you can expect some trouble getting it to work as it's not included with the Nvidiadriver of the nonfree repo.
Con No packages
Void developers refuse to package brave.
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.