ntfy - PUT/POST to your phone

4.8
1.02K reviews
50K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Send push notifications to your phone from any Bash or PowerShell script, or from your own app using PUT/POST requests, e.g. via curl on Linux or Invoke-WebRequest.

ntfy is an Android client for https://ntfy.sh, a free and open source HTTP-based pub-sub service. You can subscribe to topics in this app, and then publish messages via a simple HTTP API.

Uses:
* Notify yourself when a long-running process is done
* Ping your phone when a backup has failed
* Alerts when someone logs into your server

Example:

$ curl -d "Your backup is done" ntfy.sh/mytopic

Find more examples and usage instructions here: https://ntfy.sh
Updated on
Oct 12, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.8
999 reviews
Cody Wynn
April 21, 2025
I think you may have a an unrealized audience. I switched to a flip phone a while back and was able to sideload this app. I also set up ntfy in conjunction with Automate on my old smartphone. Now, I can get any notifications on my flip phone by essentially using my smartphone as a relay. Then, I can respond to people whenever I get back to my laptop. Ntfy keeps me aware of important notifications, but doesn't keep me on my phone all day. Love it!
20 people found this review helpful
Did you find this helpful?
Ian Oguz
August 19, 2023
This is, by far, the best app I've found to seamlessly send notifications to my phone from nearly anything, including Home Assistant, Node-RED, random shell scripts, healthchecks.io; anything that can publish to webhooks. It's fully open source; you can even host the server yourself. There are some minor limits with the free tier, but they are *very* reasonable (250 notifications/day), and only apply to the official instance.
26 people found this review helpful
Did you find this helpful?
Jupiter Apollo
October 12, 2025
Amazing application and easy to use. No annoying configurations or silly API calls. Really helps with being notified on my server activity. 5 Stars!
Did you find this helpful?

What’s new

This is largely a maintenance update to ensure the SDK is up-to-date.

Features:
* Markdown is now rendered if "Markdown: yes" was passed
* You can now disable UnifiedPush so ntfy does not act as a UnifiedPush distributor

Bug fixes + maintenance:
* Subscriptions without icons no longer appear to use another subscription's icon
* Bumped all dependencies to the latest versions