This is a graphical user interface for apt.
A pre-built "apt-gui.jar" file is available here.
The above pre-build file was generated in 2018. Since then, a lot happened. The automation for building these files broke with the shutdown of Travis CI. The Java ecosystem evolved and the old version of Google Juice no longer works. For this reason, the author of this paragraph hand-built a newer version using Guice 5.0.0 and uploaded it here. This should work with newer versions of Java.
apt-gui depends on apt which is included as a git submodule. Therefore either clone with
git clone --recursive https://github.com/jprellberg/apt-gui.git
or run
git submodule init
git submodule update
after cloning.
After cloning you can build apt-gui with
cd apt-gui
./gradlew jar
Some other available build targets are: clean, eclipse, javadoc