ntfy

ntfy

Push notifications via REST

353 ratings
104 reviews
Free

Details

  • Released
  • Updated
  • May 25, 2022
  • May 29, 2026

Features

ntfy screenshot #1 for iPhone
ntfy screenshot #2 for iPhone
iphone
ipad
πŸ–ΌοΈGet Icon
Iconsβ†˜οΈŽ

About

This app allows you to send push notifications to your phone from scripts or other applications using simple HTTP requests. It acts as a client for a free, open-source pub-sub service, enabling you to receive alerts and updates directly on your device.

βœ“Send notifications via REST API
βœ“Subscribe to topics
βœ“Publish messages via HTTP
βœ“Integrates with Bash/PowerShell
βœ“Free and open source client
Show original description

What users say

See all reviews

What's New in ntfy

1.7.0

May 29, 2026

This version adds attachment and image support. See https://docs.ntfy.sh/publish/#attachments for details.

User reviews

Simple and brilliant

It’s not trying to be a multi-tool. It does its one thing - providing an endpoint for mobile notifications - very well and free of charge or advertising. Thank you!

The perfect solution

This solves a simple yet pervasive and valuable problem darn near perfectly.

Great

Loved it

Great update!

New update adds inline image support, something that sorely been missed. Works great on macOS desktop too!

used on my small business

thank you. there isnt much else to say.

User experience

🐞

Reported Bugs

3 issues

Notifications not working on iOS

Bug

Broken click URLs in notifications

Bug

Compatibility issues with iOS notification summarizing

Bug
✨

Requested Features

5 requests

Ability to change notification sounds

Feature

Support for Apple Watch

Feature

Customizable topic names/aliases

Feature

Improved iOS notification handling

Feature

All topics view and read/unread indicators

Feature

FAQ

What does this app do?

This app allows you to send push notifications to your phone from any script or application using simple HTTP requests. It connects to a free and open-source pub-sub service, enabling you to receive alerts and updates directly on your device.

How can I use this app?

You can use this app by subscribing to topics within the application. Then, you can publish messages to these topics using a simple HTTP API, for example, by using `curl` from a Bash script or `Invoke-WebRequest` from PowerShell.

Is this app free to use?

Yes, the app itself is free to use. It acts as a client for ntfy.sh, which is a free and open-source HTTP-based pub-sub service. There are no in-app purchases or ads mentioned.

What are some common use cases for this app?

Common use cases include receiving notifications when a long-running process is finished, being alerted if a backup fails, or getting notified when someone logs into your server. Essentially, it's for any situation where you need to be proactively informed about events.