On this page
database
What is the AUR?
The Arch User Repository (known as AUR) is a large library of community user-produced packages for Arch Linux.
Popular and well-maintained packages are voted on by the community to include in the official Arch extra repository.
To download and install AUR packages:
Clone the
gitrepository listed on the package’s AUR page:git clone https://aur.archlinux.org/<pkg>.gitChange into the package directory:
cd <pkg>Build and install the package with:
makepkg -si # or pacman -U pkg-vers-1.0.1.pkg.tar.zst
Warning! AUR packages are community-maintained and unofficial. Check for any suspicious package dependencies, and check build files (i.e.
PKGBUILD) for any malicious code BEFORE installation.Last updated 12 Jun 2026, 18:00 -0700.