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-crossover
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
List of supported app can be found on AppDB.
cd path/to/file
WINEARCH=win32 WINEPREFIX=~/.wine32 wine APP.exe
Default WINEPREFIX
is ~/.wine
.
winecfg
List of supported app can be found on AppDB.
cd path/to/file
wine APP.exe
In ventera, win32 prefix could not be created.