X

XOs

A custom Arch Linux–based distribution focused on simplicity, reproducibility, and a unique visual identity under the “X” branding.

Fully built from official Arch repositories using the standard mkarchiso workflow. Includes everything needed to reproduce the system: ISO profile, package list, post-install scripts, and custom branding assets. Currently an experimental project, not yet intended for production use.

First look->Repo

XOs first image on gnome
GNOME is one of the most complete desktop environments, ready for customization. If you need more, you can add extensions to achieve more profound results. It is very user-friendly, which makes it easier to learn how it works.
(This is especially helpful if this is your first time using it.)

Predefined Packages for developers->See the full script

XOs first image on gnome

Developer Base Setup

pacman -S --noconfirm --needed \ git \ kitty \ curl \ helix \ ptyxis \ zellij \ yazi \ starship \ nodejs \ npm \ pnpm \ btop \ fastfetch \ zsh \ docker \ docker-compose \ base-devel \ code
This is a solid package base for any developer.

Predefined customizations -> Take a look at the files

XOs first image on gnome

XSync config files:

CONFIG_DIRS=("kitty" "helix" "yazi" "zellij" "fastfetch") rsync -avh /root/xos-assets/skel/.config/$dir/ "$USER_DIR/.config/$dir/"
Automatic installation of customizations

You can also install more customizations following the brand

vscode with xcustomization on XOs

General view -> Take a look of the source

XOs first with obsidian