Skip to content

ntfy - PUT/POST to your phone

F-Droid

Open source

Send notifications to your phone from any script using PUT/POST requests

Version
1.24.0
Size
8.8 MB
Updated
Mar 11, 2026
Get from Download APK (v1.24.0)
Signing certificate on record

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

Licensed under Apache-2.0, by Philipp C. Heckel.

OfficialSignature VerifiedOpen Source

What's New in v1.24.0

Imported from the F-Droid repository index.

  • 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

Version history

v1.24.0Latest
Signature continuous

Mar 11, 2026 · 8.8 MB · Android API 2636 · code 60

Imported from the F-Droid repository index.

  • 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
INTERNETFOREGROUND_SERVICEFOREGROUND_SERVICE_SPECIAL_USEWAKE_LOCKRECEIVE_BOOT_COMPLETEDVIBRATEWRITE_EXTERNAL_STORAGESCHEDULE_EXACT_ALARMPOST_NOTIFICATIONSREQUEST_IGNORE_BATTERY_OPTIMIZATIONSACCESS_NETWORK_STATEio.heckel.ntfy.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSIONREAD_EXTERNAL_STORAGE

SHA-256 637c4cc5bb76bd1ce076bd3a5044ccfda313eedeca0a79a8c2cf46837a0c0300

v1.23.0
Signature continuous

Feb 23, 2026 · 8.8 MB · Android API 2636 · code 59

