explaingit

whisky-app/whisky

Analysis updated 2026-06-24

15,026SwiftAudience · generalComplexity · 3/5Setup · moderate

TLDR

Whisky is a SwiftUI Mac app that wraps Wine and CrossOver so you can run Windows programs and games on Apple Silicon Macs without using the command line. The project is no longer actively maintained.

Mindmap

mindmap
  root((whisky))
    Inputs
      Windows EXE files
      Game installers
      Bottle configs
    Outputs
      Running Windows apps
      Game windows
      Debug logs
    Use Cases
      Run Windows games
      Run legacy Windows apps
      Test Windows builds
    Tech Stack
      Swift
      SwiftUI
      Wine
      CrossOver
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a Windows game on an Apple Silicon Mac through a graphical bottle manager

USE CASE 2

Try out legacy Windows productivity software without booting a Windows VM

USE CASE 3

Test how your Windows build behaves under Wine on macOS

USE CASE 4

Profile and debug a Windows app running inside a managed bottle

What is it built with?

SwiftSwiftUIWineCrossOver

How does it compare?

whisky-app/whiskyswifterswift/swifterswiftcarthage/carthage
Stars15,02615,05615,179
LanguageSwiftSwiftSwift
Last pushed2026-04-132025-09-10
MaintenanceMaintainedQuiet
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Apple Silicon Mac plus macOS Sonoma 14 required, and the project is no longer actively maintained.

In plain English

Whisky is a Mac application that lets you run Windows programs and games on macOS. It does this by wrapping Wine, a long-running open source project that translates Windows system calls into ones the host operating system understands. The point of Whisky is the wrapper part: instead of dealing with Wine on the command line, you get a graphical interface built in SwiftUI that fits in with the rest of macOS. The README is upfront that Whisky is no longer actively maintained, and apps and games may break at any time. The project description still applies to what the tool was, but anyone considering it should weigh that notice. In Wine terminology, a bottle is an isolated environment that holds a Windows program along with the libraries and settings it needs. Whisky lets you create and manage these bottles with a one-click flow, and then install and run Windows software inside them. There are also screens for debugging and profiling the apps that you run. Whisky is built on top of CrossOver version 22.1.1, a paid commercial version of Wine from CodeWeavers, and Apple's Game Porting Toolkit, which provides graphics translation pieces. System requirements are an Apple Silicon Mac (M-series chips) running macOS Sonoma 14.0 or later. Installation is available through Homebrew with brew install cask whisky. The README links a community wiki listing games that need special steps to get working.

Copy-paste prompts

Prompt 1
Install Whisky via Homebrew cask on macOS Sonoma and create a new bottle for a Windows game
Prompt 2
Walk me through installing a Windows EXE inside a Whisky bottle and pointing the launcher at it
Prompt 3
Diagnose why a specific Windows game refuses to launch in Whisky using the debug and profile screens
Prompt 4
Compare running Windows apps on macOS using Whisky versus raw Wine and versus a Parallels VM
Prompt 5
Explain how to migrate a working Whisky bottle to plain CrossOver now that Whisky is no longer maintained

Frequently asked questions

What is whisky?

Whisky is a SwiftUI Mac app that wraps Wine and CrossOver so you can run Windows programs and games on Apple Silicon Macs without using the command line. The project is no longer actively maintained.

What language is whisky written in?

Mainly Swift. The stack also includes Swift, SwiftUI, Wine.

How hard is whisky to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is whisky for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.