Check MD5 Checksum
- Download SillyGooses or SillyPages zip files above
- Open Terminal
- Run the Command Below for the correct app (and version)
Bash
md5 ~/Downloads/SillyGooses-1.5.4.zipBash
md5 ~/Downloads/SillyPages-2.0.5.zip** Verify the Output String Matches the Hash for SillyGooses **
SHA-256 & MD5 Hash Information
SillyGooses-1.5.4.zip
SHA-256: fcbacff54c1fa58291eaa8cb3685f61c1ec46ea67e5b6d6139f49a19655b01a
MD5: 67bb75d9567b7b77b6b691d14bfd96e5SillyPages-2.0.5.zip
SHA-256: 4493786e2f409f505205ced95a7c4fdb47a11f3b56824a8e7f5ed8582103dc81
MD5: ee42a8beb3cb7e599bc9203c26f8bf09Important Distinction: Checksums vs. macOS Gatekeeper
A checksum verifies file integrity (confirming the download wasn’t corrupted or tampered with in transit). It does not bypass Apple Gatekeeper.
Because the app is not signed with a paid Developer ID (I AM CHEAP). Anyone downloading it will still need to bypass the Gatekeeper warning once after unzipping. To bypass this (if you trust this app made by geese), here is what you need to do…
- Double-click to unzip your app
- Drag your new app into your Applications folder
- If macOS blocks the launch with a warning open Terminal and run…
Bash
xattr -cr /Applications/SillyGooses-1.5.4.zipOr whatever app and version you have. This strips the web quarantine attribute off so macOS will open the application normally.
HONK!
