Cross-platform hardware detection (Windows/macOS/Linux) with OpenCore kext suggestions.
- Go to the GitHub Releases page
- Download the asset for your OS + CPU:
- Windows:
Hackintosh-Hardware-detector-Windows-x64.zip/...-arm64.zip - macOS:
Hackintosh-Hardware-detector-macOS-x64.tar.gz/...-arm64.tar.gz - Linux:
Hackintosh-Hardware-detector-Linux-x64.tar.gz/...-arm64.tar.gz
- Windows:
- Extract the archive
- Run:
- Windows:
hhd.exe - macOS/Linux:
./hhd
- Windows:
Outputs:
output/report.jsonoutput/suggestions.md
python -m venv .venv
# Windows: .\.venv\Scripts\activate
# macOS/Linux: source .venv/bin/activate
pip install -e .
hhdBy default the tool does not download anything. To download kext ZIPs listed in the catalog:
hhd --download-kexts- Suggestions only; Hackintosh compatibility depends on exact device IDs, macOS version, BIOS settings, and OpenCore configuration.
- This tool does not install macOS and does not include Apple software.