🚀 What is it?
Aur-auto installer for arch linux
aur-auto is a lightweight script/app that makes it easier to install packages from the Arch User Repository (AUR) without needing a full-blown helper like yay or paru.
It’s designed for people who:
Prefer a minimal solution instead of a big wrapper.
Want to see package details (maintainer, version, description) before installing.
Like a guided interactive experience with auto-suggestions.
Need something scriptable but still user-friendly.
🖼 Why Use It Instead of Yay/Paru? Sometimes you don’t want the complexity of a full AUR helper.
You may just need to install a couple of AUR packages manually but hate typing git clone … && cd … && makepkg.
Great for beginners who want to learn how AUR works but still need a helping hand.
Can be integrated into scripts or dotfiles for bootstrapping a new Arch system.
https://aur.archlinux.org/packages/aur-auto
https://github.com/Sanjaya-Danushka/whalekit
How to download and use it
Option 1: Manual installation Install base dependencies (if not already installed):
sudo pacman -S --needed base-devel git curl jq fzf Clone your AUR repo:
git clone https://aur.archlinux.org/aur-auto.git cd aur-auto Build and install:
makepkg -si how to use it
aur-auto aur-auto swap
I’ve already made changes to improve the script: 🚫 It no longer installs yay paru google-chrome visual-studio-code-bin by default when run without arguments. Now, if you run aur-auto with no args, it just prints usage help (aur-auto ).