| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenCore-1.0.6-DEBUG.zip | 2025-11-03 | 11.9 MB | |
| OpenCore-1.0.6-RELEASE.zip | 2025-11-03 | 10.5 MB | |
| 1.0.6 source code.tar.gz | 2025-11-02 | 19.2 MB | |
| 1.0.6 source code.zip | 2025-11-02 | 20.2 MB | |
| README.md | 2025-11-02 | 906 Bytes | |
| Totals: 5 Items | 61.8 MB | 25 | |
v1.0.6
- Added workaround for not detected CPU frequency in ProvideCpuInfo quirk, thx @hg13bs
- Updated QemuBuild.command to support
EFImode without Duet - Increased
OC_STORAGE_SAFE_PATH_MAXto 192 to support various plugin kexts - Fixed vaulting failures when custom fonts are used, thx @al3xtjames
- Updated documentation for several Booter quirks
- Added
background-colorNVRAM variable to fix 10.9 boot screen - Fixed debug build of OpenShell not starting on Mac EFI with > 25 file systems
- Improved build speed for Utilities in CI and local build
- Fixed ACPI 1.0 RSDP being reported under ACPI 2.0 GUID with Duet
- Improved logic for RSDP version checking in ACPI patching code
- Downgraded routine log messages such as 'Needs journal recovery, mounting read-only' from WARN to INFO in Ext4Dxe (allows DEBUG_WARN in HaltLevel)
- Improved OpenNtfsDxe stability, thx @stokescat