How to Install Wine (Wine Crossover) on macOS Monterey 12 on Mac

In this article, we will examine how to set up Wine Crossover, which allows you to run Windows applications and games on the macOS Monterey 12 operating system on an Apple Mac Silicon M1 or M2 computer.

Installing Wine on Mac macOS

How to Use Wine (Wine-Crossover) to Run Windows Apps on macOS Monterey 12 on Apple Mac M1/M2 PC

As you know, Windows-compatible programs or games are not supported on Mac computers. Some application and game developers can develop their projects for both Windows and macOS platforms. However, some applications or games are designed only for Microsoft Windows systems.

If you’re using a non-Apple computer, you probably have a Windows 10 or Windows 11 operating system. Therefore, if you have been using the Windows system for a long time, you are familiar with applications such as Microsoft Office.

However, if you need to use an Apple computer for a job change or project management, you may want to use applications like Office that you are used to. To give another example, you may wish to update an old camera or printer by installing the developer application on your Mac PC.

In such cases, you will seek solutions to run Windows applications on your Apple Mac computer. As the simplest method to overcome these problems, you can use the Boot Camp tool developed by Apple to install a Windows 10 virtual machine on your existing macOS system and experience the applications you use again.

Using a virtual machine can be tedious at times because it is not recommended. It will take time to boot the system, and you may experience performance issues. Therefore, you can quickly install and run 64-bit or 32-bit applications or games on your Mac system using the Wine infrastructure.

On computers with Apple’s M1 and M2 Silicon architecture, Wine software may sometimes not work correctly. In this case, you may need to obtain and use the Crossover app, which is a paid solution.

You can choose to use one of the software types, such as Wineskin or PlayOnMac, as the open-source Wine application on your Mac computer with the macOS Monterey 12 version installed without paying any fee.

How to Install Homebrew

You can download applications from the Store to your Mac computer, or you can install an application from Homebrew using a terminal. In short, Homebrew is an open-source package management system that you can use for free.

You can quickly and easily download available packages or software from the extensive Homebrew database. You can also install Wine via Homebrew to use Windows-compatible software with EXE or MSI extension on your MacBook.

Step 1

Before you can install Wine, you must have Xcode tools installed on your system. When you execute the command below in the terminal, Xcode tools will be downloaded and installed automatically before Homebrew is installed.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Installing Xcode and Homebrew

Step 2

After successfully installing Homebrew, you will see the installation notification in the terminal output. To learn more about Homebrew and access its documentation, you can visit the official website https://docs.brew.sh/.

Homebrew Installed Successfully

Step 3

After configuring Xcode and Homebrew, execute the “brew install –no-quarantine gcenx/wine/wine-crossover” command in the terminal to install Wine.

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

When you read the warning in the terminal output, you can see that a 64-bit prefix will be created by default. If you are going to install 32 32-bit applications, you can use the “WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg” command to create 32 32-bit prefixes manually.

WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg

Installing Wine Crossover

Step 4

While installing Wine-Crossover, the gatekeeper will be disabled so the applications you install run smoothly. When the installation is complete, you can see that Wine-Crossover was successfully installed in the terminal output.

Wine-Crossover Was Installed Successfully

Step 5

To run the Wine application, open Applications and double-click the Wine Crossover icon. The program will start running via a terminal without an interface. In this terminal window, you can see the version of the program and how to use it.

Running Wine

Step 6

If you want to open the wine configuration, execute the “wine winecfg” command in the terminal, and you can check the version of the program or change the default operating system version from the About tab in the window that opens.

wine winecfg

Checking the Wine Version

How to Install a Windows Program

After installing Wine on macOS / Mac, you can now easily install EXE software. It will be enough to double-click on the 64-bit application you downloaded to your PC to start the installation wizard.

Step 1

You can install Notepad++, an excellent note application, on your PC via Wine. To download Notepad++, visit https://notepad-plus-plus.org/downloads/ and download the current version.

When you download the Installer.exe file, you can see that its icon has the Wine icon. Double-click the setup file and then allow Wine to access the desktop folder.

Installing a Windows Program with Wine

Step 2

When the installation wizard starts, select the language of the Notepad++ application and click OK.

Selecting Notepad Language

Step 3

After selecting the language of the program, click Next to proceed through the setup wizard.

Notepad++ Setup Wizard

Step 4

Click the I Agree button to read and accept the license agreement of the Note application.

Accepting the License Agreement of the Note Application

Step 5

Do not change the program’s installation location. Click Next to continue installing the program at the location specified in the wizard.

Configuring the Installation Location

Step 6

If you are a professional user of Notepad, configure its components and continue.

Configuring Program Components

Step 7

Choose to create a desktop shortcut and click the Install button.

Enabling Desktop Shortcut Creation

Step 8

After installing Notepad on your Mac, click Finish to start the program.

Running the Notes Application

Step 9

When the Notepad program is opened, you can check the version from the ? / About section of the tool menu.

Checking Notepad++ Version

Step 10

If you want to rerun the Windows program on your PC later, open the terminal and execute the “wine start ProgramName.exe” command.

wine start notepad++.exe

Running Windows Program Using Terminal

How to Uninstall Wine from macOS on a Mac PC

If you don’t want to use Wine-Crossover anymore or if you plan to use another paid program, it is recommended that you remove this software from your system altogether.

Step 1

Open Applications, right-click on Wine Crossover, and then click Move to Trash. Do not forget to empty the trash after deleting the program.

Uninstalling Wine Crossover

Step 2

Open the terminal and execute the “brew uninstall gcenx/wine/wine-crossover” command to unlink Wine-Crossover-related paths.

brew uninstall gcenx/wine/wine-crossover

Uninstalling Wine with Terminal

Step 3

If you no longer need the Homebrew application, you can also choose to uninstall it. To uninstall Homebrew, execute the command below in the terminal and answer the question with Y.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

Uninstalling Homebrew

Step 4

Finally, to delete unnecessary directories and files related to Wine on your system, find them with the “mdfind Wine” command and delete them with the “sudo rm -rf” command.

sudo rm -rf '/usr/local/Homebrew/Library/Taps/gcenx/'
sudo rm -rf '/usr/local/Homebrew/Library/homebrew'

Deleting Unnecessary Wine-Related Directories

   Video

Installing WineBottler on the Old Version of macOS

  1. To extract the Wine-for-Mac.zip file, double-click on it and wait while the zip file expands.
  2. To run Wine, double-click on the program and close Winetricks and General Preferences.
  3. Click the Add button on Wine – Change Prefix.
  4. Type a folder name for the Windows programs or games you will install on your computer, and then specify their location. Click the Save button to save the settings.
  5. Wait while the Prefix is being created, and then click OK after the Prefix is completed.
  6. To test Wine, download the Windows application and double-click the setup file, then click the Go button when the Wine program opens automatically.
  7. When the installation wizard of the Windows application opens, install the program.

Installing Old Versions

macOS Version
YouTube Video
Slide
12 (NEW)

 

 

10 Comments

Add a Comment

Your email address will not be published. Required fields are marked *