Update macOS wine instructions in README - #3
Open
jonschenk wants to merge 1 commit into
Open
Conversation
The wine-crossover cask was removed from the gcenx/wine tap and its release downloads are no longer hosted, so the documented install command fails. Recommend the WineHQ wine-stable cask instead, with a note on unquarantining the app since the builds are not notarized.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The macOS dependency instructions no longer work: the
wine-crossovercask was deleted from thegcenx/winetap (commit), and the release downloads it pointed to (Gcenx/winecxcrossover-wine-23.7.1-1) now return 404. Sobrew install --cask --no-quarantine gcenx/wine/wine-crossoverfails with "No casks found for wine-crossover".This updates the README to recommend the WineHQ
wine-stablecask instead, verified working on an Apple Silicon Mac (macOS 26, wine 11.0). Since the WineHQ builds are not notarized, Gatekeeper killswineon first launch until the app is unquarantined, so the existingxattrtip is kept and updated forWine Stable.app. Also linked Gcenx/macOS_Wine_builds as a fallback, since Homebrew has deprecated thewine-stablecask (scheduled to be disabled 2026-09-01 for failing notarization checks).Same fix as SMGCommunity/Petari#1966 (the README sections were identical).