Languages: English | 简体中文
This is an open-source live wallpaper application for MacOS 14+
Run this on terminal brew tap thusvill/livewallpaper && brew install --cask livewallpaper
- macOS 14+
- git
- Xcode
- Cmake
Run this: git clone https://github.com/thusvill/LiveWallpaperMacOS.git && cd LiveWallpaperMacOS && mkdir -p build && cd build && cmake .. && make -j$(sysctl -n hw.ncpu)
Important
Fix “LiveWallpaper.app” is corrupted and cannot be opened. It is recommended that you move the object to the recycle bin.
After you install the app in Application folder you have to bypass Gatekeeper to run this since I don't want to pay apple for opensource apps.
This will solve the occupation issue
xattr -d com.apple.quarantine /Applications/LiveWallpaper.app
Click the "OpenInFinder" button and it'll open a folder, you can place wallpapers in it.
Note
Make sure the folder selected doesn't include spaces.
No dots should be contained on the file name exept the dot for extension!
-
file.1920x1080.mp4 ❌ ('.'s > 1)
-
file-1920x1080.mp4 ✅ ('.'s = 1)
Note
Currently support for .mp4 and .mov
guide.mp4
stw.mp4
mltd.mp4
For licensing details, see LICENSE.






