X

X

X is a custom Arch Linux spin focused on simplicity, reproducibility, and a strong visual identity.

It is built with the standard mkarchiso workflow and is evolving together with the X ecosystem, where package tooling is a core part of the roadmap.

Core repositories

  • x-repo - main repository and ecosystem entry point.
  • x-linux - Arch spin build profile, packages, and branding base.
  • xpm - package manager focused on a practical workflow for X.
  • xpkg - package and distribution tooling under active development.

Want to collaborate or ask about the roadmap? Contact x@xscriptor.com.

First look->Repo

x 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

x 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

x fastfetch

XSync config files:

CONFIG_DIRS=("kitty" "helix" "yazi" "zellij" "fastfetch") rsync -avh /root/x-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 x

General view -> Take a look of the source

x first with obsidian