Skip to content

Device System Runtime Specifications

Feifan He edited this page Jun 15, 2025 · 3 revisions

Sytem

The minimum requirement of OS version is macOS 14 Sonoma.

Device

All Apple Silicon Mac devices are supported.

Support for Intel-based Mac is still Work-in-Progress.

Hackintosh is not considered at the moment.

Runtime

Wine 8+ is required.

DXMT requires access to certain APIs from winemac.so (A Wine component for macOS driver). However, the symbols might be not visible if the compiler hide them by default. So you may have to patch Wine (by adding __attribute__((visibility("default")))) or avoid compiling with -fvisibility=hidden.

CrossOver that based on Wine 8+ and compiled from the source should work with DXMT as well.

Currently both 32-bit and 64-bit programs are supported.

Clone this wiki locally