Welcome to Chomp, application for tracking calories, fats, proteins, carbohydrates and weight. With Chomp you create your own library of products and then construct meals with them, Chomp helps you track calories and macros for those meals and also track your weight so that you can understand your progress. Everything is stored locally, there's no account and no need for internet.
Chomp is still in active development and I have some plans for new features that will be added in the future. That being said it can be considered stable and it won't break your library of products and history of meals/weight. You will never have to remove old database and create new one because of some breaking changes.
- clone the repository
git clone https://github.com/Neidz/chomp.git- enter project directory
cd chomp- run installation script
script/install-linux.shYou should be able to build and run Chomp on MacOS without any issues but installation script for linux won't work because MacOS handles desktop entries differently, requires signing apps and so on. I'm not going to deal with this process since I'm not using MacOS but feel free to install binary with
cargo install --path ./chomp-appI never ran this app on windows and I'm not even sure if path for database will be properly constructed but if you would like to actually use Chomp on windows let me know and I'll test/fix this if there's an issue with that. Not going to deal with creating proper installer tho