This project aims to provide easy way to install Codeweavers' fork of wine. If you are not already aware, Codeweavers maintains an enterprise version of Wine called Crossover. Crossover is a slightly tweaked version of Wine including some quality of life features such as a GUI. Whilst Crossover is paid, all their code except the GUI is open source and hosted on their FTP server.
Note: Even if you can get some of Crossover's feature through this project, I highly recommend paying for Crossover anyways, as most of the code contributed to the Wine project is from Codeweavers so buying Crossover helps contribute to Wine itself. Furthermore you can get a much more polished experience and technical support directly from Codeweavers.
The pre-built binaries are generated by Github Actions, here are the downloads:
Version 21.0.0 (source) (workflow) (download)
Version 20.0.4 (source) (workflow) (download)
Thanks to the Bottles App, you can easily manage different wine prefixes (called bottles) and multiple wine versions (called runners). Once you install wine-crossover, you can add it as a runner by creating a new folder at ~/.local/share/bottles/runners/wine-crossover
and extracting your installed contents there.
I myself would not have managed to pull this off all by myself, I would like to offer a huge thanks to:
@GabLeRoux for providing inspiration for me to create this project
@DonutsBl for creating a helpful guide to compiling wine
@PhoenicisOrg for providing Dockerfiles for the project to compile on