OSS Tanbou

ntfy — send push notifications from scripts with simple HTTP

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
34,336
Primary language
Go
License
Apache-2.0
Repository last updated
Sep 15, 2026

Overview

ntfy is a simple HTTP pub/sub notification service where scripts publish messages to topics using PUT or POST and Android, iOS, web, or desktop clients subscribe to receive them. It supports both hosted and self-hosted use.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Publish notifications to topics with ordinary HTTP requests

curl and any HTTP client can send messages, making ntfy easy to add to existing scripts, cron jobs, and monitoring tasks.

Sources: [2][3]

Subscribe from Android, iOS, web, and desktop clients

Users can receive topic messages through mobile apps and web-based clients.

Sources: [2][3]

For simple operational notifications from servers, backups, and automation

It fits small infrastructure and personal-server workflows that need push notifications without a complex messaging SDK.

Sources: [2]

Review topic naming, authentication, and self-hosting for sensitive notifications

Public-service topics and access controls should be chosen carefully. Sensitive workflows may benefit from authenticated or self-hosted deployment.

Sources: [2][3]

Official sources

  1. [1]binwiederhier/ntfy repository(2026-09-20)
  2. [2]ntfy README(2026-09-20)
  3. [3]ntfy documentation(2026-09-20)
  4. [4]ntfy Apache-2.0 license(2026-09-20)
Supplemental curator note

ntfy makes operational notifications simple: scripts, monitoring jobs, and backup tasks can publish messages with curl or ordinary HTTP requests instead of integrating a complex notification SDK. Users can choose the public ntfy.sh service or self-host the server.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/binwiederhier/ntfy.git
  2. 2

    Enter the repository

    cd ntfy
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

34,336 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
5
Open PRs
56

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • rest-api
  • pubsub
  • notifications
  • curl
  • push-notifications
  • ntfy
  • ntfysh
Stars
34,336
Forks
1,608
Watchers
102
Open issues
351
Contributors
357
Primary language
Go
License
Apache-2.0
Repository last updated
Sep 15, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.

ntfy — Send Push Notifications from Scripts with Simple HTTP Requests | OSS Tanbou