Ada OS | Source — The official source code for Ada OS Linux.
Ada OS is a Linux-based operating system that provides a live‑build image with custom theming, tools, and services. It supports installation via a desktop environment and is designed for users who want a mix of stability, modern UI, and customizability. The source repo holds all the components needed to build the live image.
- Live build system for creating ISO images
- Custom splash screen, icons, and themes included
- Bootloader support (Syslinux, Isolinux, etc.)
- Preconfigured hooks and services to provide out-of-the-box usability
- GPL‑3.0 licensed — fully open source
Before building Ada OS from source, ensure you have:
- A Debian‑based distribution (or system with compatible tooling)
- Root or sudo access
- The following packages installed:
sudo apt install -y live-build squashfs-tools syslinux-common syslinux-utils xorriso isolinux git curl
git clone https://github.com/Ada-OS-Linux/AdaOS-Source.git
cd AdaOS-SourceOnce inside the project directory, you can build the live image by running:
sudo ./buildThis should generate the ISO (or other live media) based on the configuration and assets in the repo.
Here’s a breakdown of important folders and what they contain:
| Directory | Purpose |
|---|---|
.github/workflows |
CI/CD or build automation workflows. |
Services |
Custom services used by Ada OS. |
bootloaders |
Bootloader configurations. |
calamares |
Installer setup (if using Calamares). |
hooks |
Scripts/hooks that run during build/live boot. |
icons |
Icon sets used in the desktop environment. |
livebuild |
Configuration for live system builds. |
skel |
Skeleton/home templates for new users. |
sources |
Upstream source packages, overlays, or modifications. |
splash |
Splash screen images / boot graphics. |
themes/Lavanda-Sea-Dark |
Custom theme “Lavanda Sea Dark.” |
We welcome contributions! If you’d like to help, here are a few ways to get involved:
- Report Issues — If you find bugs, missing features, or anything unexpected, open an issue.
- Submit Pull Requests — For fixes, improvements, new themes, etc. Please follow the coding & style patterns already in the repo.
- Design & Assets — Help with icons, themes, splash screens improves the visual polish.
- Documentation — Better docs (install guides, usage examples, etc.) are always helpful.
Before contributing, please read the License to make sure your contributions are compatible.
This project is licensed under GPL‑3.0. See the LICENSE file for details.
- Download latest builds — from the GitHub Actions workflow: build_monthly.
- Mirror / alternate source —
source.adaoslinux.xyz - Community & Contact — Use GitHub Issues for bugs and feature requests.
Ready to build your own custom Ada OS? Let’s get started!