tiger-vnc

Remote desktop viewer and server for controlling computers over network

brewmacoslinux
Try with needOr install directly
Source

About

High-performance, platform-neutral implementation of VNC

Commands

vncviewervncservervncpasswdvncconfig

Examples

connect to remote desktop on another computer$ vncviewer 192.168.1.100:5900
start a VNC server to share your desktop$ vncserver :1 -geometry 1920x1080 -depth 24
set password for VNC server access$ vncpasswd
view remote desktop with compression for slow connections$ vncviewer -quality 6 -compresslevel 9 192.168.1.100:5900
kill running VNC server instance$ vncserver -kill :1