I am running Alpine Linux, with Wayland. When using either Flatpak or binary, I am unable to launch the WinBox Beta 4 Linux Client.
The flatpak issue is related to not having X11.
I am fine using a flatpak, but I am not going to install X11 components just to suit WinBox. I would love to use the QT Client, but wayland support would be really nice.
Error with Flatpak:
flatpak run com.mikrotik.WinBox
Warning: Could not find the Qt platform plugin "wayland" in "" (:0, )
Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
(:0, )
A workaround for Flatpak for the time being is to make sure there is an xcb fallback for QT. e.g. setting env variable below:
QT_QPA_PLATFORM=wayland;xcb
Wayland should absolutely be supported by the client, especially at this juncture in time, though it is nice to just have a linux client to start!!! Finally!!
The Alpine issue is related to renameat2 missing symbols. It would be nice to see WinBox be compatable with musl and busybox based distros out of the box, but flatpak is sufficient for now.
I have to correct myself. I have winbox 4.0.1 for linux running on Ubuntu 25.10. My fresh install missed a few files and synaptic, which I needed to install them. In the terminal, the missing file is listed. After solving that one by one, you can install six or seven (really) packages and then winbox runs like a charm.