Alternatives to Apprise
Send application notifications through many messaging services. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Apprise
Send application notifications through many messaging services.
Replacements
Listings that take over the same core job as Apprise.
Apprise API
A self-hosted REST API that wraps the Apprise library to send notifications to many services.
Apprise API wraps the same library in a self-hosted REST API running as a Docker container, so any language can send notifications, but you maintain the server.
ntfy
Send push notifications from scripts using HTTP requests.
ntfy sends push notifications through simple HTTP requests to its own Android and iOS apps, self-hosted or hosted, rather than relaying to many different messaging services.
Similar software
Related functionality, not a direct replacement.
Alerter
A command-line tool for sending interactive macOS notifications from shell scripts and other programs.
Pushcut
An iOS app that shows actionable notifications and widgets triggered by webhooks, Shortcuts and HomeKit.
huginn
Build self-hosted agents that watch for events and trigger actions.
Node-RED
Visual flow-based programming tool for wiring together automations and APIs.
Cronitor
A hosted monitoring service for cron jobs, background workers, websites and APIs, with failure alerts.
webhook
A lightweight server that runs shell commands when incoming HTTP webhooks match configured hooks.