iOS 26's AlarmKit lets apps set actual alarms, not just notifications. What changed, why notifications kept failing you, and how Nudge uses it.
For most of the iPhone's history, a reminder app could only ever send you a notification. Whatever the app called it, under the hood it was a notification, and notifications lose: to the silent switch, to Focus modes, and to the app being closed at the wrong moment. Alarms that ring loud at 6am no matter what were reserved for Apple's Clock app.
iOS 26 changed that. A new framework, AlarmKit, lets other apps schedule real alarms. This is the biggest change to how reminder apps can work in years, and most people evaluating reminder apps don't know it happened.
The practical difference: a notification shows up quietly and waits to be noticed. It respects silent mode and Focus, and it can be missed entirely. An alarm takes over the lock screen, rings out loud, and keeps ringing until you snooze or stop it.
Most reminders should stay notifications. If "reply to that email" rings like a fire drill, you'll learn to ignore the ringing, and then nothing is protected. Alarms are for the small set of things where missing them has a real cost: medication, a flight, picking someone up.
In Nudge, any task can have its reminder switched from a notification to a real alarm. One-time or repeating: weekdays, or custom days. The rest of your tasks keep getting normal reminders and follow-ups; the alarm is for the one thing that can't slip.
There's an Alarms screen with your upcoming alarms and a history of past ones, each marked Rang, Snoozed, Missed, or Undelivered. So when you're wondering whether the alarm actually went off, you can check instead of guessing.
The limits, plainly: alarms need iOS 26 or later. On Android, Nudge sends notification reminders, not on-device alarms. On the web you can view and edit alarms, but they don't ring in a browser.
Three things worth checking in any app that claims alarms:
Nudge's alarms sit on top of its normal behavior: reminders that follow up when the first one wasn't enough. How that works is covered on the persistent reminders page.
Nudge reads your calendar and learns your patterns, then holds each reminder until a moment you can use.