BMI is an open-source, body mass index calculator built with GTK4 and LibAdwaita.
Available on Flathub.
and via Github Releases.This project is built using Gnome Builder.
You can also manually run the meson commands to install and run the app natively.
meson setup build cd build meson compile meson install bmi ninja uninstall
or just run ./run.sh
which does that for you.