Quick Answer · Updated August 2026

macOS Live Wallpaper on GitHub: What's Actually Out There

Several open source macOS live wallpaper apps exist on GitHub. Here's what they actually play, what installing one involves, and what they don't cover.

TL;DR

Yes, open source macOS live wallpaper apps exist on GitHub, mostly small projects that loop a video file or a live web page behind your desktop icons. None of the ones a GitHub search surfaces read the Wallpaper Engine .pkg/.scene format the Steam Workshop library uses, so they solve a different problem than wanting your existing Wallpaper Engine library on a Mac. Expect to build from source or click through a Gatekeeper warning, since none of them are notarized App Store apps.

What you'll actually find when you search

A GitHub search for macOS live wallpaper turns up a cluster of small, independently maintained projects rather than one dominant tool. The common pattern is a video file looping behind your desktop icons, sometimes with a power-saving or theme-matching mode; a few, like Plash, take a different approach and turn a live website into your wallpaper instead. Star counts and release history vary a lot from repo to repo, so it's worth checking when a project last shipped before you build it.

What installing one from GitHub actually involves

None of these are Mac App Store apps, so macOS Gatekeeper will flag the download the first time you open it, and you'll need to approve it manually in System Settings. Several ship as source only, meaning you open the project in Xcode and build it yourself rather than downloading a signed binary. Because each one is maintained by a single developer or a small team in their spare time, updates for new macOS versions can lag or stop, which is worth checking before you commit your desktop setup to one.

If what you actually have is a Wallpaper Engine library

None of the GitHub projects above read Wallpaper Engine's .pkg/.scene format. Wallpaper Engine itself has never shipped a Mac version, and the open source live wallpaper community has mostly built video and web wallpaper players instead of a Workshop-format renderer (Wallpaper Engine for Mac). Vivid Walls is built specifically to read that format and render actual scene files, including audio reactive ones, natively on Apple Silicon, free to download from the Mac App Store with a 3-day trial ($9.99 unlocks the full library) rather than a repo you build yourself.

Get started

Vivid Walls is live on the Mac App Store. Free to download, 3-day trial, then $9.99 once to unlock the full library. The Windows Companion is free.

Frequently asked questions

Do any GitHub live wallpaper apps support Wallpaper Engine's Workshop library?

Not that a search turns up. The open source macOS live wallpaper projects on GitHub are built around looping video files or live web pages, not around Wallpaper Engine's .pkg/.scene format, so an existing Workshop library won't open in any of them.

Is it safe to download and run a live wallpaper app from GitHub?

It carries more trust burden than an App Store app, since GitHub releases usually aren't notarized, so macOS Gatekeeper will warn you on first launch and you approve it manually. Check how recently the repo was updated before deciding, the same way you'd vet any unsigned download.

Do I need to know how to code to use one of these?

Some ship a ready-to-run release you can download and open, while others are source-only and expect you to build the project in Xcode yourself. Check the repo's README before assuming which one you're getting.

Keep reading