Gametape

Download Sign in

macOS blocks it on first open (not notarized yet). After it downloads, paste this in Terminal — it unzips, moves the app to Applications, and opens it:

cd ~/Downloads && unzip -o Gametape.zip && mv Gametape.app /Applications/ && xattr -dr com.apple.quarantine /Applications/Gametape.app && open /Applications/Gametape.app