Getting the App
Instalation
Downloading the binary
Bion can be installed by downloading a release binary from the release.
Building from source
Alternatively you can build the package from source by downloading the git repository and building it
git clone https://github.com/Tiggax/bion.git
cd bion
cargo build --release
There is also a Nix flake present for better dependency managment.