How to install ART windows binary on Mac OS (Monterey) with Wine crossover 21

#1 Install homebrew

  1. launch the Terminal on Mac OS.
  2. In the terminal, run the following commands

/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”

echo ‘eval “$(/opt/homebrew/bin/brew shellenv)”’ >> /Users/USERNAME/.zprofile

eval “$(/opt/homebrew/bin/brew shellenv)”

  • USERNAME will be your actual ID name on Mac.

#2 Install Wine crossover21 (homebrew version)

  1. In the terminal, run the following command.

brew tap gcenx/wine
brew install --cask --no-quarantine wine-crossover

  1. Configure display of Wine with following command.
    winecfg;

#3 Install ART windows binary on Mac OS

  1. Download windows binary file from ART download site.
  2. change current directory to downloads directory.

cd ~/Downloads

  1. Run the following command.
    wine art_1.16.2_Win64.exe (< ART’s install file name)

ART will be installed following directory.

.wine/C_Drive/Program FIles/ART/version number

#4 Create alias of ART

  1. From finder, search ART installing directory and ART.exe.
  2. If you find ART.exe, command + click on the file.
  3. From the contextual menu, select Make Alias. The new alias will appear next to the original.
  4. Move the alias file on your desktop.
1 Like