Skip to main content
  1. Home
  2. Computing
  3. News

The new macOS update includes a battery boost for Safari

Add as a preferred source on Google
Laptop showing the macos 15.5 update.
Willow Roberts / Digital Trends

The macOS 15.5 update is here, and it’s overall pretty light on features. However, the Safari 18.5 update bundled with it does include a new developer feature that will save battery life for users. “Declarative Web Push” is a more efficient approach to web notifications that will drain less battery every time you get a notification on Safari.

The feature already came to iOS and iPadOS in the last update, allowing developers to swap their notification implementations to the simpler JSON format. Just for fun, here’s what it looks like:

Recommended Videos
{
  "web_push": 8030,
  "notification": {
      "title": "Webkit.org — Meet Declarative Web Push",
      "lang": "en-US",
      "dir": "ltr",
      "body": "Send push notifications without JavaScript or service worker!",
      "navigate": "https://webkit.org/blog/16535/meet-declarative-web-push/",
      "silent": false,
      "app_badge": "1"
  }
}

If you automatically click “NO!” every time a website asks to send you notifications, this little perk may not affect you at all. If you do allow a few of your favorite sites to send you notifications, this new system will make sure your notifications are reliable and timely — even when you haven’t opened the target website in a while — without making your Mac work too hard. Because Declarative Web Push doesn’t require Service Workers, it’s also easier for developers to use and more private by design.

If you didn’t even know that websites could send you notifications, the concept is pretty simple. Just like apps on your phone send you notifications about new content, promotions, and updates, you can choose to let websites do the same.

If you accept notifications from a news site, it’ll tell you about trending stories and new posts. If you accept notifications from an online store, it’ll probably tell you about sales and promotional deals. Some people like them, other people hate them — it’s really a matter of preference.

If you’re not running macOS Sequoia, you can still get this Safari update on macOS Sonoma and macOS Ventura as well. If you were hoping for more features in this latest update, don’t be too disappointed — WWDC 2025 is under a month away now, which means we’ll get our first look at macOS 16.

Willow Roberts
Willow Roberts has been a Computing Writer at Digital Trends for a year and has been writing for about a decade. She has a…
I built a Mac app to track my bad posture with AirPods. I didn’t write a line of code.
A one-shot attempt with Claude that ran in the first attempt. It almost felt like witnessing magic.
Person wearing AirPods Pro.

A few weeks ago, I wrote about an app that looks at you through the Mac’s webcam, and as soon as it detects a slouching posture, it sends a notification. The app even logs all the instances and provides a daily posture score. It was an open-source app, but soon after it was shared on Reddit by the creator, a huge chunk of fellow Reddit lurkers started asking about how it processes and stores data. Those were existentially valid queries.

After all, you are giving an app access to the camera, which can monitor you and the world around you in real-time. Is there a backdoor that allows a bad actor to take a sneak peek? What else is the app logging in the background, and how much of the audio-visual stream is being relayed or stored on an external cloud server? Thankfully, the app works fully online, and all the processing happens locally on my Mac. But the sense of unease prevailed.

Read more
Fitbit is becoming Google Health, and it’s getting a bunch of wellness upgrades
Google is finally treating health tracking as a platform play, pulling in medical records, third-party fitness data, and AI coaching in a way that Fitbit's standalone app was never built to handle.
New Google Health app.

Google is officially pulling the plug on the Fitbit app, replacing it with the new Google Health app on May 19, 2026. It is quite ironic, as the company just announced a new Fitbit Air screenless fitness tracker, but the change will take place via an OTA update. 

This is happening after Fitbit’s fifteen-year run, wherein it gathered millions of fitness-focused users and provided them with various health trackers and meaningful insights via its software. 

Read more
Your coworker’s AI-built app might be leaking company secrets
Thousands of AI-built apps are spilling secrets online
girl coding on computer

AI coding tools have made it ridiculously easy to build a web app, and it only takes a few minutes to set up now. This ease has lowered the barrier to app development, which is causing a new set of issues. So what happens when these AI-made apps go live without anyone checking the locks? You get secrets spilling out all over the internet.

A WIRED report highlights a major security problem around so-called “vibe-coded” apps, which are built using AI development platforms such as Lovable, Replit, Base44, and Netlify.

Read more