Genuen: A Fully Free Spin of Devuan GNU/Linux
Contents
What Genuen Is and Why It Exists
Inside Excalibur — Architecture, Init and Packages
Getting Hold of Genuen — Downloads, Repositories and Community
What Genuen Is and Why It Exists
If you've spent any time exploring the world of init-freedom distributions, you'll already know Devuan as the project that gave systemd-averse users somewhere to call home. Genuen takes that idea a step further. It's a libre spin of Devuan GNU+Linux, built specifically for people who want their operating system to be entirely free as in freedom, not merely free of one particular init system.
Genuen was previously known as Gnuinos, and traces of that former name still crop up here and there across its infrastructure and documentation, a little like an old nickname that refuses to fully disappear. Regardless of what it's called, the mission has stayed constant: strip away anything that isn't free software, and hand control of the computer back to the person sitting in front of it.
That word "free" is doing some heavy lifting here, and it's worth pausing on it. Genuen's maintainers are explicit that they mean freedom as in free speech, not necessarily free as in free of charge. In practice, this means the project rejects nonfree software, nonfree manuals and nonfree documentation across the board. Where Devuan itself still permits users to opt into proprietary firmware or drivers if they choose, Genuen draws a firmer line, aligning itself with the Free Software Foundation's definition of free software rather than a looser, more permissive interpretation.
The project ships the GNU Linux-libre kernel, the deblobbed variant of the Linux kernel that strips out binary blobs and nonfree firmware images that would otherwise sneak in via the mainline sources. It's the same approach taken by fully free distributions endorsed by the FSF, and it's a meaningful technical undertaking in its own right, since it means someone has to continually track upstream kernel changes and re-clean each release.
Init freedom remains close to the project's heart too. Rather than mandating a single service manager for every user, Genuen's broader philosophy embraces a genuine choice between alternatives such as OpenRC, runit, s6 and SysV, letting people pick the init system that suits their hardware, their habits or simply their curiosity. It's a refreshing contrast to operating systems that quietly narrow your options down to one "correct" way of booting a machine.
Under the bonnet, Genuen is built on Devuan, which is itself a fork of Debian created after systemd was adopted as Debian's default init system. Devuan preserved the traditional SysVinit approach and, crucially, kept the underlying Debian package ecosystem intact, so anyone comfortable with apt and dpkg will find Genuen's tooling instantly familiar. Genuen origin is recorded as Spain, and the distribution is classified as active, spanning desktop, server and live-medium use cases.
One detail that quietly signals a mature, community-minded project is Genuen's gratitude towards Devuan itself. The Genuen team is candid that none of this would be possible without the wider Devuan community, and the project's own website closes with a genuine note of thanks to those developers. It's a small thing, but it says a great deal about how Genuen positions itself: not as a rival trying to outshine Devuan, but as a specialised, purist offshoot built on Devuan's shoulders.
Inside Excalibur — Architecture, Init and Packages
The current stable release carries the codename Excalibur, mirroring Devuan 6.0's own codename, and was published in mid-August 2026. Genuen deliberately reuses Devuan's release codenames rather than inventing its own, and the project is quite insistent that users stick to these codenames, rather than terms like "stable" or "testing", when configuring their package sources. It keeps the two projects' repositories aligned and avoids nasty surprises when a "stable" label suddenly points somewhere unexpected.
Excalibur's default desktop offerings are LXDE and Xfce, both built for the x86_64 architecture. This is a leaner spread than Genuen's prior release, codenamed Daedalus, which offered live and installable images across a much broader range of desktops, including Cinnamon, GNOME, KDE Plasma, LXQt, MATE and Openbox, alongside support for the older i586 architecture too. It's the kind of trimming down that niche, volunteer-driven distributions often go through as maintainers focus their limited time on the environments that matter most to their user base, rather than spreading themselves thinly across a dozen desktop options.
Looking at the package versions Genuen ships in Excalibur alongside those in Daedalus tells an interesting story about how the project evolves. The Linux kernel has moved on considerably, from the 6.1 series in Daedalus up to 6.12 in Excalibur, and core system components such as glibc, GCC, bash and GRUB have all been refreshed to noticeably newer releases too. Excalibur's default web browser is Abrowser, a de-branded, privacy-respecting Firefox derivative popular among fully free distributions, replacing Daedalus's use of Chromium, which itself carries nonfree elements in its default configuration that a purist free-software distribution would rather avoid.
Interestingly, not every component follows a straightforward upgrade path. Excalibur's package table shows Qt sitting at the older 5.15 branch, whereas Daedalus had already moved to Qt 6. This is a useful reminder that distribution release cycles aren't always a neat, linear march forward on every single package; sometimes a leaner desktop selection means certain toolkits simply aren't pulled in at all, or a particular version is retained deliberately for compatibility reasons. Similarly, several packages that appeared in Daedalus, among them LibreOffice, MariaDB, PostgreSQL and Samba, don't feature in Excalibur's default major-package list at all, again reflecting the release's tighter, more focused footprint centred on LXDE and Xfce rather than a full desktop-and-server-everything image.
On the init front, Excalibur's shipped package table lists SysV as the init software in this particular build, even though the project's wider philosophy continues to champion a genuine choice of alternatives. It's a good example of why it pays to check the specifics of a release rather than assume every principle stated at project level is baked into every single image; the Excalibur LXDE and Xfce builds available right now default to SysVinit, with users free to layer in OpenRC, runit or s6 themselves if they'd rather.
Filesystem support in Excalibur covers ext4, JFS and XFS, a sensible, well-tested trio rather than an exhaustive list, and package management continues to run through the tried-and-tested apt and dpkg toolchain, with packages distributed in the standard deb format. The release model is fixed rather than rolling, meaning Excalibur represents a defined snapshot of software versions rather than a continuously updated stream.
Genuen also maintains a couple of small but genuinely useful pieces of its own infrastructure that are worth knowing about if you're planning to use the distribution seriously. One is Ubus, an inter-process communication framework borrowed conceptually from the OpenWRT project, which several Genuen utilities rely on for tasks such as managing network interfaces and handling USB mounting without needing systemd's equivalent services. The other is libudev-compat, a compatibility layer that helps software expecting udev-style device management continue functioning smoothly on a system that has deliberately avoided systemd's broader ecosystem. Together, these tools illustrate the quiet, unglamorous engineering work that goes into keeping a fully free, non-systemd distribution genuinely usable day to day, rather than merely usable in theory.
Getting Hold of Genuen — Downloads, Repositories and Community
Genuen's download mirror is refreshingly uncluttered. For the current Excalibur release, you'll find two ISO images on offer, one built around LXDE and one around Xfce, both for the amd64 architecture and both weighing in at a little over a gigabyte. Each image is accompanied by its own SHA256 checksum file, so verifying your download before you burn it to a USB stick or spin it up in a virtual machine is a quick, sensible step that only takes a moment.
Getting your package sources configured correctly is where Genuen's insistence on codenames really matters. Rather than pointing your sources.list file at generic terms, you point it at excalibur specifically, along with excalibur-updates and excalibur-security for ongoing patches and fixes. The repositories themselves are served through packages.genuen.org, using a merged repository setup rather than a single flat mirror.
That merging is handled by a tool called amprolla, an apt repository merger that was originally built for Devuan's own infrastructure. In Genuen's case, amprolla stitches together Devuan and Genuen packages into a single coherent repository view, translating and redirecting requests behind the scenes so that the end user simply sees one consistent set of packages rather than having to juggle multiple sources by hand. It's a clever piece of plumbing that saves users a great deal of manual configuration.
One important caveat worth repeating clearly: Genuen's repositories are exclusive. They aren't designed to be mixed in alongside Devuan, Debian, Ubuntu or other apt-based repositories on the same system. If you're used to blending sources from multiple distributions to get hold of a particular package, that habit doesn't translate well here, and mixing repositories risks breaking dependency resolution or pulling in packages that clash with Genuen's fully free philosophy.
Because Genuen is such a lean, focused project, it leans on Devuan's own documentation for the bulk of its user guidance, an entirely sensible choice given how closely the two distributions share their underlying architecture, package management and general approach to configuration. If you're comfortable finding your way around Devuan's guides, you'll have very little trouble applying that knowledge to Genuen.
Development activity is visible through Genuen's presence on Devuan's own Git infrastructure, where the project's source and packaging work is hosted and tracked. It's a small but telling detail: rather than spinning up entirely separate infrastructure, Genuen chooses to work within the Devuan ecosystem wherever it sensibly can, reinforcing that close, cooperative relationship rather than duplicating effort unnecessarily.
The Genuen website itself is worth a mention too, if only because it's a genuinely rare thing these days: it's cookie-free, and its content is published under a Creative Commons Attribution-No Derivative Works licence. For a project built entirely around the principle of user freedom and control, that consistency between stated philosophy and everyday practice, right down to how the website itself is built, is a nice touch.
A Final Word
Genuen won't be for everyone, and it doesn't try to be. It's a deliberately narrow, purist take on what a Linux distribution can be when every nonfree component is stripped away and init freedom is treated as a genuine principle rather than a marketing line. For users who share that outlook, or who simply want to understand how far a Devuan-based system can go in pursuit of software freedom, Genuen offers a compact, honestly documented example to explore.
Disclaimer: All product names, logos, trademarks and registered trademarks mentioned in this article, including Genuen, Devuan, Debian, Linux and any associated marks, are the property of their respective owners and are used here solely for identification and informational purposes. Every effort has been made to ensure the accuracy of this content based on official sources available at the time of writing, but software projects evolve quickly, and readers are encouraged to consult the official Genuen and Devuan resources for the latest details. As always, please use open-source software responsibly and in accordance with its applicable licences.
References
🕊️⛓️💥🪽✊🔥


















Comments
Post a Comment
Hello and welcome to The Distrowrite Project! We appreciate your engagement and value diverse perspectives. Our community thrives on respectful and constructive discussions. Please ensure your comments align with our guidelines: no hate speech, personal attacks, or spam. Let us foster a positive environment where everyone feels comfortable to share their thoughts and insights. Kindly direct any complaints and suggestions for any software/hardware directly, clearly and politely to the respective developer(s). Thank you for being a part of our community!