Horizon User Repository

Community-driven packages and resources for HorizonOS

Quick Start

Add HUR to Your System

# 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

Contribute to HUR

Help grow the HorizonOS community by contributing packages, guides, or code!

1

Fork the Repository

Fork HUR on GitHub to start contributing

2

Add Your Package

Create a PKGBUILD and add it to the repo

3

Submit Pull Request

Open a PR and we'll review your contribution

Start Contributing