vjeantet/alerter

Migrate to UNUserNotificationCenter

Open

#61 opened on Feb 17, 2026

 (3 comments) (6 reactions) (1 assignee)HTML (72 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,221 stars)
PR merge metrics
 (Avg merge 32d 5h) (1 merged PR in 30d)

Description

Big changes ahead !

I am migrating alerter from the legacy notification framework to UNUserNotificationCenter.

Why? Apple has deprecated the old NSUserNotification API, and starting with macOS Sequoia, some private APIs are already being actively blocked. It's time to move forward.

What this means:

  • Better compatibility with macOS Sequoia and future releases
  • Access to richer notification features
  • Long-term maintainability

Call for testers 🙏

Once the migration branch is ready, I will need help validating that everything works as expected across different macOS versions. If you are willing to test the next release and report any regressions, please drop a comment here. every bit of feedback counts !

Stay tuned.

Contributor guide