Wine AppImage - 100% portable Wine / Proton

Sometimes there are rare edge-cases, when you need to run some program in wine from Live USB, without having wine package installed and while not having access to the internet…
Just left alone with only offline files on USB drive…

Meet your new friend - WINE AppImage !

  1. Download needed version

  2. Make it executable

    chmod +x wine-*.AppImage
    
  3. Run your program

    ./wine-*.AppImage "clown/world.exe"
    

    it will create WINEPREFIX at ~/.wine-appimage-staging/

1 Like