NelloKudo / WineLike

Wine wrapper to use .exe files just like on Windows 🍷

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WineLike 🍷

Run your .exe files just like on Windows! πŸ‘»

Your GIF

WineLike is a simple Wine wrapper designed to make running all your .exe files within a unified WinePrefix. This offers several advantages:

  • Eliminating the need to use separate installations for every Windows program you'll ever want to launch
  • Using a Wineprefix with all core Windows components already installed and working (dotnet, fonts, DX11/12..)
  • Making it easier to run portable .exe files, just like on Windows
  • Acting as a seamless drop-in replacement for repositories' Wine, but also supporting esync/fsync!

Installation

bash -c "$(wget -qO- https://raw.githubusercontent.com/NelloKudo/WineLike/main/winelike-install.sh)"
  • Due to Winetricks installing Windows' core components, installation is going to take ~10/15 min. depending on your PC and connection. Please be patient! πŸ™

Usage

Right-clicking your .exe files and selecting 'Open with WineLike' should be enough to run your programs.

However, WineLike also provides a helper script aimed at managing WineLike's Wineprefix:

winelike --kill: Kills WineLike if hanging!
winelike --winecfg: Runs winecfg on prefix
winelike --regedit: Runs regedit on prefix
winelike --winetricks: Runs winetricks on prefix
winelike --remove: Removes WineLike from PC
winelike: prints this! :3"

Credits

Kron4ek's Wine Builds for providing the Wine binary used by WineLike!

Winetricks for installing all Windows' core components πŸ™

And that's all! Enjoy running your Windows programs, but better 🍷

About

Wine wrapper to use .exe files just like on Windows 🍷

License:GNU Affero General Public License v3.0


Languages

Language:Shell 100.0%