When comparing aurutils vs yay, the Slant community recommends yay for most people. In the question“What are the best AUR helpers for Arch-based Linux distributions?” yay is ranked 1st while aurutils is ranked 12th. The most important reason people chose yay is:
It's written in Go so it is fairly easy to add features or tweak this amazing tool.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Support for custom repositories
By default, packages are built and stored in a custom local repository, allowing packages to be installed, upgraded, and removed through pacman -S
the same way official repository packages are.
Pro Excellent split package and dependency support
Packages are built using tsort dependency ordering to ensure proper build order. The built packages are available in a custom repo and the user can easily install whichever parts of a split package they want.
Pro Support for clean chroot builds
aurutils has seamless support for building packages in the same chroot containers used for building official repository packages.
Pro Easy to add features
It's written in Go so it is fairly easy to add features or tweak this amazing tool.
Pro Intuitive CLI
Yay's commands and output make sense for anyone used to the pacman package manager.
Pro Written in Go
The compiled program is snappy while the source is easy to read.
Pro Available as a precompiled binary
Both yay and yay-bin are in the AUR, the latter of which doesn't require any dependencies or compilation, making installation and updates quick and painless.
Pro Yogurt interactive mode
Write package name without keys [yay <packagename>] to enter interactive mode.
Pro Doesn't rebuild already-installed apps like Trizen
Cons
Con Written in Go
Running a Go program requires the Go runtime. Go is also a garbage collected language, so the program isn't as responsive as it could be.
