This package browser is in early development. Mind the rough edges.

wine64 9.0

Implementation of the Windows API (WoW64 version)

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.

Installation

Install wine64 9.0 as follows:

guix install wine64@9.0

Or install the latest version:

guix install wine64

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.