Developer reverse engineers Apple video wallpaper system for macOS
Original: Show HN: I reverse engineered Apple's video wallpapers
Why This Matters
Shows how developers can extend locked-down systems through reverse engineering
Open-source project Phosphene enables custom video wallpapers on macOS by reverse engineering Apple's private WallpaperExtensionKit framework. The menu bar app integrates with system wallpaper picker alongside built-in Aerials.
Developer kageroumado created Phosphene, an open-source video wallpaper engine that allows macOS users to set custom video files as desktop and lock-screen wallpapers. The project reverse engineers Apple's private WallpaperExtensionKit framework, the same system powering Apple's built-in Aerial wallpapers. Phosphene appears in System Settings alongside official wallpapers and runs out-of-process for system integration. The tool uses dlopen to load the private framework and Mirror-based runtime introspection. The GitHub repository has garnered 419 stars, demonstrating community interest in customizing macOS wallpapers beyond Apple's limited options.