The Arch Linux installation framework, archinstall, has reached version 4.4, introducing support for the Niri desktop environment and the "Dank" shell theme. The update, announced by lead developer Anton Hvornum on the project’s official GitHub repository, streamlines the deployment process for users seeking a more modern, Wayland-centric desktop experience.
What is New in Archinstall 4.4?
The 4.4 release focuses on expanding desktop environment options and improving the visual customization of the installation process. According to the official release notes, the primary additions include:

- Niri Desktop Support: Users can now select the Niri compositor directly from the installation menu. Niri is a scrollable-tiling Wayland compositor that has gained popularity for its unique, monitor-tiling workflow.
- Dank Shell Theme: The installer now features a "Dank" aesthetic option. This theme updates the TUI (Text User Interface) to a darker, high-contrast visual style intended to reduce eye strain during the installation process.
- Performance Improvements: The update includes various bug fixes for disk partitioning logic and network configuration, addressing issues reported in the 4.3 release cycle.
Why Niri Matters for Arch Users
The inclusion of Niri reflects a broader shift within the Arch Linux ecosystem toward Wayland-native compositors. Unlike traditional desktop environments such as GNOME or KDE Plasma, Niri is designed specifically for a keyboard-driven, tiled workflow.
By integrating Niri into archinstall, the Arch Linux project lowers the barrier to entry for users who want to experiment with specialized window managers without the manual configuration overhead typically required. This follows the project’s trend of supporting niche but high-performance environments, such as previous additions of Sway and Hyprland.
Understanding the Archinstall Framework
archinstall is the official guided installer for Arch Linux. It is not an automated GUI installer in the traditional sense; rather, it is a Python-based library that provides a menu-driven interface to help users partition drives, select mirrors, and install essential packages.
| Feature | Description |
|---|---|
| Interface | Text-based menu (TUI) |
| Core Language | Python |
| Primary Goal | Streamline base system installation |
| Latest Version | 4.4.0 |
The tool remains optional. The Arch Linux project continues to maintain its official installation guide, which outlines the manual process for users who prefer full control over every aspect of their system architecture.
How to Access the Update
The 4.4 version is included in the latest monthly Arch Linux ISO release. Users who have already downloaded the current ISO can update their local copy of the installer by running the archinstall command and selecting the update option, or by syncing their repositories via pacman -Syu.
Development of the installer remains active on GitHub, where contributors track known issues and propose future desktop environment support. Users encountering issues with the new Niri implementation are encouraged to report them through the project’s official issue tracker.