Skip to content

tieler-am-elster/Aurify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Aurify

Aurify is a minimal AUR helper written in Bash designed for bypassing the main AUR repo. Instead, it uses the AUR GitHub mirror for safety and reliability. This script was written for one specific purpose: to bypass main AUR repo downtime while maintaining simplicity and ease of use.

Warning

Note: Aurify is minimal and not secure by design. PKGBUILDs are not scanned before installing. Instead, you as a user have the responsibility to check the PKGBUILD for any suspicious actions. It is intended as a handy fallback for main AUR repo failure and not as a drop-in replacement for yay/paru.

Features

  • Installing AUR packages directly from the GitHub mirror
  • PKGBUILD preview before installing
  • Automatic dependency resolution (AUR + official repos)
  • Colored output for readability and accessibility
  • Building in a safe, temporary directory (no clutter)

Installation

Warning

The script depends on git and base-devel, ensure those packages are installed before proceeding.

To install type in the terminal:

sudo curl -fsSL https://raw.githubusercontent.com/tieler-am-elster/Aurify/refs/heads/master/aurify -o /usr/bin/aurify && sudo chmod +x /usr/bin/aurify

Usage

To install/update a package:

aurify <package-name> [package-name...] [--noconfirm]

About

A minimal AUR helper using the github AUR mirror to bypass DDoS attacks

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages