Experimental Linux distribution based on Freedesktop SDK with KDE Plasma https://aemeath.nanao.moe
  • Shell 72.5%
  • C 12.2%
  • Python 11.1%
  • Just 4.2%
Find a file
2026-06-28 21:55:38 +07:00
.github chore: update more paths 2026-06-28 15:33:18 +07:00
elements fix: NetworkManager conflicting unit names 2026-06-28 21:55:38 +07:00
files fix: NetworkManager conflicting unit names 2026-06-28 21:55:38 +07:00
include chore: update more paths 2026-06-28 15:33:18 +07:00
patches fix: NetworkManager conflicting unit names 2026-06-28 21:55:38 +07:00
plugins feat: Aemeath from Scratch 2026-06-25 23:11:07 +07:00
.gitignore feat: reintroduce secure boot 2026-02-24 00:42:29 +07:00
cliff.toml chore: fix changelog 2026-02-05 22:51:50 +07:00
com.damillora.aemeath.metainfo.xml chore: [skip ci] update descriptions 2026-01-12 02:08:30 +07:00
Justfile chore: adjust Justfile 2026-06-27 11:54:25 +07:00
LICENSE feat: initial github 2026-01-05 15:17:41 +07:00
project.conf Revert "chore: make overlaps fatal" 2026-06-28 17:39:26 +07:00
README.md chore: fix README 2026-06-25 23:23:34 +07:00

Aemeath OS

An experimental independent Linux distribution running the KDE Plasma desktop environment.

Aemeath OS is an immutable Linux distribution and does not have a package manager. System updates are image-based, while applications are installed from Flatpak. It aims to deliver a complete desktop experience based on the latest KDE software.

WARNING: Aemeath is currently very experimental, and not ready to use as a daily driver. It is recommended to run Aemeath inside a virtual machine with 3D acceleration enabled, to prevent your real data from being eaten by the Threnodian.

Current Status

Aemeath OS has moved away from the Freedesktop SDK base, becoming an independent distribution. It currently boots into a usable, but minimal KDE Plasma environment.

An S3 bucket for downloads has been set up, and used for system updates and downloads.

Secure Boot is supported, using Aemeath OS' own keys.

Download

GitHub Release

Building

Aemeath is currently built as a raw disk image.

just use-test-keys
bst build os/aemeath/disk-image.bst

Acknowledgements

  • The Freedesktop SDK project, which was an excellent starting point for Aemeath OS.
  • GNOME OS, where a lot of additional dependencies were imported from.