Bark
AI-assisted
Send custom push notifications to your iPhone via a simple HTTP API — open source, free, self-hostable, and privacy-focused
Bark
A tool that lets you send custom push notifications to your iPhone via a simple HTTP request. Free, open source, and supports self-hosting.
Why I Recommend It
- Minimal API — A single curl command sends a push notification, no complex configuration required
- Open source & free — MIT-licensed, fully open source, zero cost
- Privacy first — Self-hosting support means your push data stays entirely in your own hands
Use Cases
- Script notifications — Get notified when long-running tasks like data backups finish
- Service monitoring — Receive instant alerts when your server hits an exception
- Automation hooks — Notifications for CI/CD build results and scheduled task completions
Quick Start
- Download Bark from the App Store
- Open the app and copy your push URL
- Send your first notification:
curl https://api.day.app/YOUR_KEY/HelloPush with a title:
curl https://api.day.app/YOUR_KEY/Title/ContentProject Info
- GitHub: Finb/Bark
- Stars: 7.2k+
- License: MIT