Pretty simple and good idea. For people not wanting to drop the money to get a Mac themselves to use Xcode for app development I could see them using this.
That’s if the latency isn’t too bad, else it would be hell
Are they using the built in VNC server for remote access? Even on my LAN the performance is absolutely terrible. Using a different server doesn’t help either. I’ve seen lots of folks make reference to getting GPU-accelerated VNC that dramatically improves performance if the Mini is hooked up to a monitor, but in my experience it doesn’t work. The only acceptable remote desktop solution I’ve ever found for the Mac is NoMachine.
VNC is terribly laggy and inefficient. It's OK for LAN (not WLAN) and localhost.
RDP and NX however work great (I used both SFO <-> AMS in 2005, latency is negligible), but NX is proprietary and X-only. It doesn't work on the macOS GUI server (whatever its name is, Quartz?). There's technologies based on NX when it was still FOSS. For RDP, there's xrdp which acts as glue between an X server yet utilises the RDP protocol (which should be tunnelled over a secure connection such as WireGuard or SSH).
Since we're swapping out X for Wayland I'm curious what the path of remote desktop is going to be.
As for this project, it isn't difficult to run macOS in a VM (or buy a 2nd hand Mac Mini) but if that's too difficult compared to the cost of setting it up this could very well be a viable alternative.
I think you're a little behind, we're in 2018 now ;-) and NoMachine now offers a server version for Mac and for Windows. (for access to the physical display for those who were wondering)
We use the built-in VNC server our selves at 4K resolution. All Mac Mini’s have a headless GPU enabler, which allow for a smooth, windows rdp like, experience.
But that’s what I was saying originally —- I’ve heard about this trick of connecting a monitor to improve performance but I’ve never seen it make a difference. Is there something else you have to do?
Are you using the built-in macOS client? macOS screen sharing has some VNC extensions that make it usable on both wireless and WAN networks. I've been VNC'ing to my 2560x1080 work machine from home for years through a layer 2 UDP OpenVPN tunnel over WAN to great effect (connect to OpenVPN, cmd+K in Finder then vnc://10.20.30.40/). Using the now defunct Back to my Mac always was a crapshoot though (probably due to lack of port opening, therefore an intermediary has to be used)
You need to use either the built in Mac client or something like Remotix if you’re using Windows. Every other vnc client I’ve tried performs terribly as you say.
much more useful for automated building and testing in a mac environment remotely. Would be much less useful if it were straightforward to run macOS under virtualization.
That’s if the latency isn’t too bad, else it would be hell