Why I Use Arch Linux
I have used Windows, Ubuntu, Fedora, and macOS. None of them felt like home. Then I found Arch Linux.
The installation
Installing Arch is not for the faint of heart. There is no graphical installer. You partition disks, format filesystems, and install packages from the command line. It takes time and patience.
But that installation process teaches you how Linux actually works. By the time you boot into your new system, you understand what each component does.
The Arch Wiki
The Arch Wiki is the single best resource for Linux documentation. Even if you do not use Arch, you will find yourself reading it. Every article is detailed, up-to-date, and practical.
Rolling release
Arch is a rolling release distribution. There are no version upgrades. You install once and update forever. Every package is the latest stable version.
This means I always have the latest kernel, the latest drivers, and the latest software. No waiting for the next Ubuntu release.
The AUR
The Arch User Repository (AUR) is a community-driven repository of package build scripts. Almost any software you need is available in the AUR. One command and it is installed.
My setup
I run Arch on both my desktop and laptop. My setup includes:
- Window manager: i3 or Hyprland
- Terminal: Alacritty or Kitty
- Shell: zsh with Oh My Zsh
- Editor: Neovim or VS Code
- Browser: Firefox
When Arch is not the answer
Arch is not for everyone. If you want something that just works out of the box, try Fedora or Ubuntu. If you need stability over new features, try Debian. But if you want to understand and control your system, Arch is the way.
Getting started
If you want to try Arch, read the installation guide first. Take your time. Break things. Fix them. That is how you learn.
Common questions
What is Arch Linux?
Arch Linux is a rolling-release Linux distribution that gives you complete control over your system. It is known for its simplicity, minimalism, and excellent documentation.
Why do I prefer Arch Linux?
Arch Linux gives me complete control over my system. I choose exactly what gets installed, nothing more. The rolling release model means I always have the latest software. The Arch Wiki is the best Linux documentation available.