Imported from the F-Droid repository index.

  • Features:
  • * Search within a topic (#141, ntfy-android#153, thanks to @Copephobia and @StoyanYonkov for reporting and sponsoring)
  • * Add "reconnecting to N topics ..." to foreground notification (#1101, thanks to @milosivanovic for reporting)
  • * Default server dialog with full-screen UI and stricter URL validation (ntfy-android#158)
  • * Show last notification time for UnifiedPush subscriptions (#1230, #1454, thanks to @Tealk and @user4andre for reporting)
  • * Support "copy" action button to copy a valu
INTERNETFOREGROUND_SERVICEFOREGROUND_SERVICE_SPECIAL_USEWAKE_LOCKRECEIVE_BOOT_COMPLETEDVIBRATEWRITE_EXTERNAL_STORAGESCHEDULE_EXACT_ALARMPOST_NOTIFICATIONSREQUEST_IGNORE_BATTERY_OPTIMIZATIONSACCESS_NETWORK_STATEio.heckel.ntfy.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSIONREAD_EXTERNAL_STORAGE

SHA-256 4c661ee7c8ca34d6da63e658a81059bb8213645bb8c38996fe5da1971e942ee0

v1.22.2
Signature continuous

Jan 29, 2026 · 8.8 MB · Android API 2636 · code 58

Imported from the F-Droid repository index.

  • Features:
  • * Support for updating and deleting notifications (#303, #1536, ntfy-android#151, thanks to @wunter8 for the initial implementation)
  • * Support for self-signed certs and client certs for mTLS (#215, #530, ntfy-android#149, thanks to @cyb3rko for reviewing)
  • * Connection error dialog to help diagnose connection issues
  • Maintenance + bug fixes:
  • * Use server-specific user for attachment downloads (#1529, thanks to @ManInDark for reporting and testing)
INTERNETFOREGROUND_SERVICEFOREGROUND_SERVICE_SPECIAL_USEWAKE_LOCKRECEIVE_BOOT_COMPLETEDVIBRATEWRITE_EXTERNAL_STORAGESCHEDULE_EXACT_ALARMPOST_NOTIFICATIONSREQUEST_IGNORE_BATTERY_OPTIMIZATIONSACCESS_NETWORK_STATEio.heckel.ntfy.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSIONREAD_EXTERNAL_STORAGE

SHA-256 e433ae926f173f865aa15f4e60c39c3574f77d4650eabac840484b4d905413d4

Will it run on your device?

CompatibilityVery likely to run

92%

  • Runs on a broad range of modern Android versions.
  • Multiple CPU architectures are covered.
  • Aligned with the latest Android target SDK expectations.
What changed in this release
Size delta
0 MB
Added permissions
None
Removed permissions
None

Installation Guide

1

Open Settings on your Android device

2

Go to Security → Unknown sources (or Install unknown apps)

3

Enable "Allow from this source" for your browser or file manager

4

Open the downloaded APK file from your Downloads folder

5

Tap "Install" and wait for installation to complete

6

Launch the app from your home screen

Make sure to re-enable Unknown Sources restrictions after installation for security.

How to install this safely

How to verify the file you downloaded

Before you install anything, confirm the file is the one described here. On a computer, run shasum -a 256 your-download.apk (macOS or Linux) or certutil -hashfile your-download.apk SHA256 (Windows), then compare the output character-for-character with the SHA-256 on this page. If a single character differs, the file is not the build we recorded — delete it.

What the signing certificate proves

Every Android app is signed with a private key that only its developer holds. The fingerprint on this page is a hash of the matching public certificate, and it proves continuity rather than identity: it tells you a build came from whoever signed the earlier ones. Android enforces this at install time — if a package claiming to be io.heckel.ntfy is signed with a different key, the system will refuse to install it over your existing copy. A fingerprint that changes between releases is worth pausing on, because a repackaged app that has been modified by someone else cannot keep the original signature.

How to roll back to an earlier version

If the current release misbehaves, 1.23.0 is the last build before it. Android will not install an older version code over a newer one, so you must uninstall ntfy - PUT/POST to your phone first — which clears its local data unless you have a backup. Reinstall the older APK only if its signing fingerprint matches the build you already trust, and check the API range: an older release may target an Android version your device has moved past.

Why we list sources instead of hosting everything

The official store channel is almost always the right choice: it updates automatically and carries the publisher's own distribution guarantees. A direct APK is useful when a device has no store access, when a rollout has not reached your region, or when you need a specific version — and only when the publisher has authorized that copy. APKBrowse does not list pirated, cracked, or unauthorized rebuilds of ntfy - PUT/POST to your phone, and a listing is removed when the evidence for it stops holding up.

Get ntfy - PUT/POST to your phone

Every source we list for io.heckel.ntfy is legality-reviewed. Pirated or cracked builds are never offered.

Other sources

F-Droid listing

official

F-Droid builds this app from source and signs it. This is its official listing, with older builds and full release notes.

Source code

verified publisher

The upstream repository this build is compiled from.

We check legality and signature continuity, but device behaviour still varies. Install at your own discretion.

App Information

Developer
F-Droid
Category
Productivity
Android
8.0+
Architectures
arm64-v8a, armeabi-v7a, x86, x86_64
Version
1.24.0 (code 60)
Size
8.8 MB
Updated
Mar 11, 2026
Package name
io.heckel.ntfy

Security Verification

File integrity
SHA-256 recorded
Signing certificate
Fingerprint on record
Official source
Download APK (v1.24.0)

We record provenance; we do not run malware scans. Verify the hash yourself before installing.

SHA-256 Hash

637c4cc5bb76bd1ce076bd3a5044ccfda313eedeca0a79a8c2cf46837a0c0300

Signing certificate

76e94d8e04706c5b99064c23210d8ca9910608abae8f3e972b41e388391646e0

Permissions Required

INTERNET
FOREGROUND_SERVICE
FOREGROUND_SERVICE_SPECIAL_USE
WAKE_LOCK
RECEIVE_BOOT_COMPLETED
VIBRATE
WRITE_EXTERNAL_STORAGE
SCHEDULE_EXACT_ALARM
POST_NOTIFICATIONS
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
ACCESS_NETWORK_STATE
io.heckel.ntfy.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
READ_EXTERNAL_STORAGE

Previous Versions

Signature verified

The signing certificate fingerprint for this release is on record, so a build that does not match it did not come from this publisher.

Report a problem with this listing

A listing is only as good as its corrections. If a source is broken, a signature looks wrong, or this app should not be here, tell the moderation team.

Report a problem