VNC4MAC.xyz — quick install (Mac) ================================== Open-source & free — MIT License (see LICENSE file). What you need: • macOS • Python 3 (python3 --version) Fastest: 1. Unzip vnc4mac-xyz.zip (or use this folder). 2. From the folder: python3 vnc-portal-v3.py Your browser opens to the local UI. Ctrl+C in the terminal to stop. Optional — install a command as `vnc4mac` (from the repo / unzip root): chmod +x install.sh ./install.sh ~/.local/bin/vnc4mac (Add ~/.local/bin to your PATH if needed.) Optional venv + websockify (cleaner than auto-pip): python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt python3 vnc-portal-v3.py Pre-fill host and display: python3 vnc-portal-v3.py YOUR.IP.ADD.RESS 5901 Ports in use? python3 vnc-portal-v3.py --http-port 16921 --ws-port 16920 Version: python3 vnc-portal-v3.py --version Mac app (.app, no Python for users): build from source with packaging/macos/build_app.sh — see README.md in the repo. Remote machine: normal VNC only — no extra agent. More info: https://vnc4mac.xyz