Run the install script as root in the main project directory.
# ./install
You will need openjdk installed on your system. Very old versions of the jre have worked fine in testing, so the version shouldn't matter.
Allow members of a specific group (users as an example here) to use the ignore flag without root permissions. Same for the graphical one -g.
%users ALL=(ALL) NOPASSWD: /usr/local/bin/dbt -i
%users ALL=(ALL) NOPASSWD: /usr/local/bin/dbt -g
This has only been tested on debian and artix(openrc)