Vibe coded holiday nostalgia for the Apple operating system.
- Snow
- Santa
- Bugs
- macOS 11.0 (Big Sur) or later
- Xcode Command Line Tools (for building from source)
- Go to Releases and download the latest
MacSnow.zip - Unzip the file
- Move
MacSnow.appto your Applications folder - Right-click on
MacSnow.appand select "Open" on first launch (macOS security requirement)
# Build the application
make
# Run without installing
make run
# Install to Applications folder
make install