Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,19 @@ macOS
brew install ninja
```

- Install [wine-crossover](https://github.com/Gcenx/homebrew-wine):
- Install [wine-stable](https://github.com/Gcenx/macOS_Wine_builds):

```sh
brew install --cask --no-quarantine gcenx/wine/wine-crossover
brew install --cask wine-stable
```

After OS upgrades, if macOS complains about `Wine Crossover.app` being unverified, you can unquarantine it using:
> [!NOTE]
> The previously recommended `wine-crossover` cask has been discontinued; its cask was removed from the `gcenx/wine` tap and its downloads are no longer hosted. Current WineHQ builds support running 32-bit Windows binaries out of the box. If the `wine-stable` cask is unavailable, official builds can be downloaded from [Gcenx/macOS_Wine_builds](https://github.com/Gcenx/macOS_Wine_builds/releases).

Since the WineHQ builds are not notarized, macOS may block `Wine Stable.app` from running. If `wine` is killed on launch, unquarantine it using:

```sh
sudo xattr -rd com.apple.quarantine '/Applications/Wine Crossover.app'
sudo xattr -rd com.apple.quarantine '/Applications/Wine Stable.app'
```

Linux
Expand Down