Ensure asdf is installed and then install the plugin with
asdf plugin add fuseki https://github.com/lkitching/asdf-fuseki.gitOnce installed, the plugin can be used via asdf to list and install available versions e.g.
asdf list all fuseki
asdf install fuseki 3.4.0The plugin exports shims for the binaries in the fuseki package including fuseki and fuseki-server. If the asdf shims directory is
on your PATH these should be available:
# run fuseki server
fuseki-serverThe plugin sets FUSEKI_HOME to the location of the current version specified in .tool-versions.