The person who got the executables only got the Windows versions, if you want to play the game on Linux or Mac then I have some instructions for you:
Mac (10.8 - 10.14)
1: Open your MacOS terminal.
2: Paste this command and run it.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3: After it finishes installing, run these commands
brew install --cask xquartz brew tap homebrew/cask-versions brew install --cask --no-quarantine wine-stable
4: Download the windows exe, and run this
sudo wine [game directory exe]
Replace [game directory exe] with your game's exe file location.
Linux
1: Open your Linux terminal.
2: Follow steps 2-3 from MacOS instructions.
3: Put the game folder on your desktop.
4: Run this:
cd /home/$USER/desktop
5: Run this:
sudo wine funkinfolder/Funkin.exe
there ya go