This is the fwup plugin for the asdf and mise-en-place package managers.
sudo apt-get install autoconf pkg-config help2man libconfuse-dev libarchive-dev
brew install confuse libarchive pkg-config automake
Plugin:
asdf plugin add fwup https://github.com/fwup-home/asdf-fwup.git
or
mise plugin install fwup https://github.com/fwup-home/asdf-fwup.git
# Show all installable versions
asdf list-all fwup
# Install the latest version
asdf install fwup latest
# Set a version globally (on your ~/.tool-versions file)
asdf global fwup latest
# Now fwup commands are available
fwup --version
Check the asdf and mise instructions on how to install & manage versions.