Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a virt-manager alternative for Mac OS X? [closed]

It is common that programmers will need to interface with virtual-machines in their day-to-day workflows, and one popular way of doing so on Linux and Windows systems is with virt-manager.

Is their a way to get virt-manager or a similar alternative running on a MacOS machine?

like image 824
Happynoff Avatar asked Oct 13 '10 08:10

Happynoff


People also ask

Is there a virtual machine for macOS?

Virtualization programs such as Parallels Desktop and VMWare Fusion run on the macOS, but allow you to create a Virtual Machine – or VM – that mimics the hardware of a Windows PC. So you can create a VM on your Mac and then install Windows – or another operating systems, such as Linux – on the VM.

Does qemu work on macOS?

Building QEMU for macOS The system requirements are: One of the two most recent versions of macOS (currently Catalina or Big Sur) The clang compiler shipped with the version of Xcode for that OS X. GCC might also work, but we recommend clang.


1 Answers

There's now a brew formula homebrew-virt-manager which I've used to successfully connect to a CentOS 5 box running qemu+kvm.

brew tap jeffreywildman/homebrew-virt-manager brew install virt-manager virt-viewer sudo ln -s /usr/bin/python /usr/bin/python2 virt-manager -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock 
like image 110
Andrew Mackrodt Avatar answered Sep 28 '22 05:09

Andrew Mackrodt