Skip to content

murkl/arch-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Arch OS

Boot from official Arch ISO and run

curl -Ls bit.ly/arch-os | bash

➜ Open Arch OS Docs

➜ More Screenshots

This project aims to provide a robust Arch Linux base for desktop usage, along with an easy-to-use and fast installer with error handling. Install a minimal Arch Linux core with optional features such as Automatic Housekeeping, Zen Kernel, GNOME Desktop with Graphics Driver, preinstalled Paru as AUR Helper, enabled MultiLib, Pipewire Audio, and some more....

Test successful
archlinux-2024.05.01-x86_64.iso
100% shellcheck approved

Arch OS Core Features

  • Multilingual Support
  • Minimal Arch Linux (147 packages)
  • Zen Kernel (configurable)
  • Swap with zram-generator (zstd)
  • Sole OS
  • Filesystem ext4
  • Silent Boot
  • Systemd Bootloader (auto updated)
  • Systemd OOM (out-of-memory killer)
  • Pacman parallel downloads & eyecandy
  • Network Manager
  • SSD Support (fstrim)
  • Microcode Support (Intel & AMD)
  • UEFI only supported
  • More Information...

Optional Features

Installing Arch OS

1. Prepare bootable USB Device

  • Download latest Arch Linux ISO from archlinux.org or archlinux.de
  • Use Ventoy or your prefered iso writer tool to create a bootable USB device
  • Alternatively (Linux only): sudo dd bs=4M if=archlinux-*.iso of=/dev/sdX status=progress

2. Configure BIOS Settings

  • Disable Secure Boot
  • Set Boot Mode to UEFI

3. Boot from USB Device

  • Load prefered keyboard layout (optional): loadkeys de
  • Connect to WLAN (optional): iwctl station wlan0 connect 'SSID'

Run Arch OS Installer

curl -Ls bit.ly/arch-os | bash

➜ See Advanced Installation

More Information

Further information can be found in the documentation.

➜ Open Arch OS Docs