Short, practical, and designed for first‑time users.
-
🟢 Easy (recommended): GUI installer with a desktop included.
Name Linux Based Desktop Environment (default) Fedora KDE Fedora KDE Plasma Linux Mint Debian/Ubuntu Cinnamon Ubuntu Debian GNOME Pop!_OS Ubuntu GNOME Zorin OS Ubuntu GNOME CachyOS Arch KDE Plasma Manjaro Arch KDE Plasma -
🟡 Intermediate: guided CLI or semi‑automated install.
- Archinstall (Arch)
- Debian text installer
- Void installer
- In this repo: script/arksys.sh and script/archinstall/archisntall-config.sh
-
🟠 Advanced: full manual install (no guided setup).
-
🔴 Hardcore: build your own distro.
- Get the ISO from the official website of your chosen distro.
- Verify the checksum if the site provides it.
Use a GUI tool:
- Windows: Rufus
- Linux/macOS: BalenaEtcher
- Multi‑ISO: Ventoy
Or use the CLI (Linux/macOS).
Replace
/dev/sdbwith your actual USB device.
sudo fdisk -l # Find the disk
umount /dev/sdb* # Unmount the disk
sudo mkfs.vfat /dev/sdb # Format the disk
sudo dd if=~/Downloads/arch.iso of=/dev/sdb bs=4M status=progress # Write ISO- Reboot and open the boot menu (often F12, Esc, or Del).
- Select the USB drive.
- Follow the installer prompts.
- Choose language and keyboard.
- Pick time zone and user account.
- Use automatic partitioning if you are new.
- Update your system.
- Install drivers if needed (GPU, Wi‑Fi).
- Install basic apps you use daily.
- Apps list: see linux-software.md
- Post‑install guide: https://github.com/arksys-os/arksys_post-install