The image maintainer wrote a short blog post in 2021 putting forth the rationale and good faith intentions of the project as a resource for security research.
Which is fair. OS X isn't open source so you can't just go and distribute binaries of it without Apple's permission. The Github repo probably requires you to bring your own binaries (presumably obtained from Apple in their approved way). So, that's perfectly fine. You can build and use the docker image for your own personal use. That's fair use and I doubt Apple would object to that. You just can't distribute the images to third parties without a license.
IANAL, but as far as I understand, the OSX license essentially allows running it in whatever way you want, as long as it happens on Apple-approved hardware. Running in a VM is fine, as long as it actually happens on a real Mac.
Depending on how you look at it, the license is either "free" or "not that free, but actually comes with a computer to use it with"
Buy a mac. It comes with the OS. Otherwise, talk to Apple but they probably don't do direct sales of their OS. That might be inconvenient for you but that doesn't change the legal situation that you need a license to distribute binaries that belong to them.
OSX-KVM may be next. I know it contains many copies of the "pleasedontsteal" key and it used to have direct downloads for full OSX images, but that was wiped from the repo years ago (multiple forks still have it though).
How is it copyright infringement? Who was going to buy a Mac but then found this and was like "Oh, this docker thing is way better". If you've ever tried this docker thing, you'd know it's a pain in the ass. :)
It's laughable, but no surprise the army of lawyers at AAPL needs something to do to justify their existence.
You can create your own proprietary OS and never even sell it or use in your machines... It's yours and unless you authorize, others can't distribute it.
For Docker to decide to remove the image from their website? Obviously not.
Docker runs the service and can do whatever they want.
If Apple sends a cease and desist, and Docker decides they'd rather take it down than risk going to court with Apple /to determine if there were damages/ - then they're free to do so.
It seems like the repo's primary reasons are security research on macOS.
> They transition away from x86 anyway
I'm not sure what that has to do with running a Docker container. Containers support arm64; presumably you could do arm64 in both host and guest OS. (IDK if this particular image does; never used it.)
Why comment on something that you have never used?
The fact that containers supporting arm64 is not relevant because this project requires x86. Combine that with the fact that apple no longer sells x86 hardware - it would seem that them simply doing nothing would allow the project to fade off organically.
The idea of them taking specific action to kill this after ignoring it for years is very puzzling. It feels like they have given more time and attention to this project than asahi.
Asahi Linux? That's not osx, why would they care about that and what grounds would they have to take action?
Purely speculating here, but naybe they're taking action precisely because it's losing significance in the CI context? They might've seen the value in it before, and only see issues with it now
https://sick.codes/is-hackintosh-osx-kvm-or-docker-osx-legal...