vokun Vokun

Task-oriented package bundle manager for Arch Linux.

Vokun wraps pacman, paru, and yay to let you install curated groups of packages – called bundles – with a single command. It ships with 25 default bundles covering development, system administration, networking, multimedia, gaming, and more.

Everything vokun does is transparent: it always shows the underlying pacman command, never installs anything without confirmation, and stores packages as regular system packages with no lock-in.


Highlights

  • Pure Bash – zero dependencies beyond pacman. Optionally uses paru/yay for AUR support.
  • 25 default bundles – coding, sysadmin, python-dev, c-cpp-dev, rust-dev, web-dev, networking, security, multimedia, gaming, and more.
  • Custom bundles – define your own in a simple TOML file.
  • Friendly aliasesvokun get, vokun yeet, vokun update instead of memorizing pacman flags.
  • Tab completion – Bash, Zsh, and Fish completions ship out of the box.

Quick start

paru -S vokun              # Install from the AUR
vokun list                 # Browse available bundles
vokun install sysadmin     # Install the sysadmin toolkit

See the Getting Started guide for full installation instructions, or jump to the Command Reference for details on every command.