Baiacu is a Qt based GUI front end to the OpenBSD package manager, derived from OctoPkg. It consists of a lxqt-sudo clone called qt-sudo used to gain root privileges and a package browser application used to search, install, remove and update packages.
Baiacu is also a Tupi-Guarani word that means "the hot and poisonous thing, because of its gall".
$ git clone https://github.com/aarnt/baiacu
$ cd baiacu
$ qmake-qt6 (or qmake-qt5)
$ make
# make install
# with password
#permit keepenv setenv { USER=root HOME=/root \
#XAUTHORITY=/home/<your_username_here/.Xauthority } <your_username_here
# without password
permit nopass keepenv setenv { USER=root HOME=/root \
XAUTHORITY=/home/<your_username_here>/.Xauthority } <your_username_here>
$ baiacu
Remember: Baiacu needs doas/sudo and curl to work.
Enjoy!