djinni plugin for the asdf version manager.
Java, either on the system, or better, via some asdf-java
Plugin:
asdf plugin add djinni
djinni:
# Show all installable versions
asdf list-all djinni
# Install specific version
asdf install djinni latest
# Set a version globally (on your ~/.tool-versions file)
asdf global djinni latest
# Now djinni commands are available
djinni --help
Check asdf readme for more instructions on how to install & manage versions.
Because this is the most convenient way to install djinni
Contributions of any kind welcome! See the contributing guide.