v1.4.1 — macOS IP Scanner ARP fix
What's new in v1.4.1
macOS — IP Scanner: MAC/vendor/interface now populated
The ARP lookup previously read from /proc/net/arp (Linux-only), leaving MAC address, vendor and network interface empty on macOS. It now calls arp -n <ip> on macOS and parses the native output format. All four scanner columns now work correctly on macOS.
VNC module: Linux server note added
A note has been added to the VNC help badge (all 8 languages) clarifying that Linux desktops do not run a VNC server by default. To expose a Linux desktop via VNC, install: x11vnc, tigervnc-server, or wayvnc (Wayland).