Hangover icon
Hangover icon

Hangover

 2 likes

This is Hangover, a project started by André Zwing and Stefan Dösinger in 2016 to run (x86_64)/x86_32 Windows applications on aarch64/(ppc64le)/x86_64 Wine. (Architectures in brackets are currently not supported).

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Linux
  No rating
2 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Compatibility Layer
  2.  Run Windows software

Hangover News & Activities

Highlights All activities

Recent activities

Show all activities

Hangover information

  • Developed by

    André Zwing
  • Licensing

    Open Source (LGPL-2.1) and Free product.
  • Alternatives

    38 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  1,572 Stars
  •  106 Forks
  •  19 Open Issues
  •   Updated Mar 13, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Hangover, and it has gotten 2 likes

Hangover was added to AlternativeTo by Paul on Jun 2, 2023 and this page was last updated Jun 2, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Hangover?

This is Hangover, a project started by André Zwing and Stefan Dösinger in 2016 to run (x86_64)/x86_32 Windows applications on aarch64/(ppc64le)/x86_64 Wine. (Architectures in brackets are currently not supported).

How it works

In fact it now uses the WoW64 support in Wine + an emulator to run e.g. ARM32 on x86_64 or i386 on ARM64. This is completely different from earlier versions of Hangover, which used QEMU and broke out of emulation at the win32 API level.

Status

While the overall stability was improved, expect crashes.

Emulator integrations:

  • QEMU: Mostly done, though needs fixes for stability and CriticalSection
  • FEX: WIP 80%, not part of this repository yet, but available as preview point_left
  • Blink: started, not part of this repository yet
  • hex-emu: not started yet
  • Box32: doesn't exist yet

How to build

Currently QEMU is built as a library which is used in Wine. This is a license conflict, so there'll be no binaries for download. This will change with other emulators.

Official Links