A custom Wine engine build for Apple Silicon (ARM64) Macs.
This project aims to bridge the gap until official Wine ARM64 support is fully mature on macOS.
- ✅ Full ARM64 Wine engine for Apple Silicon Macs
- 🐍 Python-based build and packaging automation
- ☕ JavaFX-based GUI test tool
- 📄 Bilingual documentation (🇬🇧 English & 🇹🇷 Turkish)
- 📦 Wineskin integration ready
brew install autoconf bison flex pkg-configcd python-scripts
python3 download_wine_src.py
python3 build.py
python3 patch_engine.py # Optional
python3 package_engine.pycd java-tools
javac --module-path $PATH_TO_FX --add-modules javafx.controls EngineTesterFX.java
java --module-path $PATH_TO_FX --add-modules javafx.controls EngineTesterFX📁 docs/ klasörü içerisinde:
| Konu | English | Türkçe |
|---|---|---|
| Build Instructions | ✅ build-instructions.en.md |
✅ build-instructions.tr.md |
| Wineskin Integration | ✅ integration-with-wineskin.en.md |
✅ integration-with-wineskin.tr.md |
| Project Architecture | ✅ architecture-overview.en.md |
✅ architecture-overview.tr.md |
Developed by Yiğit Yardımcı as part of an open-source initiative to contribute to the macOS gaming and compatibility ecosystem.
🛠️ Special focus on automation (Python) and system integration testing (JavaFX).
MIT License – see LICENSE file for details.