KoboldOS

A lean Wayland desktop — Sway, Waybar, Foot — forged on Debian.

This domain hosts the KoboldOS APT repository. Add it to any Debian trixie system to install and update the KoboldOS desktop.

Add the repository

sudo install -d -m 0755 /etc/apt/keyrings
sudo curl -fsSL https://repo.koboldos.com/koboldos-archive-keyring.gpg \
  -o /etc/apt/keyrings/koboldos-archive-keyring.gpg

sudo tee /etc/apt/sources.list.d/koboldos.sources >/dev/null <<'EOF'
Types: deb
URIs: https://repo.koboldos.com
Suites: koboldos
Components: main
Signed-By: /etc/apt/keyrings/koboldos-archive-keyring.gpg
EOF

sudo apt update

Install the desktop

sudo apt install koboldos-config

That single metapackage pulls in the whole desktop and lays down the KoboldOS theme and branding. Updates arrive with sudo apt upgrade.