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
What does
brew list
tell you? Also try typing “wine” and then hit the tab bar. You might need to hit the tab bar twice to see suggestions. iirc it’s wine64 that you want.