Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍷 Wine ARM64 macOS Build (Unofficial)

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.

Platform Language License


🚀 Features

  • ✅ 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

📦 Getting Started

1. Install Dependencies

brew install autoconf bison flex pkg-config

2. Build the Engine

cd python-scripts
python3 download_wine_src.py
python3 build.py
python3 patch_engine.py  # Optional
python3 package_engine.py

3. Test With JavaFX

cd 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

📚 Documentation

📁 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

👨‍💻 About the Author

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).

📫 Contact: LinkedIn | GitHub


🧾 License

MIT License – see LICENSE file for details.

Releases

Packages

Contributors

Languages