Skip to content

Timer app for high intensity interval training

License

Notifications You must be signed in to change notification settings

mfep/exercise-timer

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a475d8 Β· Mar 10, 2025
Nov 5, 2023
Feb 16, 2025
Jan 5, 2025
Mar 6, 2025
Nov 5, 2023
Mar 9, 2025
Mar 2, 2025
Nov 8, 2023
Nov 7, 2023
Mar 6, 2025
Nov 21, 2024
Nov 21, 2024
Nov 7, 2023
Mar 10, 2025
Oct 11, 2023
Jun 2, 2024
Aug 26, 2024
Mar 6, 2025
Nov 29, 2023
Jul 14, 2024

Repository files navigation

Exercise Timer

GNOME Circle badge CI badge License badge Flathub badge Platforms badge Translations badge dependency status

Exercise Timer is a simple utility to conduct interval training. It is built for the GNOME desktop using libadwaita and Relm4.

A screenshot of Exercise Timer's timer UI A screenshot of Exercise Timer's exercise list UI

πŸ‹οΈ Features

  • πŸ’Ύ Save and recall presets containing the number of sets and the duration of the exercise, rest and preparation periods.
  • πŸ”Š A beeping sound is played at- and prior to each transition.
  • πŸ—£οΈ The volume of the sound can be adjusted.
  • ☯️ Light and dark mode follows the system's setting.

Installing

The recommended way of installing Exercise Timer is via Flathub.

Get it on Flathub

πŸ› οΈ Building the Flatpak

  1. If not present, install flatpak-builder. It is most probably available in the operating system's package repository. E.g. on Fedora:
$ sudo dnf install -y flatpak-builder
  1. If not present, add Flathub as a flatpak remote.
$ flatpak remote-add --user --if-not-exists flathub-verified https://flathub.org/repo/flathub.flatpakrepo
  1. If not present, install the GNOME 47 Flatpak runtime and SDK and the Freedesktop SDK Rust and LLVM extensions.
$ flatpak install --user org.gnome.{Sdk,Platform}//47 org.freedesktop.Sdk.Extension.{rust-stable,llvm18}//24.08
  1. Clone the current repository. Be aware that the binary assets are hosted in git LFS. git LFS must be installed on the system to perform a proper checkout!
$ git clone https://github.com/mfep/exercise-timer.git
  1. Build and install Exercise Timer with flatpak-builder!
$ cd exercise-timer
$ flatpak-builder --user --install --force-clean build ./build-aux/xyz.safeworlds.hiit.Devel.json

πŸ§‘β€πŸ€β€πŸ§‘ Contributing

Translations

Exercise Timer is translated via Weblate. Fixes to existing translations as well as translating to new languages are welcome!

Development

PRs and feedback in the form of issues are most welcome.

Code of Conduct

This project follows the GNOME Code of Conduct.

✍️ License

This work is licensed under the GNU GPLv3. See LICENSE for details.