DankLinux Repository | Dank Linux

5 min read Original article ↗
██████╗  █████╗ ███╗   ██╗██╗  ██╗██╗     ██╗███╗   ██╗██╗   ██╗██╗  ██╗
██╔══██╗██╔══██╗████╗  ██║██║ ██╔╝██║     ██║████╗  ██║██║   ██║╚██╗██╔╝
██║  ██║███████║██╔██╗ ██║█████╔╝ ██║     ██║██╔██╗ ██║██║   ██║ ╚███╔╝ 
██║  ██║██╔══██║██║╚██╗██║██╔═██╗ ██║     ██║██║╚██╗██║██║   ██║ ██╔██╗ 
██████╔╝██║  ██║██║ ╚████║██║  ██╗███████╗██║██║ ╚████║╚██████╔╝██╔╝ ██╗
╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚═╝  ╚═╝

Overview

The DankLinux Repository provides pre-built packages for DankMaterialShell and niri!
DankMaterialShell is now available on more distributions than ever before!

Desktop Environment

  • DankMaterialShell (dms): The complete desktop shell with widgets and CLI tools
  • DankMaterialShell (dms-git): Development build with latest features

Compositors

  • Niri: Scrollable-tiling Wayland compositor
  • Niri-git: Development build of niri

Core Framework

Utilities

  • cliphist: Wayland clipboard manager with history support
  • dgop: Stateless CPU/GPU monitor system by Avenge Media
  • dsearch: a Blazingly fast filesystem search tool by Avenge Media
  • matugen: Material Design 3 color palette generator for themes
  • xWayland-Satellite: XWayland integration tool
  • xWayland-Satellite-git: Development build of xWayland-Satellite

How to Install

Installing DankMaterialShell (DMS)

For complete DMS installation instructions including repository setup, see the DankMaterialShell Installation Guide.

Quick Start

  • Fedora: See the Fedora & CentOS section in the installation guide
  • Ubuntu/Debian: See the Ubuntu & Debian section in the installation guide
  • OpenSUSE: See the OpenSUSE section in the installation guide

Installing Standalone Packages

All packages in the DankLinux repository can be installed independently. First, add the DankLinux repository for your distribution, then install the packages you need.

note

xWayland-Satellite is automatically installed as a dependency when installing niri or niri-git. You don't need to install it separately.

Debian

Debian 13 (Trixie):

# Add DankLinux repository
curl -fsSL https://download.opensuse.org/repositories/home:AvengeMedia:danklinux/Debian_13/Release.key | \
sudo gpg --dearmor -o /etc/apt/keyrings/danklinux.gpg
echo "deb [signed-by=/etc/apt/keyrings/danklinux.gpg] https://download.opensuse.org/repositories/home:/AvengeMedia:/danklinux/Debian_13/ /" | \
sudo tee /etc/apt/sources.list.d/danklinux.list
sudo apt update

# Install stable packages
sudo apt install quickshell niri

# Or install development packages
sudo apt install quickshell-git niri-git

Debian Testing:

# Add DankLinux repository
curl -fsSL https://download.opensuse.org/repositories/home:AvengeMedia:danklinux/Debian_Testing/Release.key | \
sudo gpg --dearmor -o /etc/apt/keyrings/danklinux.gpg
echo "deb [signed-by=/etc/apt/keyrings/danklinux.gpg] https://download.opensuse.org/repositories/home:/AvengeMedia:/danklinux/Debian_Testing/ /" | \
sudo tee /etc/apt/sources.list.d/danklinux.list
sudo apt update

# Install stable packages
sudo apt install quickshell niri

# Or install development packages
sudo apt install quickshell-git niri-git

Debian Sid:

# Add DankLinux repository
curl -fsSL https://download.opensuse.org/repositories/home:AvengeMedia:danklinux/Debian_Sid/Release.key | \
sudo gpg --dearmor -o /etc/apt/keyrings/danklinux.gpg
echo "deb [signed-by=/etc/apt/keyrings/danklinux.gpg] https://download.opensuse.org/repositories/home:/AvengeMedia:/danklinux/Debian_Sid/ /" | \
sudo tee /etc/apt/sources.list.d/danklinux.list
sudo apt update

