Skip to content

History & Architecture

History

Veteran KDE developer Harald Sitter began working on KDE Linux in early 2023, and revealed its working prototype at Akademy 2024 (slides, recording).

An alpha release followed at Akademy 2025 (slides, recording).

Architecture

KDE Linux incorporates lessons learned from the earlier KDE neon project, and focuses on resilience, modern technical infrastructure, and low maintenance needs. KDE Linux’s design is heavily inspired by systemd creator Lennart Poettering’s thoughts on operating system (OS) design and system extensions.

As such, KDE Linux is an “image-based” OS. This means the entire base OS is provided as one unit, rather than being split up into thousands of packages that are assembled into the final product on your computer.

Sometimes this model is called “immutable” because the base OS cannot be modified in the same way a traditional OS made of packages could. However, this terminology can be misleading; in KDE Linux, only /usr is provided in the form of a read-only image, and everything else on the system is modifiable like on any other Linux-based OS.


Article contributed by under the CC-BY-4.0 license.