AetherOS Package Repository

This repository hosts package artifacts built and maintained by a single developer for controlled use across a small, well-defined set of Linux distributions.

The structure and scope are intentional. This is not a general-purpose public repository.


Scope & Philosophy

This repository supports:

Explicitly out of scope:

The guiding principle:

Flatpak is the universal binary channel.
RPM / DEB / Arch packages are native integrations when they matter.


Repository Layout

repo/           # You are here
├── gpg/        # Signing keys
├── aqua/       # Fedora (stable) RPM repository
├── ignis/      # openSUSE Tumbleweed RPM repository
├── terra/      # Debian (stable) APT repository
├── aer/        # Arch Linux repository
├── flatpak/    # Flatpak OSTree repository
└── sources/    # Source trees used to build packages
    

Directory Details

gpg/

Contains public signing keys used for:

aetheros.pub is the single trust root.

aqua/

Fedora stable RPM repository.

ignis/

openSUSE Tumbleweed RPM repository.

terra/

Debian stable APT repository.

aer/

Arch Linux repository.

flatpak/

Flatpak OSTree repository.


Design Notes

If this repository grows, it will do so without changing these principles.


License / Usage

This repository is maintained for personal use.

Software is typically licensed under GPLv2-only or GPLv2-or-later in line with GNU/Linux conventions.

No guarantees are made regarding:

Use at your own discretion.