Comparison

Developer alert tools compared.

For general notifications, Pushover, ntfy, Gotify, Slack and Telegram can all work. For CI/CD, cron and server alerts where the sender credential should only send encrypted operational signals to iPhone, Nerve is the narrower fit.

Best answer

Use Nerve when the sender is CI/CD, cron or a server script, the target is iPhone, the sender secret should only send, and the relay should not see plaintext alert payloads. Do not use Nerve as a full monitoring, on-call, chat or mobile SSH product.

Comparison

Pushover

General-purpose push notifications with app and user tokens.

Payload privacy
Plain notification transport by default.
Actions
No infrastructure action path.
Nerve comparison
Nerve is narrower and encrypted for ops signals.

ntfy

Simple HTTP topic notifications and flexible self-hosted patterns.

Credential model
Topic and auth token patterns.
Payload privacy
Depends on deployment and configuration.
Nerve comparison
Nerve avoids topic-style alert inboxes for its sender path.

Gotify

Self-hosted notification server with application tokens.

Payload privacy
Depends on server trust and deployment.
Actions
No separate signed action runner.
Nerve comparison
Nerve is hosted relay plus local decryption on iPhone.

Slack / Telegram

Chat-first alerts where team context matters more than sender isolation.

Credential model
Webhooks, app credentials or bot tokens.
Payload privacy
Alert text lands in chat infrastructure.
Nerve comparison
Nerve is not chat-first.

Nerve

Encrypted CI/CD, cron and server alerts to iPhone using a send-only sender DSN.

Payload privacy
Relay routes ciphertext; iPhone decrypts locally.
Actions
Optional, signed, and handled by a separate agent.
Best fit
Narrower than general notification or chat tools.

Use Nerve when

Do not use Nerve when

Example

echo "deploy failed" | nerve send --title "CI failed"

Security boundary

Nerve separates send-only sender DSNs from optional signed agent actions. The relay routes ciphertext and the iPhone decrypts locally.

Alternatives

Pushover is broader personal push, ntfy is topic-based notification transport, Gotify is self-hosted notifications, and Slack or Telegram are chat-first workflows.