WeSearch

I reverse engineered Apple's video wallpapers

·4 min read · 0 reactions · 0 comments · 22 views
#technology#software#macos
I reverse engineered Apple's video wallpapers
TL;DR · WeSearch summary

Phosphene is a new video wallpaper engine for macOS Tahoe that allows users to set their own videos as desktop and lock-screen wallpapers. It integrates with the system's wallpaper picker and offers features like gapless looping and power-aware playback. The app is built on Apple's private WallpaperExtensionKit framework, which may be subject to changes in future OS updates.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Phosphene A video wallpaper engine for macOS Tahoe. Phosphene is a menu bar app + wallpaper extension that plays your own video files as the macOS desktop and lock-screen wallpaper. It plugs into the system's native wallpaper picker, so videos appear alongside Apple's built-in Aerials in System Settings → Wallpaper. It is built on top of Apple's private WallpaperExtensionKit framework — the same one Apple's own Aerials use — which means playback runs out-of-process, survives app quits, and integrates with the OS-level lock-screen / idle / sleep lifecycle. ⚠️ Private framework. Phosphene loads WallpaperExtensionKit via dlopen and uses Mirror-based runtime introspection to talk to its XPC types. Apple could change this at any major OS release. The project tracks macOS 26 (Tahoe).

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub