.Gentoo for everyone
CalamaroOS

A universal distribution built on Gentoo Stage 3 + Systemd, now also available with OpenRC on every edition, and the Calamares graphical installer to make Gentoo accessible to everyone. Every edition ships with Flatpak, the community GURU, Brave and LibreWolf repositories enabled by default, disk encryption at install, automatic detection of other installed operating systems (OS Prober) and support for EXT4 · BTRFS · XFS · F2FS. 7 desktop environments to choose from: the power of Gentoo, without barriers — and once installed, you customize everything to your needs.

Features

  • Desktop Environments 🍂 Cinnamon Modern desktop based on GNOME 3, with a classic, familiar experience. Great for those coming from Windows. ⚙️ Systemd · 🔧 OpenRC 👣 GNOME The modern desktop par excellence: clean, minimal interface designed for a distraction-free workflow. ✨ The OpenRC flavor is Wayland-only, in line with GNOME dropping X11 (since version 49). It ships Firefox with uBlock Origin and telemetry disabled. ⚙️ Systemd · 🔧 OpenRC 🪶 LXDE Ultra-lightweight GTK environment, very fast to boot. The ideal choice for old hardware and laptops. ⚙️ Systemd · 🔧 OpenRC ⚡ LXQt Qt-based: light and responsive, yet with a modern, clean interface. Great on modest hardware. ⚙️ Systemd · 🔧 OpenRC 🌿 MATE The classic environment, heir to GNOME 2. Intuitive, stable and battle-tested, with a traditional workflow. ⚙️ Systemd · 🔧 OpenRC 🖥️ KDE Plasma Feature-rich, highly customizable desktop with smooth animations and modern effects. The most complete and configurable in the family. ⚙️ Systemd · 🔧 OpenRC 🪟 XFCE The right balance between lightness and features. Fast and customizable, suited to any use. ⚙️ Systemd · 🔧 OpenRC
  • ⚙️ Systemd Modern · Complete · Universal The most widely-used modern init system. Advanced service management, fast parallel startup, timers, integrated journal. The standard choice for a ready-to-use system. All 7 editions available: Cinnamon · GNOME · LXDE · LXQt · MATE · KDE Plasma · XFCE ⬇ Go to Systemd downloads 🔧 OpenRC Lightweight · Traditional · Minimal Gentoo's historic, lightweight init system. Shell script-based, simple, transparent and minimal in resource usage. Perfect for those who prefer a classic, no-frills approach. Currently available: KDE Plasma · XFCE · MATE · LXQt · LXDE · Cinnamon · GNOME OpenRC family complete!

Project Samples

Project Activity

See All Activity >

Follow CalamaroOS

CalamaroOS Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
6
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

User Reviews

  • hello, i really like this distro but, could you add support for open rc instead of systemd? if not i understand it but i would love to have open rc lol
    Reply from CalamaroOS
    Posted 2026-05-05
    I understand your request; it's a time constraint. I'm working to improve and stabilize the project; lxde, gnome and cinnamon are still missing. I'll see what I can do later. Thanks for the review.
  • I couldn't get the Nvidia driver to work, I followed the guide on the Gentoo wiki. I might be being stupid, but an ISO with this configured could be a good addition. No matter what I did, it only uses llvmpipe as the graphics driver. edit: Thanks for the guide, I managed to install it now and it's working perfectly.
    Reply from CalamaroOS
    Edited 2026-05-06
    Uploaded guide file along with the iso. 1) # nano /etc/portage/make.conf ACCEPT_LICENSE="*" VIDEO_CARDS="nvidia" 2) Beware of the nvidia-drivers for my gtx1070 I had to mask the 595 because it doesn't work on my portage card it was clear. # echo ">x11-drivers/nvidia-drivers-580.126.18" >> /etc/portage/package.mask/nvidia-drivers and set the dist-kernel flag in /etc/portage/package.use, then when you update the kernel the Nvidia drivers will automatically reinstall. # echo "x11-drivers/nvidia-drivers dist-kernel" >> /etc/portage/package.use/nvidia-drivers 3) emerge -DNuag @world (install the nvidia-drivers) 4) Configure Xorg # nvidia-xconfig 5) # nano /etc/modprobe.d/blacklist-nouveau.conf blacklist nouveau options nouveau modeset=0 6)nano /etc/dracut.conf.d/nouveau.conf # Force nouveau and drm in the initramfs for NVIDIA cards (Kepler and later) #force_drivers+=" nouveau drm drm_kms_helper " #Disable Nouveau completely in the initramfs omit_dracutmodules+=" nouveau " install_optional_items+=" /etc/modprobe.d/blacklist-nouveau.conf " # Optional but recommended hostonly="yes" 7) Add parameters to the kernel. Open /etc/default/grub and in GRUB_CMDLINE_LINUX_DEFAULT: GRUB_CMDLINE_LINUX_DEFAULT="rw quiet splash nouveau.modeset=0 rd.driver.blacklist=nouveau nvidia-drm.modeset=1" 8) generate everything: # dracut -f # grub-mkconfig -o /boot/grub/grub.cfg #reboot
  • Tried this once Mate worked greatReally wanted .Cinnamon ,decided to try plasma.Will hook to internet right away ,reboot no internet or sound.Tried mate again same thing.Really like this suspect minor bug.Cinnamon comes out and works will be a favoite in the herd.Thanks for your time and effort.
  • I tried to install using the full encryption option after the installation finish. When I reboot it couldn’t find the encrypted drive. The installer works without the encryption option. Update review 5/16/2026. Thanks for the update since I’m trying to install this distribution on my laptop with encryption.
    Reply from CalamaroOS
    Edited 2026-05-14
    Hi, we've solved the disk encryption issue. The next plasma ISO and all the others will have working disk encryption. Thanks again for the report, and have a great day.
  • nvidia driver not installing,21 stcentury
    Reply from CalamaroOS
    Edited 2026-05-06
    Uploaded guide file along with the iso. 1) # nano /etc/portage/make.conf ACCEPT_LICENSE="*" VIDEO_CARDS="nvidia" 2) Beware of the nvidia-drivers for my gtx1070 I had to mask the 595 because it doesn't work on my portage card it was clear. # echo ">x11-drivers/nvidia-drivers-580.126.18" >> /etc/portage/package.mask/nvidia-drivers and set the dist-kernel flag in /etc/portage/package.use, then when you update the kernel the Nvidia drivers will automatically reinstall. # echo "x11-drivers/nvidia-drivers dist-kernel" >> /etc/portage/package.use/nvidia-drivers 3) emerge -DNuag @world (install the nvidia-drivers) 4) Configure Xorg # nvidia-xconfig 5) # nano /etc/modprobe.d/blacklist-nouveau.conf blacklist nouveau options nouveau modeset=0 6)nano /etc/dracut.conf.d/nouveau.conf # Force nouveau and drm in the initramfs for NVIDIA cards (Kepler and later) #force_drivers+=" nouveau drm drm_kms_helper " #Disable Nouveau completely in the initramfs omit_dracutmodules+=" nouveau " install_optional_items+=" /etc/modprobe.d/blacklist-nouveau.conf " # Optional but recommended hostonly="yes" 7) Add parameters to the kernel. Open /etc/default/grub and in GRUB_CMDLINE_LINUX_DEFAULT: GRUB_CMDLINE_LINUX_DEFAULT="rw quiet splash nouveau.modeset=0 rd.driver.blacklist=nouveau nvidia-drm.modeset=1" 8) generate everything: # dracut -f # grub-mkconfig -o /boot/grub/grub.cfg #reboot
Read more reviews >

Additional Project Details

Registered

2026-02-23