Install Notepad++ with Wine Crossover on Apple Silicon MacOS
Notepad++ is one of those amazing apps that exists only on Windows. You can install it using Parallels, but this will allow you to install it without paying for that.
-
Make sure Homebrew is installed.
-
Install Wine Crossover with Homebrew
brew install --no-quarantine gcenx/wine/wine-crossover
-
Double click
Wine Crossover
fromApplications
-
Enter
winecfg
to configure. SetWindows Version
toWindows 10
. Ignore the errors if you see any. -
Download Notepad++ installer for 64 bit. Double click on it to install through Wine Crossover.
-
To relaunch an app once installed, open
Wine Crossover
. Navigate to your Notepad++ program files directory:cd ~/.wine/drive_c/Program\ Files/Notepad++/
-
Open the app:
wine notepad++.exe
Published on 09-05-2023