A Rust-based AUR helper inspired by yay.
nay is a fast, lightweight, pure AUR helper written in Rust. It aims to provide a simple CLI for searching, installing, and managing packages from the AUR.
- Search for packages in the AUR and official repos
- Install packages with automatic dependency resolution
- Written in Rust for speed and safety
curl -sSL https://raw.githubusercontent.com/Honey2339/nay/main/install.sh | bashClone and build with install.sh:
git clone https://github.com/Honey2339/nay.git
cd nay
./install.shnay install <package>Examples:
nay install neovim
nay install google-chromeYou can also check the version and help:
nay --version
nay --help