Based on the awesome instructions found here: https://github.com/Gcenx/wine-on-mac
- Installing Wine directly with
brew install --cask --no-quarantine wine-stableworks, but only for 64-bit Windows apps (wine64binary). 32-bit Wine is available too (wine), but doesn't run since Apple dropped support for 32-bit Mach-O executables in macOS Catalina. - However, using Crossover's Wine fork (
brew install --cask --no-quarantine gcenx/wine/wine-crossover) lets us usewine32on64, which in turn provides support for 32-bit apps too - Note: Wine's default prefix is
~/.winewhere all Windows apps will be installed winetrickscan be useful (install withbrew install winetricks), e.g. for .NET 4:winetricks dotnet40- To prevent Wine's daemon processes for continuing in the background after stopping an app, run
wineserver -k
Winetricks required for specific programs:
- IBAK Media Demo (download here):
dotnet40 - Riffpad (download here):
vcrun2019