WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

933

ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own.



From the app creator:

100% open source & forever free# I love free software, and I'm doing this because it's fun. I have no bad intentions, and I will never monetize or sell your information. This service will always stay free and open.

ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own. --- [Github](https://github.com/binwiederhier/ntfy) [F-Droid](https://f-droid.org/en/packages/io.heckel.ntfy/) [Play Store](https://play.google.com/store/apps/details?id=io.heckel.ntfy) [Documentation](https://ntfy.sh/docs/) --- From the app creator: >100% open source & forever free# I love free software, and I'm doing this because it's fun. I have no bad intentions, and I will never monetize or sell your information. This service will always stay free and open.

(post is archived)

[–] 1 pt (edited )

Doing some testing:

I have a Pi Zero W that downloads weather info and sends a notification to my phone every 4 hours. Also sends notifications of storm alerts and if the air pressure changes drastically in a short amount of time. This app is amazing.

[–] 0 pt

Does this wake the device as Google's push notifications? Or are you only notified if the device is already awake?

[–] 1 pt

I have not had a problem receiving notifications yet. If you get the play store version you can use Google Firebase to deliver messages. If not it uses Unified Push. I'm still in the testing phase. This app has tons of features.

https://ntfy.sh/docs/publish/#message-priority

[–] 0 pt

That does look feature rich. If you don't mind, please report back your research on this and how well notifications work with and without firebase (if you plan to use without).