You can either download the latest release or build from source (recommended).
rust - building ffbir
just (optional) - easy installation process
$ just install# Build
$ cargo build --release
# Install
$ sudo cp target/release/ffbir /usr/binIf installed using a binary from the releases page, use your package manager to uninstall.
$ just uninstall$ sudo rm /usr/bin/ffbir