ntfy

Verified safeOpen source
No reviews reviews
6
downloads
8.0
android

AI summary

Android client for ntfy.sh, a free HTTP-based pub-sub service that delivers notifications from scripts and apps via simple curl/POST requests. New in this version: configurable connection-lost alerts, graceful offline handling with automatic resume, improved battery life via longer WebSocket pings, and fixes for roaming handovers, repeated wake-ups, and subscription icon caching.

Generated by AI. May contain inaccuracies.

About this app

Send 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: Official site: https://ntfy.sh GitHub (server): https://github.com/binwiederhier/ntfy GitHub (Android app): https://github.com/binwiederhier/ntfy-android

###############################

Отправляйте уведомления на телефон из любого сценария Bash или PowerShell или из собственного приложения, используя запросы PUT / POST, например, через curl в Linux или Invoke-WebRequest.

Ntfy — это Android-клиент для https://ntfy.sh, бесплатного сервиса pub-sub на основе HTTP с открытым исходным кодом. Вы можете подписаться на темы в этом приложении, а затем публиковать сообщения через простой HTTP API.

○ Использование ●

• Уведомить себя о завершении длительного процесса • Пинг вашего телефона при сбое резервного копирования • Оповещать, когда кто-то входит на ваш сервер

Пример:

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

Дополнительные примеры и инструкции по использованию можно найти здесь: Официальный сайт: https://ntfy.sh GitHub (сервер): https://github.com/binwiederhier/ntfy GitHub (приложение для Android): https://github.com/binwiederhier/ntfy-android

What's new

v1.25.2Jul 29, 2026
  • Features:
  • Add configurable "Alert when connection is lost" setting, turned off by default (#1665, #1662, #1652, #1655, thanks to @tintamarre, @sjozs, @TheRealOne78, and @DAE51D for reporting) Handle "no network" gracefully: when the device is offline or in airplane mode, ntfy now stops retrying, suppresses the connection-lost alert, and keeps the foreground service alive with a "Waiting for network" notification, resuming instant delivery automatically when connectivity returns (ntfy-android#165, thanks to @tintamarre for the contribution, and #1709, thanks to @isaitgirl for reporting) Improve battery life by increasing WebSocket client ping interval from 1 min to 3 min, and reconnect instantly on Wi-Fi/cellular/VPN transitions (ntfy-android#113, thanks to @ftilde for the investigation) Disable UnifiedPush components when UnifiedPush is disabled in settings (ntfy-android#168, thanks to @p1gp1g for the contribution)
  • Bug fixes + maintenance:
  • Fix the "connection lost" alert briefly disappearing and re-firing when roaming between networks (e.g. Wi-Fi to cellular), by no longer cancelling it during the transient no-network gap of a handover Fix the "connection lost" alert repeatedly waking the screen while a server stayed unreachable, by no longer re-posting the alert once it is already showing Fix the "connection lost" alert firing late, erratically, or not at all when a connection kept dropping (e.g. a flaky server) rather than being refused outright, by tracking how long the connection has been down independently of whether the drop warrants a UI error Undo automatic phone number linking for numbers in message body (ntfy-android#170, thanks to @acortelyou for the contribution) Fix subscription icons disappearing after a few days due to Android clearing cache (#1322, thanks to @mcanning for reporting) Fix UnifiedPush failed_reason being sent as an enum instead of a string, which caused an exception in receiving apps that read it as a string extra (ntfy-android#182, thanks to @p1gp1g for the contribution)

About this version

Version
1.25.2 (63)
Size
8.89 MB
Requires Android
8.0
Target SDK
26
Architecture
arm64-v8a, armeabi-v7a, x86, x86_64
Downloads
6
Updated
Jul 29, 2026
Package
io.heckel.ntfy

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app