All Projects → Kron4ek → Wine Builds

Kron4ek / Wine Builds

Licence: mit
Wine builds (Vanilla, Staging, TkG and Proton)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Wine Builds

Wine Wayland
Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
Stars: ✭ 284 (+95.86%)
Mutual labels:  wayland, wine
Wlroots
A modular Wayland compositor library
Stars: ✭ 1,969 (+1257.93%)
Mutual labels:  wayland
Sway
i3-compatible Wayland compositor
Stars: ✭ 9,854 (+6695.86%)
Mutual labels:  wayland
Waybar
Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Stars: ✭ 2,037 (+1304.83%)
Mutual labels:  wayland
Eidolon
Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu.
Stars: ✭ 85 (-41.38%)
Mutual labels:  wine
Winetricks
Winetricks is an easy way to work around problems in Wine
Stars: ✭ 1,786 (+1131.72%)
Mutual labels:  wine
Vkmark
Vulkan benchmark
Stars: ✭ 80 (-44.83%)
Mutual labels:  wayland
Oguri
A very nice animated wallpaper daemon for Wayland compositors (WIP: https://github.com/vilhalmer/oguri/milestone/1)
Stars: ✭ 141 (-2.76%)
Mutual labels:  wayland
Glaucus
An independent Linux® distribution built from scratch
Stars: ✭ 130 (-10.34%)
Mutual labels:  wayland
Truckersmp Cli
A simple launcher for truckersMP to be used with wine
Stars: ✭ 111 (-23.45%)
Mutual labels:  wine
Deepin Wine Qq Arch
Tencent QQ on Deepin Wine5(com.qq.im.deepin) For Archlinux
Stars: ✭ 111 (-23.45%)
Mutual labels:  wine
Evscript
A tiny sandboxed Dyon scripting environment for evdev input devices that lets you do e.g. xcape in Wayland
Stars: ✭ 91 (-37.24%)
Mutual labels:  wayland
Winbox Installer
Install winbox in fedora/ubuntu linux, using wine
Stars: ✭ 120 (-17.24%)
Mutual labels:  wine
Kodi Standalone Service
A systemd service to allow for standalone operation of kodi.
Stars: ✭ 83 (-42.76%)
Mutual labels:  wayland
Perceptia
Dynamic window manager with support for Wayland
Stars: ✭ 138 (-4.83%)
Mutual labels:  wayland
Obs Gnome Screencast
GNOME Screen Cast OBS Studio plugin
Stars: ✭ 80 (-44.83%)
Mutual labels:  wayland
Swvkc
experimental Wayland Vulkan compositor
Stars: ✭ 105 (-27.59%)
Mutual labels:  wayland
Wayst
A simple terminal emulator
Stars: ✭ 117 (-19.31%)
Mutual labels:  wayland
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (+0%)
Mutual labels:  wayland
Deepin Wine
【deepin源移植】Debian/Ubuntu上最快的QQ/微信安装方式
Stars: ✭ 2,844 (+1861.38%)
Mutual labels:  wine

Download

Check the releases page to download some of the recent Wine builds.

All other builds (including wayland, stable and old versions) can be downloaded from:

For some reason (unknown to me) Google marks some builds as malware, so not all builds can be downloaded from Google Drive. Don't be afraid, there is no malware in my builds, it's just Google weirdness. Use MEGA to download such builds.

Due to space limitations, i delete very old builds about once a year.


How to use

Extract the desired build to any directory, and then you can run applications using the path to the Wine binary. For example:

/home/username/wine-5.0-amd64/bin/wine application.exe

Requirements

Some libraries (libfreetype6, libpng16-16, libopenal1, etc.) are required for these builds to work properly, including their 32-bit versions (if you plan to run 32-bit applications).

The easiest way to install (almost) all required libraries is to install Wine from your distribution's package repository. I highly recommend to do this, otherwise you have to manually figure out what libraries are needed, which may be not an easy task.

GLIBC 2.27 or newer is required.

Older (4.11 and older) builds require GLIBC 2.23 or newer.


Builds description

Compilation parameters

Build flags (amd64): -march=x86-64 -msse3 -mfpmath=sse -O2 -ftree-vectorize

Build flags (x86): -march=i686 -msse2 -mfpmath=sse -O2 -ftree-vectorize

Configure options: --without-curses --without-oss --disable-winemenubuilder --disable-win16 --disable-tests


Architectures

  • amd64 - for 64-bit systems, it can run both 32-bit and 64-bit applications.
  • x86 - for 32-bit systems, it can run only 32-bit applications.

Available builds

  • Vanilla is unmodified Wine compiled from the official WineHQ sources.

  • Staging is Wine with Staging patchset, it contains many useful patches that are not present in a regular (vanilla) Wine, it adds new functions, fixes some bugs and improves performance in some cases.

  • Proton is Wine modified by Valve, it contains many useful patches (primarily for a better gaming experience). The differences from Steam's Proton are the lack of the Proton's python script and the lack of some builtin dlls (like DXVK), as well as the build environment.

  • TkG is Wine with Staging patchset and with many additional useful patches. Full list of patches is in wine-tkg-config.txt inside the build directory. Compiled from this sources. Main Wine-TkG repo is here.

  • Wayland is Wine with patches from the wine-wayland project. These builds work only on Wayland (they don't work on Xorg at all) and support only Vulkan, OpenGL is not supported. So you can only run Vulkan games (by using DXVK as well). Before using, read all the caveats and notes on the wine-wayland project page. There are also builds with Collabora's wayland driver that supports OpenGL, but doesn't support Vulkan.


Compilation / Build environment

I use create_ubuntu_chroots.sh and build_wine.sh to compile my Wine builds, so you can use these scripts to compile the same Wine builds. The first script creates two Ubuntu chroots (32-bit and 64-bit) that are identical (but versions of the libraries may differ) to my chroots that i use to compile my Wine builds, and the second script compiles Wine builds using the created chroots.

These scripts are a pretty convenient way to compile your own Wine builds if you don't trust my binaries or if you want to apply different patches.


Links to the sources:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].