Prescription reminder
Warns you when stock will run out, with a configurable lead time in days.
Free and open-source Windows app. No account, no cloud, no subscription.
MedReminder is an organizational reminder, not a medical device. Every therapy decision must be made with your doctor.
Warns you when stock will run out, with a configurable lead time in days.
Records every package opened, dose change, and correction, with full movement history.
Sends a Windows notification at each scheduled dose time, so you never miss a tablet.
Everything is stored only on your PC. No account, no internet connection required.
Optional email notification to your inbox or a caregiver's address when stock is low.
One installation manages multiple people, each with their own data and PIN.
Interface available in English, Italian, French, Spanish and German.
Daily encrypted backup to any folder, including cloud-synced ones (OneDrive, Dropbox, iCloud Drive).
Built-in reference catalogue for Italy, EU, Spain and France for quick medicine look-up.
Apache 2.0 license — free forever, no subscription, source code on GitHub.
Enter each medicine once, with the current stock and the dose schedule.
Choose how many days ahead MedReminder should warn you before you run out.
A Windows notification tells you when to call the doctor or the pharmacy.
Encrypted backup lets you move to a new computer without losing your history.
MedReminder is not yet code-signed with an Extended Validation certificate, which is expensive for a free project. On first launch, Windows SmartScreen may show a blue box saying "Windows protected your PC". That is expected and does not mean the file is dangerous.
The release .zip and .msi files are built in public by GitHub Actions.
ZIP archive · Self-contained · about 100 MB
Version v1.2.0
MSI installer · GitHub Releases
Licensed under the Apache License 2.0.
MedReminder is free forever. If it helps you, a small donation keeps development going.
Payment happens on the provider's page. This site never sees your card details and does not confirm payments.
This website uses Cloudflare Web Analytics. No cookies are set. No personal information is collected. The counter records anonymous page views only, so there is no consent banner to click.
Donations open the payment provider's own hosted page (Stripe or PayPal). This site never sees your card details, never stores anything about the transaction, and receives no confirmation from the provider.
The MedReminder desktop app stores your medicines only on your PC, in a local SQLite database. Nothing is uploaded. Email alerts, if enabled, are sent from your PC directly to the SMTP server you configure.
Questions about privacy or the app itself go to the GitHub Issues tracker linked in the footer.
Yes. MedReminder is free forever under the Apache License 2.0. There is no subscription, no in-app purchase, and no "pro" tier.
Windows 10 22H2 and Windows 11, 64-bit. Older Windows versions are not supported.
No account. The internet is only needed for optional features such as email alerts and cloud-synced backup.
On your PC only, in an encrypted SQLite database. Nothing is uploaded to a server we control, because we do not run one.
Yes. MedReminder supports multiple profiles, each with its own data and optional PIN.
Enable automatic backup, point it to a folder you can copy (a USB drive or a cloud-synced folder), then restore it on the new PC.
No. MedReminder is a stock and schedule tracker. It does not calculate dosages or give therapy advice. Talk to your doctor for every medical decision.
See the "SmartScreen" section above for a two-click walkthrough. The release files are built in public on GitHub Actions, so you can verify what runs.
Open an issue on the GitHub repository linked in the footer. That is the only support channel.
A one-time donation via Stripe or PayPal keeps development going. See the Donate section above.
MedReminder was written by a family caregiver who kept forgetting to reorder a prescription in time. Every existing app either wanted an account, uploaded medicine data to a cloud, or came with a subscription. None of those felt right for something as personal as a medication list.
Local-first, no lock-in. Your medicines stay on your PC. The app opens without a network, and works the same whether or not you have an internet connection. Data lives in files you can copy anywhere.
MedReminder is a Windows Forms application built on .NET 10. Storage is SQLite via EF Core 10. Backups are encrypted with Windows DPAPI. Email alerts use MailKit. The full stack is documented in the source repository.
MedReminder is strictly an inventory and schedule tracking assistant. It does not automatically calculate, adjust, or suggest clinical dosage changes or medical therapy variations. All dosage modifications must be prescribed by a qualified healthcare professional.
Released under the Apache License 2.0. The source is at github.com/vger70/MedReminder. Bug reports and pull requests are welcome.