macOS-KVM VS KVM-Opencore

Compare macOS-KVM vs KVM-Opencore and see what are their differences.

macOS-KVM

Streamlined macOS QEMU KVM Hackintosh configuration using OpenCore and libvirt (by johncolby)

KVM-Opencore

Opencore Configuration of KVM Hackintosh with tweaks (by Leoyzen)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
macOS-KVM KVM-Opencore
12 4
111 440
- -
2.6 0.0
over 2 years ago over 2 years ago
Shell
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

macOS-KVM

Posts with mentions or reviews of macOS-KVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-05.

KVM-Opencore

Posts with mentions or reviews of KVM-Opencore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-13.
  • Tryng to boot MacOS Monterey on FreeBSD 13R + Bhyve...
    3 projects | /r/macOSVMs | 13 May 2022
    #!/usr/bin/env bash # Special thanks to: # https://github.com/Leoyzen/KVM-Opencore # https://github.com/thenickdude/KVM-Opencore/ # https://github.com/qemu/qemu/blob/master/docs/usb2.txt # # qemu-img create -f qcow2 mac_hdd_ng.img 128G # # echo 1 > /sys/module/kvm/parameters/ignore_msrs (this is required) ############################################################################ # NOTE: Tweak the "MY_OPTIONS" line in case you are having booting problems! ############################################################################ MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check" # This script works for Big Sur, Catalina, Mojave, and High Sierra. Tested with # macOS 10.15.6, macOS 10.14.6, and macOS 10.13.6. ALLOCATED_RAM="4096" # MiB CPU_SOCKETS="1" CPU_CORES="2" CPU_THREADS="4" REPO_PATH="." OVMF_DIR="." # shellcheck disable=SC2054 args=( -enable-kvm -m "$ALLOCATED_RAM" -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$MY_OPTIONS" -machine q35 -usb -device usb-kbd -device usb-tablet -smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS" -device usb-ehci,id=ehci # -device usb-kbd,bus=ehci.0 # -device usb-mouse,bus=ehci.0 -device nec-usb-xhci,id=xhci -global nec-usb-xhci.msi=off # -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card # -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -drive if=pflash,format=raw,readonly=on,file="$REPO_PATH/$OVMF_DIR/OVMF_CODE.fd" -drive if=pflash,format=raw,file="$REPO_PATH/$OVMF_DIR/OVMF_VARS-1024x768.fd" -smbios type=2 -device ich9-intel-hda -device hda-duplex -device ich9-ahci,id=sata -drive id=OpenCoreBoot,if=none,snapshot=on,format=qcow2,file="$REPO_PATH/OpenCore/OpenCore.qcow2" -device ide-hd,bus=sata.2,drive=OpenCoreBoot -device ide-hd,bus=sata.3,drive=InstallMedia -drive id=InstallMedia,if=none,file="$REPO_PATH/BaseSystem.img",format=raw -drive id=MacHDD,if=none,file="$REPO_PATH/monterey.img",format=raw -device ide-hd,bus=sata.4,drive=MacHDD # -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27 -netdev user,id=net0 -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27 # -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 # Note: Use this line for High Sierra -monitor stdio -device VGA,vgamem_mb=128 ) qemu-system-x86_64 "${args[@]}"
  • Tryng to boot Mac OS X Monterey on FreeBSD 13R + Bhyve...
    4 projects | /r/hackintosh | 13 May 2022
  • I really love using OpenCore Auxiliary Tools, so I wrote a little introductory guide
    8 projects | /r/hackintosh | 5 Feb 2022
    Does this guide solely focus on a bare metal install, or can I apply it to Hackintosh in virtual machines too? Used bare-metal for a few years but I’ve been trying to get a personalized kvm/OC config for my Monterey & Big Sur guests in proxmox 7. Both macOS versions boot and are decent but I do wish a host-setup like; https://github.com/johncolby/macOS-KVM. Instead of the more general approach; https://github.com/thenickdude/KVM-Opencore, https://github.com/Leoyzen/KVM-Opencore . Not to discredit either of them, I wouldn’t have a booting macOS without their guidance, but I’d like to tinker with it a bit further
  • Ryzen 5 3600 running macOS-Simple-KVM; how do I get all 12 threads?
    1 project | /r/VFIO | 6 Jan 2021
    8 cores x 2 threads (with 4 disabled) also works; See https://github.com/Leoyzen/KVM-Opencore

What are some alternatives?

When comparing macOS-KVM and KVM-Opencore you can also consider the following projects:

OSX-KVM - Run macOS on QEMU/KVM. With OpenCore + Monterey + Ventura + Sonoma support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.

OC-Little-Translated - ACPI Hotpatches and Guides for the OpenCore Bootmanager. Enhance and fine-tune your system by adding devices and enabling additional features not covered in the OpenCore Install Guide.

ryzen-hackintosh - OpenCore EFI for AMD Ryzen Hackintosh

KVM-Opencore - OpenCore disk image for running macOS VMs on Proxmox/QEMU

barrier - Open-source KVM software

QtOpenCoreConfig - Cross-platform GUI management tools for OpenCore(OCAT) [Moved to: https://github.com/ic005k/OCAuxiliaryTools]

Single-GPU-Passthrough

ryzentosh - OpenCore Configuration for Ryzen 3950x with ASUS Crosshair VIII Hero (Wi-Fi) X570

quickemu - Quickly create and run optimised Windows, macOS and Linux virtual machines

OpenCore-Install-Guide - Repo for the OpenCore Install Guide

Ryzentosh - Opencore files to run MacOS Catalina to Sonoma on AMD Ryzen 5 3600 CPU, AMD Radeon RX570 4gb GPU and Gigabyte B450 Aorus Elite motherboard using the BsxOc1 theme.

macOS-Simple-KVM - Tools to set up a quick macOS VM in QEMU, accelerated by KVM.