Sonoma Video Wallpaper Downloader

screen shot of sonoma Downloader

A free, simple GUI utility made on a whim to download macOS 14's beautiful video wallpapers.


Back when Apple introduced the Apple TV 4, it included aerial drone shot screensavers; these finally made it to the Mac in macOS 14 Sonoma for use as both screensavers and wallpapers. These stunning backgrounds can be downloaded through System Preferences. This utility aims to make downloading backgrounds easier than ever and allows them to be saved wherever a user would like.

This utility does not require Sonoma.

How to install and use

  1. Go to the GitHub Releases and download the latest release
  2. Click Open.
  3. Click on the video(s) you'd like to download. That's it!






The story of Sonoma Video Wallpaper Downloader

If you're interested in how this came to be, I made a behind-the-scenes video that explains how and why I made this utility at a high level. The video covers some interesting tidbits about macOS's background videos and is at a high level so non-developers can follow along.

So what is this app doing exactly....?

macOS 14 Sonoma shipped with video wallpapers and screensavers akin to the Apple TV. These are video files hosted by Apple and referenced in Library/Application Support/com.apple.idleassetsd/Customer in several files. This application reads the appropriate files and then generates a list of the available video files to the host operating system and creates a pictorial list so users can download them.

In theory, if Apple updates the OS to include new video wallpapers, this application should be able to automatically include them as long as the operating system has been updated.

The initial build took roughly 4+ hours, as I'd never built an electron application. For simplicity, this was built using vanilla JavaScript rather than a full-blown framework like React.

Future release plans

The current design should continue to work moving forward as Apple adds new videos as it reads the current OS's list, provided Apple does not radically change the way Wallpapers work. Provided it doesn't require much effort, I'd like to provide a download completion status and perhaps move this to Next.js or React.

This application's intent is a simple point-and-click interface for downloading the videos. There are no plans to extend beyond this functionality.

Since this is an Electron app, I apologize about the 190 MB+ size.

Troubleshooting / FAQ

Troubleshooting: I can't open the app

Currently this app is unsigned code and macOS does not like that. Right click and select open, then open again.

Problem: I can't open the video

The application at this time doesn't display the download state, you may have to wait a bit. Also, if you are running an older macOS, it may not support HEVC 4k 240 FPS video. Try using Quicktime.

Can you add different resolution support or different formats

No. These are the only URLs Apple provides to the videos. If you'd like to change the frames-per-second or resolution, Quicktime can export to different resolutions and you can control the slow motion effect within it. Alternately, Handbrake may work at converting the videos.

I will not be making conversions of the videos as they're copyright of Apple.

What is the copyright of these files?

I do not know off the top of my head. This application works by reading the existing system pref files on Sonoma, particularly, only two files to generate the list of videos and thumbnails. I am not hosting or distributing anything. This is simply a different front-end for what Apple already provides.

These files were produced by Apple or licensed by Apple. I'd highly recommend not using the videos for anything commercial, only personal projects or for your own personal enjoyment.

Can you add more videos or let me add my own videos to my system preferences?

No. Watch the YouTube video for a deeper explination. There are applications that do offer alternatives to Apple's screen savers and wallpapers. I've investigated letting users customize videos and in my very quick surface test, it doesn't appear that it is editable without going into the SQLlite database. A portion the DB is encrypted.

If you're a developer, you may want to poke around yourself in Library/Application Support/com.apple.idleassetsd/. I am not a macOS developer by trade, hence why this is written in the bloatware known as Electron.