18
Fellow open-source enthusiasts,
We all have that mental backlog of promising projects β those distros, tools, and systems we keep tabs on but haven't yet deployed. Perhaps you're waiting for that mythical free weekend, lacking a spare/compatible device or just holding out until that one killer feature drops.
FWIW, my 'someday' list includes:
Operating Systems/Distros:
- Gentoo β Source-based meta-distribution driven by Portage and USE-flags for near-granular control; binary packages also available if you'd rather skip marathon compile sessions.
- Guix System β GNU's functional, declarative distro built with Guile Scheme.
- MocaccinoOS β Image-based, container-built distro that originated from Gentoo/Sabayon but now uses the Luet package manager and OTA-like updates.
- NixOS β Declarative Linux distribution using the Nix package language.
- Qubes OS β Security-focused OS that uses Xen virtualization to compartmentalize your digital life into isolated environments with a unified desktop.
- Spectrum β In-development security-oriented OS built on Nixpkgs using KVM-based microVMs for compartmentalization.
Desktop Environments/Window Managers:
- COSMIC - System76's comprehensive Wayland-native desktop environment written in Rust.
- Hyprland β Dynamic tiling Wayland compositor with scriptable layouts and impressive animations.
System Security/Firmware:
- coreboot β Open source alternative to proprietary BIOS/UEFI firmware (though recent x86 still needs vendor blobs such as FSP/AGESA).
- Heads β coreboot + Linux payload providing TPM-measured, tamper-evident boot for select laptops.
- nix-mineral - NixOS module for convenient system hardening.
- TrenchBoot β Framework for dynamic root-of-trust (DRTM) launches via Intel TXT, AMD SKINIT, or SEV-ES.
Applications/Tools:
- Android Translation Layer - Run Android apps natively on Linux (still in early development).
- Emacs β The self-extensible Lisp machine masquerading as a text editor; someday I'll embrace the config rabbit hole.
- Olive β FOSS non-linear video editor in alpha.
- systemd-sysext β Overlay read-only
/usr
and/opt
(or/etc
via confext) with extra images; extensions auto-activate at boot or can be merged/unmerged/refreshed live with a single command. Handy for immutable distros, though itβs additive-only and not a full package manager.
What open-source projects are you admiring from afar? Time to compare notes!
To clarify, this is just my list that I shared in the hope that others would follow suit π . (Which hasn't been successful so far...) Consider posting yours π!