Launcher for winbox:// links on macOS and Windows. It forwards the URI payload to the installed WinBox binary.
winbox://user:password@host:port/workspace
- parses
user,password,host,port, andworkspace - launches
/Applications/WinBox.app/Contents/MacOS/WinBox - passes arguments as:
connect-to host[:port] username password workspace
On Windows, the MSI installs only the handler bootstrapper. When launched by the installer, the bootstrapper always refreshes %LOCALAPPDATA%\WinBoxURI\WinBox.exe from the official MikroTik download page, registers winbox://, and creates a Start Menu shortcut called WinBox.
Use:
.\Sources\windows\bootstrap\Install-WinBoxURI.ps1To remove the handler:
.\Sources\windows\bootstrap\Install-WinBoxURI.ps1 -UninstallMSI scaffolding lives in Sources/windows/installer.
chmod +x build.sh
./build.sh
open dist/WinBoxURI-1.0.1.dmgOpen the DMG, drag WinBoxURI.app into Applications, then launch it once to register the winbox:// handler.
The build outputs live in dist/ and are ignored by git.
- Website: github.com/ITIT-ua/WinBoxURI
- Support: info@itit.com.ua
- Platform: macOS