Run 32-bit apps on macOS Catalina (10.15) and Big Sur (11.0).
First install homebrew brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install via homebrew formula.
brew tap gcenx/wine
brew install --cask --no-quarantine wine-crossoverWINEARCH=win32 WINEPREFIX=~/.wine32 winecfgList of supported app can be found on AppDB.
cd path/to/file
WINEARCH=win32 WINEPREFIX=~/.wine32 wine APP.exeDefault WINEPREFIX is ~/.wine.
winecfgList of supported app can be found on AppDB.
cd path/to/file
wine APP.exe
In ventera, win32 prefix could not be created.