Releases: Heiligetomate/puwump
Releases · Heiligetomate/puwump
v0.1.0
Puwump v0.1.0
A local desktop workout and meal tracking app, built in Rust with egui and SQLite.
Features
- Create and delete exercises, ingredients, workout plans, and meals
- Add exercises to workout plans, and ingredients to meals
- Workout with a rest timer between exercises
- Log meals and Workouts (just in the db right now)
- All data saved locally in a SQLite database
Downloads
- Windows:
puwump-x86_64-windows.exe - Linux:
puwump-86_64-unknown-linux-gnu(built on Arch Linux)
Not supported
- No mobile support yet
- Finished workouts/meals are only logged in the database, not shown in the UI
Installation
In order for this app to work on windows you need to have Microsoft Visual C++ installed which is most likely already installed. download here
Download the binary for your platform and run it directly. The app will create its database automatically on first launch.
Or compile it yourself with the instructions: https://github.com/Heiligetomate/puwump/blob/main/TEST-IT.md