Skip to content

Instantly share code, notes, and snippets.

@BaReinhard
Last active October 18, 2023 18:44
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BaReinhard/ef0dc259485a1aa1afe595a1c2b88c18 to your computer and use it in GitHub Desktop.
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

@crummy
Copy link

crummy commented Oct 18, 2023

I run into Mac OS security issues. “Wine Stable” cannot be opened because the developer cannot be verified. Any hint?

https://support.apple.com/en-nz/guide/mac-help/mh40616/mac

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