Community-driven packages and resources for HorizonOS
# Add HUR repository
echo "[hur]" | sudo tee -a /etc/pacman.conf
echo "Server = https://Horizon-user-repository.github.io/hur/repo/\$arch" | sudo tee -a /etc/pacman.conf
# Update package database
sudo pacman -Sy
# Install a package
sudo pacman -S package-name
Help grow the HorizonOS community by contributing packages, guides, or code!
Fork HUR on GitHub to start contributing
Create a PKGBUILD and add it to the repo
Open a PR and we'll review your contribution