ntfy - PUT/POST to your phone

4.8
1.34K reviews
Content rating
Everyone
100K+
Downloads
Content rating
Everyone
Learn more
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
Apr 13, 2026

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.
This app may share these data types with third parties
Personal info and Messages
This app may collect these data types
Personal info, Messages, and Files and docs
Data is encrypted in transit
You can request that data be deleted

Ratings and reviews

4.8
1.32K 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!
26 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.
31 people found this review helpful
Did you find this helpful?
Greg Blumenthal
April 7, 2026
Amazing notification app, lets you send customized notifications programmatically with a simple HTTP POST. Not only is everything free including the server-side infrastructure (subject to message volume limits), it doesn't even require an account! I wish all apps had this app's ethos of minimum friction, simple layout, and a powerful feature set
1 person found this review helpful
Did you find this helpful?

What’s new

Features:
* Show notification when connection to server has been lost for 15+ minutes, with dismiss, snooze and never-show-again actions

Bug fixes + maintenance:
* Fix crash in settings when fragment is detached during backup/restore or log operations