If you haven't installed Homebrew yet do so by following this guide
- Open a terminal
brew install --cask xquartz
, wait for it to complete the install, it should ask you for your password before beginningbrew install --cask wine-stable
, this will take some time to finish so sit back and relax.
sudo apt-get install wine-stable
wine /path/to/file.exe
Thanks for the instructions, me XVI!
Also on newer homebrew versions, remember that the syntax is
brew install --cask wine-stable
.