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-07-18 16:32:50 +07:00
.github chore: fix update workflow once more 2026-07-07 22:52:56 +07:00
elements chore: update cargo-c 2026-07-18 16:32:50 +07:00
files fix: sysupdate perms 2026-07-05 22:41:20 +07:00
include feat: new tracking method of manual versions 2026-07-18 16:20:46 +07:00
patches fix: add SPIRV capability for LLVM Translator 2026-07-02 20:27:11 +07:00
plugins feat: Aemeath from Scratch 2026-06-25 23:11:07 +07:00
.gitignore chore: add live folder to gitignore 2026-06-29 04:12:22 +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: clean live images with Justfile too 2026-07-01 04:02:27 +07:00
LICENSE feat: initial github 2026-01-05 15:17:41 +07:00
project.conf feat: new tracking method of manual versions 2026-07-18 16:20:46 +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.