Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/lzhoang2801/OpCore-Simplify/llms.txt

Use this file to discover all available pages before exploring further.

After loading your hardware report, OpCore Simplify immediately runs the Compatibility Checker — an automated scan that inspects every relevant device in your system and determines which macOS versions it can support. The results are displayed in a color-coded summary and feed directly into the macOS version suggestion and hardware customization steps that follow. You do not need to run this step manually; it executes automatically as part of selecting your hardware report.

What Gets Checked

The checker walks through up to eight device categories in order, printing a compatibility line for each device it finds:
CategoryWhat Is Evaluated
CPUSIMD feature flags (SSE4.1 / SSE4.2) determine the supported macOS range
GPUManufacturer, codename, and Device ID determine native and OCLP-patched ranges
SoundCodec IDs are looked up against a known layout table; USB audio always passes
BiometricAlways marked unsupported (requires Apple T2 chip)
NetworkDevice IDs are matched against Ethernet and Wi-Fi lists
Storage ControllersUnsupported NVMe subsystem IDs and Intel VMD controllers cause a hard stop
BluetoothDevice IDs are matched against known compatible lists
SD ControllerRealtek card reader IDs determine support; newer Realtek IDs are capped at Sonoma

Color-Coded Output

Each device line uses a consistent color scheme to convey compatibility at a glance:
ColorMeaningExample
🔴 Red — UnsupportedDevice has no macOS support at allNVIDIA Turing / Ampere GPUs
🟢 Green — High Sierra to VenturaDevice is supported across a specific sub-rangeNavi 10 AMD GPU
🔵 Cyan — Up to TahoeDevice is supported across the full range (High Sierra to the latest version)Intel Skylake / Kaby Lake iGPU
🔵 Cyan — Maximum support up to …Device’s compatibility ceiling is the oldest supported macOS versionIntel Sandy Bridge iGPU (non-HD)
⚫ Grey — UncheckedNo compatibility data was evaluated for this deviceNon-PCI storage controllers
When a device also has an OCLP-extended range, an additional indented line is printed:
   - NVIDIA GeForce GTX 980 Ti: Maximum support up to macOS High Sierra 10.13
      - OCLP Compatibility: Big Sur to Sequoia

CPU Compatibility

The CPU check examines the SIMD Features field from your hardware report. macOS requires at least SSE4 support; systems without it cannot run any macOS version covered by OpCore Simplify.
SIMD FeaturesSupported macOS Range
No SSE4Unsupported — tool exits with an error
SSE4.1 only (no SSE4.2)Mojave to Monterey (Darwin 18–21)
SSE4.2High Sierra to Tahoe (full range)
Intel Celeron and Pentium processors are treated as unsupported for iGPU purposes even when their SSE4 flags are present, because their integrated graphics lack the display engine required by macOS.

GPU Compatibility

GPU compatibility is the most complex check. The checker uses the GPU’s manufacturer, codename, and four-character Device ID prefix to assign a native support range and, where applicable, an OCLP-extended range.

Intel Integrated GPUs

Device ID PrefixNative Support CapNotes
0042, 0046 (mobile)High SierraIronlake — laptop only
01xx (non-HD)High SierraSandy Bridge non-HD variants
0152, 0156 and other 01xxBig SurSandy Bridge HD 2000/3000
04xx, 0Axx, 0Cxx, 0Dxx, 0Bxx, 16xxMontereyHaswell / Broadwell
09xx, 19xx, 59xx, 3Exx, 87xx, 9Bxx (selected)TahoeSkylake, Kaby Lake, Coffee Lake, Comet Lake, Ice Lake
8Axx (Ice Lake)TahoeMinimum Catalina 10.15.4

AMD GPUs

CodenameNative MaxOCLP RangeNotes
Navi 21TahoeRequires Big Sur 11.5+
Navi 22TahoeRequires Monterey 12.2+
Navi 23TahoeRequires Monterey 12.2+
Navi 2x (other)UnsupportedNo AVX2 CPU → capped at Monterey
Navi 10TahoeMinimum Catalina; OCLP from Ventura if no AVX2
Vega 20TahoeMinimum Mojave 10.14.6
Vega 10, PolarisTahoeMinimum High Sierra; OCLP from Ventura if no AVX2
GCN 1–3 (Hainan, Oland, Cape Verde, etc.)MontereyBig Sur–SequoiaLegacy GCN via OCLP
AMD APU (15D8, 15DD, 15E7, 1636, 1638, 164C)TahoeMinimum Catalina

NVIDIA GPUs

CodenameNative SupportOCLP Range
KeplerBig Sur maxBig Sur–Sequoia via OCLP
MaxwellHigh Sierra onlyBig Sur–Sequoia via OCLP
PascalHigh Sierra onlyBig Sur–Sequoia via OCLP
Fermi / TeslaHigh Sierra onlyBig Sur–Sequoia via OCLP
Turing / Ampere and newerUnsupported

Network Compatibility

Wi-Fi cards receive additional detail beyond simple range output:
  • Broadcom — full Continuity feature support (AirDrop, Handoff, Universal Clipboard, Instant Hotspot). Some newer Broadcom IDs are capped at Ventura natively and require OCLP from Sonoma onward.
  • Intel — partial Continuity support via AirportItlwm (Handoff and Universal Clipboard only; no AirDrop).
  • Atheros — limited support; not recommended; older cards capped at High Sierra, newer at Big Sur.
Ethernet adapters are checked against known supported lists. Intel I225-V controllers require Catalina or later; Aquantia AQtion requires Monterey or later.

OCLP Compatibility

Devices that are unsupported natively in newer macOS versions but can be re-enabled using OpenCore Legacy Patcher receive an OCLP Compatibility range in addition to their native range. These devices are labelled “Requires OpenCore Legacy Patcher” in the macOS version selection screen.
Using OpenCore Legacy Patcher disables macOS security features including SIP and AMFI. This can lead to issues such as requiring full installers for system updates, application crashes, and general system instability. OCLP is not officially supported by the Hackintosh community.

Supported macOS Versions

The table below lists every macOS version OpCore Simplify can target, derived from os_data.py.
macOS NamemacOS VersionDarwin Major
High Sierra10.1317
Mojave10.1418
Catalina10.1519
Big Sur1120
Monterey1221
Ventura1322
Sonoma1423
Sequoia1524
Tahoe2625

Hard-Stop Conditions

The Compatibility Checker will exit the program and refuse to continue if any of the following are detected:
  • No SSE4 CPU — macOS Sierra and earlier are not supported by this tool.
  • No supported GPU — macOS cannot be installed without at least one compatible GPU.
  • Intel VMD controller detected — Intel VMD must be disabled in BIOS before proceeding.
  • All storage controllers unsupported — at least one compatible NVMe or SATA controller is required.
If you hit a hard stop on storage controllers, the error message recommends Western Digital NVMe SSDs as a generally reliable choice for macOS compatibility.

Build docs developers (and LLMs) love