1. Follow the Mikrotik install instructions: Run Winbox on macOS. Optional, you may install Wine64 using brew: "$ brew --cask install wine-stable" or any macOS package manager. Make sure you get the 64 bit version ie "win64".
2. Create a start icon using the "Script Editor" with the Apple-script code below and save it as type Application to "/Applications/Winbox".
Code: Select all
on run
do shell script "/usr/local/bin/wine64 /Applications/Winbox.app/Contents/MacOS/winbox64.exe"
end run
3. Download and copy the 64 bit version of Winbox (winbox64.exe) to "/Applications/Winbox.app/Contents/MacOS"
4 Start "System Preferences -> Security & Privacy -> Privacy -> Developer Tools" and add /Applications/Winbox 5. Optional if you want to customize the application icon follow these instructions on stackoverflow: Customize Applescript app icon. A Winbox icon is attached in the file "Winbox.icns.zip" below or is available for download from github at the following link: https://github.com/nrlquaker/winbox-mac ... /Icon.icns