Health is a free and open source health tracking software for Linux. Using Health, you can track you health related data like weight, steps, calories burned, heart rate and some activities. It comes with imperial and metric unit system support. You can sync your details with third party providers like google fit and also import data from CSV file. You can set goal and need to enter your daily activities to track it. It is written in Rust and released under GNU General Public License version 3.
Install Health on Ubuntu Linux
Health is available as a flatpak package from flathub. First install flatpak and flathub on your system and restart it after the installation . Open the terminal command-line software using ctrl+alt+t keys or via the application menu and run below Health flatpak installation command.
flatpak install flathub dev.Cogitri.Health
After the installation you can run Health via below command.
flatpak run dev.Cogitri.Health
And if you don’t want then uninstall Health via below command.
sudo flatpak uninstall dev.Cogitri.Health
That’s it.