A simple workout app built using Wails. Intended to be used on Linux mobile. This project is very unfinished and under semi-active development.
Basic configuration can be done via the GUI. The config file and any created
workout plans are stored as json files in the ~/.config/goains
folder.
Attached to each tagged release is a zip file containing compiled binaries for both aarch64 and amd64 architecture.
- Install and setup Wails
- Run
wails build
- To cross-compile for aarch64, run
make cross
(requires Docker)
- Create a workout plan, save it as a json file
- Included example workout
- Start a workout of the current plan
- Save progress after workout
- Better Readme
- Notification sound when rest ends
- Show more information about exercises (Description, images...)
- Track workout progress
- Ability to add own exercises to database
- UI cleanups
- (Maybe) Rename project