Skip to content

xscriptor/x-repo

X Repo

A minimalistic Linux Spin based on Arch

WebsiteDocumentationDownload


Table of Contents

About this RepositoryWebsiteSystem PackagesTechnologiesRelated DocumentsX


About this Repository

This repository serves two main purposes for the X Linux ecosystem:

  1. X Linux Website — The official landing page and documentation portal built with Next.js.
  2. System Packages — Core configuration, branding files, and tools for the X Linux filesystem.

Website

The X Linux website is built with modern technologies to provide a fluid and visual experience:

  • Next.js 16 — React Framework with App Router.
  • Tailwind CSS 4 — Utility-first styling.
  • Framer Motion & Three.js — Smooth animations and 3D graphics via React Three Fiber.

Site Structure

app/
├── page.tsx          # Home page (Hero)
├── download/         # ISO Download page
├── docs/             # System Documentation
├── developers/       # Developer information
└── contact/          # Contact section

System Packages

The packages/ directory contains the essential X Linux filesystem components:

x-release

System identity and branding package. It includes:

  • Identityos-release templates and GRUB defaults.
  • Assets — Official distributor logo in /usr/share/pixmaps/x.svg.
  • Toolsx-release-apply to sync branding with the running system.

Package Installation

cd packages/x-release
xpkg build
xpm install ./out/x-release-1.0-4-any.xp

#Apply system branding sudo x-release-apply

Note: While PKGBUILD is kept for legacy Arch tooling, XBUILD is the native path for xpkg and xpm.

Create Package Repository

The build-repo.sh script generates a pacman-compatible repository:

cd packages
./build-repo.sh

Technologies

Component Technology
Website Next.js, React, TypeScript
Styles & FX Tailwind CSS, Framer Motion, Three.js
System Arch Linux, pacman
Packaging xpkg, xpm, makepkg

X

XGitHub · XWeb

About

Website and repo packages for x-linux (arch based)

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors