Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Intel Macs #67

Closed
aw1cks opened this issue May 12, 2022 · 4 comments
Closed

Support Intel Macs #67

aw1cks opened this issue May 12, 2022 · 4 comments
Labels
question Further information is requested

Comments

@aw1cks
Copy link

aw1cks commented May 12, 2022

Is there any possibility for Intel Macs in the future? Being able to do application testing across multiple OS versions on both Intel & M1 would be killer! Right now it requires multiple physical machines.

@fkorotkov
Copy link
Contributor

Unfortunately, we are bounded by what Apple's Virtualization.Framework is providing to us. We might add Intel support along the side of Linux support (#62) but I don't believe Virtualization.Framework will ever support Intel for running macOS. But I don't think we'll ever be able to run both platforms on one machine. 😪

@fkorotkov fkorotkov added the question Further information is requested label May 12, 2022
@aw1cks
Copy link
Author

aw1cks commented May 13, 2022

That's a real shame! Thanks for the explanation.

@edude03
Copy link

edude03 commented May 26, 2022

Hm? I'm confused, @fkorotkov doesn't Virtualization.framework support both? I took a quick look at the link and it says

The Virtualization framework provides high-level APIs for creating and managing virtual machines (VM) on Apple silicon and Intel-based Mac computers

What am I misunderstanding?

@fkorotkov
Copy link
Contributor

@edude03 Linux is supported for both Intel and Apple Silicon but macOS is only available on Apple Silicon. If we'll add Linux support as part of #62 we might build Tart for Intel as well.

But macOS VMs will not work on Intel because VZMacOSBootLoader is only for Apple Silicon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants