EnigmarsOS: Privacy-First Arch for Gamers and Devs
Table of Contents
Arch Linux has a well-earned reputation for being powerful but unforgiving: brilliant once it's configured, rather daunting to configure in the first place. Over the years, a whole family of "friendly Arch" distributions has sprung up to soften that entry curve without diluting what makes Arch worth using. EnigmarsOS is the latest name to know in that space, and it takes a slightly different angle to most: rather than picking a single lane, it tries to be equally comfortable for someone who cares mainly about privacy, someone who wants their games to simply work, and someone who spends their day in a terminal writing code. Whether it manages to be all three things well is exactly what we're here to find out, so let's take a proper look under the bonnet.
What Is EnigmarsOS?
EnigmarsOS is a rolling-release Linux distribution built on an Arch Linux base, developed under the RishiSpace banner and, according to its DistroWatch entry, maintained out of India. It ships KDE Plasma 6 as its desktop environment, running on Wayland by default, and it leans on the Calamares installer to get itself onto a machine — the same friendly, guided installer used by dozens of other approachable distributions, here labelled "EnigmarsOS Rolling" in its own about dialogue. The project describes itself with a simple three-line promise on first boot: privacy first, secure by default, ready immediately. That tagline is worth unpacking, because it more or less sets the agenda for every design decision that follows.
Being a rolling release means there isn't a version 1, 2 or 3 to wait for. Instead, the distribution is continuously updated from its own repositories, with fresh installation images cut on a genuinely brisk schedule — the project's SourceForge downloads page shows a steady cadence of new ISOs arriving every few days, several within the same week in some cases. That's proper rolling-release territory, closer in spirit to Arch itself than to the more sedate release rhythms of Debian-based distributions. It does mean the exact kernel build, package counts and ISO size you'll see quoted anywhere, including this article, are a snapshot rather than a fixed target; at the time of writing, DistroWatch's tracked build listed roughly 1,700 packages and an ISO in the 6 gigabyte region, while a slightly newer build produced a marginally different kernel patch number and package count during our own testing. None of that is a discrepancy to worry about — it's simply what "rolling" looks like in practice, and EnigmarsOS is refreshingly upfront about it rather than pretending to be a static release.
Underneath the desktop, EnigmarsOS uses a custom kernel package called linux-enigmarsos, which is built on Arch's kernel sources with the BORE scheduler patch applied — BORE being a well-regarded community scheduler tweak aimed at improving desktop responsiveness under load, of the kind you'll find in several performance-oriented distributions. Alongside it sits a linux-enigmarsos-lts variant for anyone who would rather trade a little bleeding edge for a longer-supported kernel line, both selectable at boot time and both manageable, install and removal alike, from within the distribution's own tools. The bootloader of choice is Limine, a modern, actively developed boot manager that shows up in both the live and installed boot menus with a distinctive purple-and-teal geometric "E" glyph as its backdrop, arrow-key navigation, and an in-place editor for anyone who needs to tweak boot parameters on the fly.
Security and privacy get genuine attention rather than a marketing mention. UFW, the Uncomplicated Firewall, ships active out of the box, and AppArmor is loaded as a kernel module for mandatory access control alongside it. KDE's own optional user-feedback telemetry is disabled by default, a point the distribution's own settings panel makes a point of restating, and there's built-in tooling for Secure Boot key enrolment via sbctl, guiding you through the process of moving your firmware out of Setup Mode and signing your own keys rather than leaving that as an exercise for the reader. It's worth being honest that a virtual machine, lacking real UEFI Secure Boot hardware, won't demonstrate every step of that journey convincingly, and in our own test install AppArmor's module loaded correctly but its filesystem hadn't mounted in that particular session — a nuance worth flagging rather than glossing over, and one that's far more likely to be a virtualised-environment quirk than anything wrong with the distribution itself.
On the legal side, EnigmarsOS's own packaging and custom tooling are released under the GPL-3.0-or-later licence, while the huge mass of software it ships or makes available continues to carry whatever licence its own upstream project chose, Arch's own included. The project is explicit that it is not affiliated with, endorsed by, or otherwise officially connected to Arch Linux — a sensible and honest distinction that plenty of Arch derivatives are careful to draw, and one we're glad to see stated plainly rather than left ambiguous.
It's also fair to size this project honestly rather than oversell it: EnigmarsOS is young, actively developed, and still building its community, with development tracked openly on GitHub, a modest but growing set of contributors, and support channels running through GitHub Discussions for questions and GitHub Issues for bug reports. That's not a criticism — plenty of excellent distributions started exactly this way — but it's useful context for anyone deciding whether to make it their daily driver today or to keep an eye on it as it matures.
One thing that does suggest a level of care beyond the project's size is its documentation. Rather than a single sprawling README, the EnigmarsOS docs are broken into focused pages covering installation, gaming, general development, virtualisation, Secure Boot, system recovery, snapshots, and update and troubleshooting procedures. For a rolling-release distribution built on Arch, that's precisely the kind of structure that matters most: the areas where things are most likely to go wrong, or where a newcomer is most likely to need a clear answer quickly, are each given their own dedicated space rather than being buried in a wall of general text.
Packages, Gaming and Enigmars Utils
A distribution's philosophy only matters if the software backs it up, and EnigmarsOS backs its privacy-first, secure-by-default, ready-immediately claim with a genuinely broad package selection drawn from Arch's own core, extra and multilib repositories, topped up with its own dedicated repositories for its custom kernel, an offline package cache, and extra project-specific software.
Development is clearly a priority. Straight out of the application menu you'll find GCC and Clang for compiling, rustup for managing Rust toolchains, Go, Node.js and Python, alongside Docker and Podman for containerised workflows, Git and the GitHub CLI for version control, CMake as a build system, and both Neovim and Vim for anyone who lives in a terminal editor. The full Qt development toolkit rides along too — Qt Widgets Designer, Qt Assistant, Qt Linguist and the Qt D-Bus Viewer — which makes sense given how much of the Plasma desktop itself is built on Qt, and gives anyone building Qt applications a ready-made local toolchain without hunting through the AUR.
Gaming gets just as much care. Steam and Lutris are both present as native menu entries, and the project's own description also lists Heroic Games Launcher for Epic and GOG titles, alongside the usual Proton compatibility layer, DXVK for translating Direct3D calls to Vulkan, Gamescope as a dedicated gaming compositor, GameMode for on-demand performance tuning, and MangoHud for an in-game performance overlay. Wine and Winetricks are also installed for running Windows software more broadly, and the necessary 32-bit compatibility libraries are present via the multilib repository, which matters more than it sounds for older or less well-ported titles. For proprietary NVIDIA hardware, the open-source NVIDIA kernel module is offered through the package catalogue, paired with the linux-headers needed to build it via DKMS — a detail that will save newer NVIDIA owners a genuinely common headache.
Everyday and creative software is well covered too. LibreOffice Fresh handles documents, spreadsheets and presentations; Firefox is the default browser, and it ships with its own EnigmarsOS-specific configuration package that bakes in privacy-hardening policies and uBlock Origin from the first launch, rather than leaving users to discover and install an ad blocker themselves. VLC and Elisa cover video and music playback, OBS Studio handles streaming and recording, GIMP and Krita cover image editing and digital painting, and Kdenlive rounds things out for video editing. KDE's own excellent utility set — Kate and KWrite for text editing, KolourPaint, KCharSelect, KFind, Filelight for disk usage, and Spectacle for screenshots — is all present and correct, as you'd expect from a distribution built around Plasma.
That brings us neatly to the feature we think deserves the spotlight: Enigmars Utils. Rather than scattering system management across half a dozen unrelated tools, EnigmarsOS bundles almost everything a new user or a seasoned tinkerer might need into a single application that opens automatically after login. Its home screen doubles as a dashboard, showing a live PC Health summary covering GPU driver status, the currently running kernel, Secure Boot state and firewall/AppArmor status at a glance, plus a one-click "Apply Windows-convert pack" option for anyone arriving fresh from Windows, which quietly enables double-click-to-open behaviour (Plasma defaults to single-click), turns on Night Colour, and trims back animations for a snappier feel — every change clearly marked as reversible.
From there, the Tweaks tab groups small, low-risk adjustments by category; the Packages tab wraps pacman itself, letting you search the native repositories, install or remove selected packages, browse a small curated catalogue of recommended software with plain-English descriptions, or set up the unofficial yay or paru AUR helpers, which the tool is careful to note aren't part of the official pacman repositories and have to be cloned and compiled locally. The Kernel tab lists every installed kernel with its package name and version and lets you install or remove them safely; the Drivers tab probes your graphics hardware and session type; and the Secure Boot tab is genuinely one of the more thoughtful touches we've seen in a distribution's own tooling, walking through sbctl installation, firmware Setup Mode, key enrolment and finally enabling Secure Boot as a guided sequence of buttons rather than a wall of terminal commands. Behind the scenes, running a system update through this tool doesn't just call pacman — it also automatically restages the kernel and initramfs images and rewrites the Limine bootloader configuration on the EFI System Partition, a piece of housekeeping that's easy to forget and genuinely useful to have handled automatically. The About tab, finally, reports the currently installed Enigmars Utils version against its upstream Git repository, offers an in-place update for the tool itself, and states plainly that there's no telemetry involved — a small line, but a consistent one, given everything else the distribution claims about itself.
Package management beyond Enigmars Utils runs through the KDE Discover software centre as well, which handles Flatpak installations through Flathub by default and lists every one of the distribution's native repositories in its settings, while carrying its own honest warning that PackageKit support for pacman-managed packages is incomplete and that pacman, or Enigmars Utils itself, remains the recommended route for anything outside Flatpaks, Snaps and browser add-ons. It's a small detail, but it's the kind of transparency that builds trust rather than papering over rough edges. Browsing Discover's own front page gives a good feel for the wider KDE application ecosystem EnigmarsOS sits inside, with its Editor's Choice picks alone spanning KolourPaint and Krita for image work, Kate for text editing, KMyMoney for personal finance, Kdenlive for video editing, Elisa for music, Yakuake as a drop-down terminal, KStars as a full desktop planetarium, and Skanpage for document scanning — none of it EnigmarsOS-specific, but all of it a single click away rather than requiring a trip to a terminal.
There's also an enigmarsos-offline repository sitting alongside the standard Arch and EnigmarsOS ones, which points to a sensible bit of forward planning: a local or cached package source that reduces the distribution's day-to-day dependence on constant network access for core updates, a small but practical touch for anyone on a slower or less reliable connection.
Hands-On: Installing and Settling In
Enough about what EnigmarsOS says it does — here's what actually happened during a full installation and settling-in period inside a VirtualBox virtual machine running on a Windows 11 host.
The live environment greets you with a Limine boot menu styled around that same purple-and-teal geometric "E", offering a standard EnigmarsOS entry, a speech-enabled accessibility variant, a Memtest86+ option for checking installed RAM, an EFI shell, and a firmware reboot shortcut, with a short countdown before the default choice launches automatically. From there, the Calamares installer opens with a clean, dark-themed welcome screen and an unmistakably rolling-release framing — "Welcome to the Calamares installer for EnigmarsOS Rolling" — before walking through the now-familiar sequence of language selection, storage device choice, and partitioning.
The partitioning screen is where EnigmarsOS quietly shows its Arch roots and its user-friendliness at the same time: choose "Erase disk" for a fully guided wipe-and-install with a dropdown for swap behaviour and a choice of filesystem — Btrfs, ext4 or XFS were all on offer in testing, with Btrfs selected by default — or pick "Manual partitioning" and take full control yourself, exactly as you'd expect from an Arch-family distribution. A full-disk encryption checkbox sits just below, unticked by default but one click away for anyone who wants it. Once confirmed, the installer unpacks its live filesystem image with a progress bar and a short, well-designed "Welcome to EnigmarsOS" splash restating that same privacy-first, secure-by-default, ready-immediately promise, before finishing with a simple "All done" screen and the option to restart straight into the new system.
First boot lands you at Limine's installed-system menu, now listing the standard kernel, a fallback-initramfs variant, the LTS kernel and its own fallback, plus reboot and shutdown shortcuts, before automatically launching the default entry after a short countdown. The login screen itself is a clean SDDM prompt with the time, date and a Hibernate, Sleep, Restart, Shut Down and "Other" set of session controls sitting along the bottom. Once logged in, KDE's own Welcome Centre pops up first, introducing Plasma itself with the traditional Konqi mascot across a short, skippable multi-page carousel, before Enigmars Utils opens automatically on top of it — and this is genuinely the moment where EnigmarsOS's whole pitch clicks into place: rather than being dropped onto a bare desktop and left to work out what's installed and what isn't, you're handed a dashboard that already knows your kernel version, your firewall status and your Secure Boot state, with clearly labelled buttons to act on any of it. A "Show on login" checkbox sits at the bottom of that dashboard too, so anyone who'd rather boot straight to the desktop after the first couple of sessions can simply switch it off.
Poking around the KDE application menu afterwards turns up exactly the breadth described earlier in this article: a well-stocked Development category with CMake, Kate, Neovim and the full Qt toolchain; Games showing Steam and Lutris ready to go; Graphics covering document scanning, image viewing and LibreOffice Draw; Internet offering Firefox, an FTP client, qBittorrent, a remote desktop viewer and even Wireshark for anyone doing network diagnostics; Multimedia with OBS Studio and VLC present; the full LibreOffice suite under Office; and a System category stacked with genuinely useful tools including GParted for partition work, htop and the newer btop++ for monitoring, Timeshift, a Firewall Configuration front-end for UFW, KWalletManager for credential storage, Virtual Machine Manager, and the Enigmars Utils shortcut itself sitting right alongside them. The Info Centre's "About this System" page proved a handy way to double-check everything reported elsewhere: KDE Plasma 6.7.5, KDE Frameworks 6.30.0, Qt 6.11.2, and the same kernel build confirmed once again, alongside a full hardware breakdown of the virtual machine itself.
Opening a Konsole terminal and running fastfetch confirmed the specifics cleanly too: KDE Plasma 6.7.5 running on Wayland through KWin, zsh as the default shell, roughly seventeen hundred packages tracked by pacman, and the custom linux-enigmarsos kernel build as expected. A quick spin through some common developer tools — docker, podman, python, node — all resolved correctly and reported sensible version numbers without any additional setup, and running sudo ufw status back confirmed the firewall as active, exactly as Enigmars Utils had already reported on its dashboard.
Firefox opened straight to a clean, dark-themed new tab page, confirming its current release version and Arch Linux packaging in its About dialogue, which is a reassuring sign that EnigmarsOS is tracking upstream Firefox releases rather than shipping something stale. Timeshift, meanwhile, turned out to be not just installed but already active, having taken its first Btrfs snapshot automatically shortly after the desktop settled — a genuinely thoughtful safety net for a rolling-release system, where the ability to roll back a problematic update is worth far more than it costs in disk space. Rounding out the tour, the desktop wallpaper settings revealed a small but pleasant surprise: alongside the familiar KDE Plasma defaults, EnigmarsOS ships its own branded wallpaper and a dedicated AMOLED-friendly all-black variant, a nice nod to both its visual identity and to battery life on laptops with the right kind of screen.
Finally, running a full system update through the Packages tab in Enigmars Utils gave a clear, readable log of pacman synchronising every configured repository, resolving and downloading updates, and — true to what the documentation promised — automatically restaging the kernel and initramfs images and rewriting the Limine configuration across the EFI System Partition before reporting a clean "Finished." No manual bootloader fiddling required, which is exactly the kind of detail that separates a distribution that merely uses Arch's packages from one that's been genuinely engineered around them.
A Final Word
EnigmarsOS sets out to prove that "privacy-first," "gaming-ready" and "developer-friendly" don't have to be three separate distributions, and on the evidence of this hands-on look, it does a genuinely convincing job of holding all three together — helped enormously by Enigmars Utils turning what could easily have been a scattered collection of settings into one coherent, honest dashboard. It's still a young project finding its feet and its audience, and the usual caveats of a fast-moving rolling release apply, but for anyone curious about Arch Linux without wanting to configure everything from a bare terminal prompt, it's well worth a closer look.
Disclaimer: All product names, logos, and trademarks mentioned in this article — including EnigmarsOS, Arch Linux, KDE Plasma, Calamares, Limine, Firefox, Steam and any other referenced software — remain the property of their respective owners, and their use here is purely for identification and discussion purposes, implying no endorsement in either direction. Every effort has been made to verify the accuracy of the information in this article against official EnigmarsOS sources at the time of writing, but rolling-release software changes quickly, so readers are encouraged to consult the project's own documentation for the latest details before installing or relying on it. As ever, please use open-source software responsibly and within the terms of its licence, and always back up your data before trying a new operating system.
References
꧁𓊈𒆜EnigmarsOS𒆜𓊉꧂



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!