Welcome to the official XephiraOS source tree manifest.
XephiraOS is a custom Android operating system focused on premium glassmorphic aesthetics, fluid physics, and smart feature integrations (such as the Xephira Island notification manager and GameSpace gaming overlays).
To get started with XephiraOS source code, you'll need to set up your build environment. Follow the official Android Build Environment Setup Guide to configure dependencies, utility binaries, and compilers.
Initialize your local source directory using the XephiraOS overlay manifest:
repo init -u https://github.com/XephiraOS/android.git -b lineage-23.2 --git-lfsThis will automatically load default.xml, which includes our custom overlay manifest (xephira.xml) containing all XephiraOS modifications.
Sync the entire source tree to your build workstation:
repo sync -c -j$(nproc) --force-sync --no-clone-bundle --no-tagsOnce the sync is complete, initialize the build environment variables and launch the build compilation:
# 1. Initialize environment
. build/envsetup.sh
# 2. Select target device (replace 'codename' with your device's codename, e.g. panther)
breakfast xephira_codename-userdebug
# 3. Compile the ROM
mka bacon- Official Website: https://xephiraos.org
- GitHub Organization: https://github.com/XephiraOS
- Dynamic Island App: packages/apps/XephiraIsland
- GameSpace Overlay: packages/apps/GameSpace
XephiraOS is licensed under the Apache 2.0 License. Base manifest and dependencies are copyright of their respective authors and the LineageOS Project.