# Install stable packages
sudo apt install quickshell niri

# Or install development packages
sudo apt install quickshell-git niri-git

Ubuntu

# Add DankLinux PPA
sudo add-apt-repository ppa:avengemedia/danklinux
sudo apt update

# Install stable packages
sudo apt install quickshell niri

# Or install development packages
sudo apt install quickshell-git niri-git

OpenSUSE

OpenSUSE Tumbleweed:

# Add DankLinux repository
sudo zypper addrepo https://download.opensuse.org/repositories/home:AvengeMedia:danklinux/openSUSE_Tumbleweed/home:AvengeMedia:danklinux.repo
sudo zypper refresh

# Install stable packages
sudo zypper install quickshell niri

# Or install development packages
sudo zypper install quickshell-git niri-git

OpenSUSE Leap 16:

# Add DankLinux repository
sudo zypper addrepo https://download.opensuse.org/repositories/home:AvengeMedia:danklinux/16.0/home:AvengeMedia:danklinux.repo
sudo zypper refresh

# Install stable packages
sudo zypper install quickshell niri

# Or install development packages
sudo zypper install quickshell-git niri-git

OpenSUSE Leap 16.1:

# Add DankLinux repository
sudo zypper addrepo https://download.opensuse.org/repositories/home:AvengeMedia:danklinux/16.1/home:AvengeMedia:danklinux.repo
sudo zypper refresh

# Install stable packages
sudo zypper install quickshell niri

# Or install development packages
sudo zypper install quickshell-git niri-git

OpenSUSE Slowroll:

# Add DankLinux repository
sudo zypper addrepo https://download.opensuse.org/repositories/home:AvengeMedia:danklinux/openSUSE_Slowroll/home:AvengeMedia:danklinux.repo
sudo zypper refresh

# Install stable packages
sudo zypper install quickshell niri

# Or install development packages
sudo zypper install quickshell-git niri-git

Fedora & CentOS

The COPR repositories provide packages for Fedora 41/42/43 rawhide and CentOS 10:

# Add DankLinux COPR
sudo dnf copr enable avengemedia/danklinux

# Install stable packages
sudo dnf install quickshell niri

# Or install development packages
sudo dnf install quickshell-git niri-git

note

Package availability may vary by distribution. Some packages may only be available on Debian, Ubuntu, and OpenSUSE via OBS/PPA.

Niri Scrollable-Tiling Wayland Compositor

Niri packages are available in both stable and development variants. Supported on distributions where niri is not available in the official repositories.

xWayland-Satellite is automatically installed as a dependency when installing niri or niri-git, providing XWayland integration out of the box.

Wiki | GitHub

Fedora COPR

The COPR provides packages for Fedora 41/42/43 rawhide and CentOS 10:

Open Build Service (OBS)

The OBS provides packages for OpenSUSE and Debian based distributions:

Launchpad PPA

The Launchpad PPAs provide packages for Ubuntu distributions:

GitHub Repository

The packaging configurations and build scripts are maintained in the official DankLinux repository:

Repository: github.com/AvengeMedia/DankLinux

note

Official Avenge Media packages: dms, dms-cli, dgop, danksearch, dank-greeteer, dms-color-picker, and dms clipboard are developed and maintained by the Avenge Media team under the MIT License. External packages in these repositories are maintained by Avenge Media, but originate from upstream projects by their respective authors, credited in the package listings. They are considered unofficial Avenge Media packages unless stated otherwise by the project authors. Packages retain their upstream licenses: Niri (GPL-3.0), Quickshell (LGPL-3.0), Matugen (GPL-2.0), Cliphist (GPL-3.0).

Support

If you encounter issues with the repositories or packages:

  1. Check the DankMaterialShell Installation Guide for common solutions
  2. Visit the Support Page for community resources
  3. Report packaging issues on the DankLinux Repository
  4. Report application issues on the DankMaterialShell Repository

Contributing

Interested in maintaining packages for other distributions? Contributions to the DankLinux repository are welcome! Check out the Contributing Guide to get started.