An open API service indexing awesome lists of open source software.

https://github.com/wger-project/wger

Self hosted FLOSS fitness/workout, nutrition and weight tracker
https://github.com/wger-project/wger

django fitness gym hacktoberfest python self-hosted workout

Last synced: 8 days ago
JSON representation

Self hosted FLOSS fitness/workout, nutrition and weight tracker

Awesome Lists containing this project

README

        

# wger


wger logo

![AGPLv3 License](https://img.shields.io/badge/License-AGPLv3-blue.svg)
![Build Status](https://img.shields.io/github/actions/workflow/status/wger-project/wger/ci.yml?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/wger-project/wger/badge.svg?branch=master)](https://coveralls.io/github/wger-project/wger?branch=master)
![Translation Status](https://hosted.weblate.org/widget/wger/svg-badge.svg)

wger (ˈvɛɡɐ) is a free workout and fitness manager.

- 🏋️ **Custom Workout Routines** – Create flexible routines with automatic weight progression rules.
- 📊 **Comprehensive Tracking** – Track diet plans, body weight, and custom measurements.
- 🍽️ **Nutrition Management** – Log your calories with a food database
from [Open Food Facts](https://openfoodfacts.org).
- 📸 **Progress Gallery** – Upload and track your fitness progress with photos.
- 📚 **Exercise Wiki** – Access and contribute to the built-in exercises.
- 📱 **Cross-Platform Apps** – Available on Android, iOS, F-Droid, and Flathub.
- 🐳 **Self-Hostable** – Deploy easily with Docker for full control.
- 🌍 **Multilingual Support** – Translated by the community via Weblate.
- 🔗 **Powerful API** – REST API for third-party integrations or automations.
- 👥 **Multi-User Support** – Includes basic gym management features.
- 🆓 **100% Free & Open Source** – Licensed under AGPL-3.0 or later.

For a live system, visit:


Screenshot



Get it on Google Play


Download on the App Store


Get it on F-Droid


Get it on Flathub

## Self-hosting

Hosting your own instance is basically just a `docker compose up -d` away. For
more detailed setup instructions take a look at the provided
[docker compose file](https://github.com/wger-project/docker) and the
[corresponding documentation](https://wger.readthedocs.io/en/latest/production/docker.html).

## Developing and contributing

Our goal is to build an awesome and flexible fitness and nutrition manager,
along with a comprehensive list of exercises and ingredients, all released
under a free license.

For this, we’d love your help! Whether it’s code, translations, exercises or
reporting issues and ideas, check out our
[contribution guide](https://wger.readthedocs.io/en/latest/contributing.html)
to get started.

A huge thank you to everyone who has contributed so far! ❤️ See the full list
in [AUTHORS.md](AUTHORS.md).

## Documentation

Consult the online documentation at

*

for installation instructions, API documentation, development guidelines, and
other information

## Contact

Feel free to contact us if you found this useful or if there was something that
didn't behave as you expected. We can't fix what we don't know about, so please
report liberally. If you're not sure if something is a bug or not, feel free to
file a bug anyway.

* **Discord:**
* **Mastodon:**
* **Issue tracker:**

## Sources

All the code and the content is available on github:

*

## Translation

Translate the app to your language on [Weblate](https://hosted.weblate.org/engage/wger/).

[![translation status](https://hosted.weblate.org/widgets/wger/-/multi-blue.svg)](https://hosted.weblate.org/engage/wger/)

## License

* Application Code: [AGPL-3.0-or-later](https://www.gnu.org/licenses/agpl-3.0.html)
* Exercise/Ingredient Data: Creative Commons (see individual entries)
* Documentation: [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/)