This is a list of Gentoo Linux derivatives.
See main article: Calculate Linux.
See main article: articles, ChromiumOS and ChromeOS.
CloverOS GNU/Linux was a Gentoo image (stage4) and binhost optimized for performance that aims to be both minimal and out of the box. It began in 2017. Main website is down as of 2022-02-01,[1] may no longer be active.[2]
See main article: Container Linux.
FireballISO | |
Developer: | Indy |
Working State: | Active |
Kernel Type: | Monolithic (Linux) |
Website: | fireballiso.sourceforge.net |
FireballISO (or "Fireball") is a VMware virtual appliance that builds a security-hardened Live CD containing a stripped-down custom version of Gentoo Linux. The original intent of the project is focused on providing firewall and networking services to a network, but the appliance can be customized in almost limitless ways to build bootable ISOs that can do many different things. When burned to a CD-ROM, it will allow a perhaps otherwise unused, old computer to boot it and act as a network security device. It may also be used in a virtual environment as a secure cloud appliance. Notable features in the generated ISO include:
The virtual appliance can be updated just like a normal Gentoo system, allowing new Live CD images to be generated with the latest security fixes, bug corrections, additional features, and updated configurations. The Live CD should be re-generated as often as important changes are released by the authors of the various software packages it contains.
Funtoo Linux | |
Developer: | Daniel Robbins, Oleg Vinichenko, Funtoo Technologies |
Family: | Linux (based on Gentoo Linux) |
Source Model: | Open source |
Latest Release Version: | Rolling release |
Latest Release Date: | 1.4 |
Preceded By: | 1.3 |
Kernel Type: | Monolithic (Linux) |
Userland: | GNU |
Ui: | Gnome, KDE Plasma, XFCE |
License: | Free software and others licenses |
Working State: | Discontinued |
Supported Platforms: | ARM, IA-32, x86-64 |
Updatemodel: | Emerge |
Package Manager: | Portage |
Funtoo Linux was a Linux distribution based on Gentoo Linux, created by Daniel Robbins (the founder and former project leader of Gentoo Linux) in 2008. It's developed by a core team of developers, and built around a basic vision of improving the core technologies previously used by Gentoo Linux.[3] [4]
In early 2008, Robbins proposed to resolve[5] the Gentoo Foundation problems.[6] But he had left the project in 2004, and his offer was refused.[7] The Funtoo project was born as an initiative to implement his vision, with aims to share innovations.[8]
On July 26th, 2024, Robbins announced on the official Funtoo website that he would shut down the whole project due to a lack of interest in it.[9]
Funtoo is a source based Linux distribution.
Funtoo features in addition to native UTF-8 by default include:
In July 2017 Funtoo switched from plain portage approach to splitting the portage tree into kits.[10] This should tie software updates together and help with the dependency problems of a rolling release distribution. Kits also are gaining maturity status as they are tested and as patches are applied.
Funtoo uses Git to store the Portage tree. The tree is split into kits now with meta-repo[11] being the repo holding all the kits as submodules.
Metro[12] is an automatable software package for building stages used in installing Funtoo.
boot-update[13] provides a unified mechanism for configuring the GNU GRUB2 and GRUB Legacy boot loader versions.
Funtoo has its own core networking solution to allow users to simplify the creation of complex network interfaces based on pre-created profiles.[14]
Since May 2015 Funtoo offers a pre-built generic kernel with stage3.[15] Although Funtoo is a source-based distribution, it should be possible to use a prebuilt Linux kernel.[16] Funtoo no longer encourages the use of the Sabayon kernel; however, with many improvements to Funtoo's design and init process, one should be able to load a binary kernel plus initrd from a preferred distribution hosting a precompiled/preconfigured kernel. Ubuntu's kernel linux-3.2.0-17-generic has been tested and is known to work. This can benefit those who like to avoid building custom kernels. Using a generic kernel from another distribution should be straightforward if using boot-update .
The most marked difference between the two would be no systemd support in Funtoo, but still delivering for example a working Gnome desktop[17] without the systemd need.[18]
See main article: Nova (operating system).
See main article: Pentoo.
See main article: Sabayon Linux.
Redcore Linux | |
Website: | http://redcorelinux.org/ |
Tin Hat Linux | |
Website: | tinhat.sourceforge.net |
Developer: | Anthony G. Basile, et al. |
Family: | Unix-like |
Source Model: | Open source |
License: | Various |
Latest Release Version: | 20150616 |
Language: | Multilanguage |
Kernel Type: | Monolithic |
Ui: | GNOME |
Working State: | Discontinued |
Supported Platforms: | IA-32, x86-64 |
Package Manager: | Portage |
Tin Hat is a security-focused Linux distribution derived from Hardened Gentoo Linux. It aims to provide a very secure, stable, and fast desktop environment that lives purely in RAM.[19] Tin Hat boots from CD, or optionally from USB flash drive, but it does not mount any file system directly from the boot device. Instead, Tin Hat employs a large SquashFS image from the boot device which expands into tmpfs upon booting. This makes for long boot times, but fast speeds during use.
The central design consideration in Tin Hat is to construct an operating system that can hide data from an attacker even if he has physical access to the computer. Physical access to a computer with unencrypted filesystems does not secure the data and an attacker could easily retrieve the data. Encrypting the filesystem provides protection from such an attack, but many implementations of encryption do not hide the fact that data is encrypted on the filesystem. For example, the LUKS encryption system includes metadata which detail the block cipher and block cipher mode used in encryption. This information does not help the attacker decrypt the filesystem, but it does reveal that it contains encrypted data and not random data. However, Tin Hat stores its filesystem in the RAM, leaving no data in the computer's hard drive. If the user stores any data via a more permanent means than RAM, the encrypted data is indiscernible from random data.
Tin Hat's preferred method of encryption is via loop-aes v3.
Beyond these considerations, Tin Hat has to also protect against more common exploits based on networking or security holes in software. The hardening model chosen is PaX/Grsecurity which is already provided by the Hardened Gentoo project. Hardening of the kernel and the toolchain make most code-borne exploits less likely. A non-modular compiled kernel further frustrates the insertion of malicious kernel modules.[20]
See main article: Ututo.
VidaLinux | |
Developer: | Vidalinux Desktop Project |
Working State: | Abandoned (2010) |
License: | Various |
Website: | (web archive) |
VidaLinux (VLOS) was an operating system based on Gentoo Linux. A GNOME-based OS, VidaLinux installs with the Red Hat Anaconda installer. VidaLinux tries to provide most appropriate tools and support for home and office use, such as PPC support and RealPlayer.
As of December 3, 2009, VLOS has been rebuilt with Daniel Robbins' fork of Gentoo Linux called Funtoo.[21]
Vidalinux comes in two different flavors; one can be downloaded, while the other must be purchased. While the downloaded version technically has all the same software packages as the purchased version, the difference is that the purchased version (which can be bought for 25 USD) contains many binaries of often used programs, while the downloaded version forces the user to download ebuilds of these packages and build the binaries themselves, which requires more time.