Launching Winbox on macOS with Retina #
Installing Wine #
Using brew #
brew install --cask --no-quarantine wine-stable
Manual download and unzip #
This method is recommended in the official MikroTik documentation [1], but I have done fine using brew.
- Download latest version of Winehq macOS Builds.
You need only
wine-devel-x.x-osx64.tar.xz
version! - Unzip the downloaded file to Applications.
- Run
Wine Devel
. After initialization, the console will be opened. The commands described below should be entered in this console.
Enable Retina mode #
- Execute the
regedit
command- The registry editor will open. In it you need to go to the branch:
HKEY_CURRENT_USER\Software\Wine
- Create a key in this branch named
Mac Driver
. - Inside the created
Mac Driver
folder, create a string value namedRetinaMode
with a value ofy
. - Close regedit window
- The registry editor will open. In it you need to go to the branch:
- Execute the
wineboot
command. - Execute the
winecfg
command.- Navigate to Graphics tab and select a screen resolution scaling of 220 dpi.
- Click OK.
- Execute the
wineboot
command. - Close console.
Dowload Winbox #
Go to the download page of mikrotik.com and download the 64-bit version of Winbox. Or use this direct download link: https://mt.lv/winbox64
Launching Winbox #
Right click on the winbox64.exe file and select “open file with” — Wine Devel.