YouLMK or Bark?
Bark, in its own words: "an iOS App which allows you to push custom notifications to your iPhone": "free, simple, and secure, leveraging APNs without draining device battery", MIT-licensed, with a server you can host yourself and encrypted pushes (9,070 stars on GitHub on 12 September 2026). YouLMK is an inbox you let things interrupt you through: anything with an HTTP client sends into it, and you decide per sender how far a message may reach, whether quiet hours hold it and how repeats group. It can also watch a page, an endpoint, a status page, a feed, a number or a time, and send when the answer changes.
Every fact about Bark below was read on its own pages on 12 September 2026. If one has changed since, write to hello@youlmk.com and it is corrected the same day.
Side by side
Choose Bark if
- You want a free push to an iPhone from a script and are happy to host the server, or to use the public one.
- You need the code to be open, end to end.
- One device, one key, and the phone's own settings are rules enough.
Choose YouLMK if
- Several things send to you and they should not all be equally loud, decided once per sender.
- You use Android too, or you want the same inbox in a browser, in email, in Slack or on a webhook of yours.
- You want quiet hours that hold, repeats grouped into one card, and a watch on a page, a price or an endpoint without running anything.
What is the same
Both put a push on an iPhone from one HTTP call with the key in the URL, and both work with Apprise. Bark is the smallest possible version of that; YouLMK is for what happens after the push arrives, and for Android, email, Slack and webhooks.
Try it
The trial is 10 notifications and 3 watches, no card, no clock. Get your key, or read the docs first.
Sources
github.com/Finb/Bark, read 12 September 2026
Bark on the App Store, read 12 September 2026