Experimental Linux distribution based on Freedesktop SDK with KDE Plasma https://aemeath.nanao.moe
  • Shell 53.2%
  • QML 23.5%
  • Python 11%
  • C 8.9%
  • Just 3.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-31 06:26:13 +07:00
.github feat: change build scripts 2026-08-30 20:32:12 +07:00
elements fix: repart config 2026-08-31 05:52:11 +07:00
files fix: repart config install 2026-08-31 06:26:13 +07:00
include feat: add barebones aemeath command line install 2026-08-31 03:59:40 +07:00
patches chore: bst source track 2026-08-29 21:30:52 +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 fix: uncompressed sdk image 2026-08-30 21:50:21 +07:00
LICENSE feat: initial github 2026-01-05 15:17:41 +07:00
project.conf fix: use known GNU mirror 2026-08-04 17:13:22 +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.