this post was submitted on 12 Aug 2024
0 points (50.0% liked)

Open Source

30218 readers
368 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I'm looking for an open-source medication/pill tracking app.

Requirements:

  • Android support
  • Ability to create custom medication/pill entries
  • Ability to set notification reminders for taking pills
  • Ability to arbitrarily create entries at any date/time

Nice-to-haves:

  • Data export/backup
  • Data-at-rest encryption
  • Data visualizations

Cross-posted at https://sh.itjust.works/post/23572613

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Your requirements are pretty strict, but I can suggest a few apps.

The list is under the spoiler


MedTimer
F-Droid: https://f-droid.org/packages/com.futsch1.medtimer
GitHub: https://github.com/Futsch1/medTimer

  • Android support (✓)
  • Custom medications (✓)
  • Notification reminders (✓)
  • Entries can be created only on the current day (×)
  • Data backup as .json and data export as .csv (✓)
  • Didn't get the encryption point, but backups are not encrypted (?)
  • Data graph (✓)

MediTrak
IzzyOnDroid: https://apt.izzysoft.de/fdroid/index/apk/projects.medicationtracker
GitHub: https://github.com/AdamGuidarini/MediTrak

  • Android support (✓)
  • Custom medications (✓)
  • Notification reminders (✓)
  • Entries can be created on any date (✓)
  • Data backup as .json (✓)
  • Didn't get the encryption point, but backups are not encrypted (?)
  • No data visualization (×)

Home MedKit
IzzyOnDroid: https://apt.izzysoft.de/fdroid/index/apk/ru.application.homemedkit
GitHub: https://github.com/pewaru-333/HomeMedkit-App

  • Android support (✓)
  • Custom medications (✓)
  • Notification reminders (✓)
  • Entries can be created only on the current day (×)
  • Data backup as .sqlite3 (✓)
  • Didn't get the encryption point, but backups are not encrypted (?)
  • No data visualization (×)

There are probably even more apps, but I haven't used them myself.