Skip to content

Instantly share code, notes, and snippets.

@BaReinhard
Last active March 6, 2026 00:49
Show Gist options
  • Select an option

  • Save BaReinhard/ef0dc259485a1aa1afe595a1c2b88c18 to your computer and use it in GitHub Desktop.

Select an option

Save BaReinhard/ef0dc259485a1aa1afe595a1c2b88c18 to your computer and use it in GitHub Desktop.
Installing Wine to run .exe files on Mac

Install Wine to run .exe files

For Mac OSX

If you haven't installed Homebrew yet do so by following this guide

  1. Open a terminal
  2. brew install --cask xquartz, wait for it to complete the install, it should ask you for your password before beginning
  3. brew install --cask wine-stable , this will take some time to finish so sit back and relax.

For Linux

  1. sudo apt-get install wine-stable

Now Wine is installed, to use wine, open a terminal navigate to the exe and type:

wine /path/to/file.exe

@Rezvanpm
Copy link
Copy Markdown

Rezvanpm commented Jan 5, 2025

turn on SIP on your mac. now you can bypass installation software from unverified developers.

@Computer-idiot
Copy link
Copy Markdown

thanks your, How I can uninstall the exe that install in mac by this way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment