Skip to content

2024-05-14

Latest
Compare
Choose a tag to compare
@litucks litucks released this 14 May 00:31
· 6 commits to master since this release

Torzu 2024-05-14

Changelog

  • Implemented safer and faster way to get current mirror URL
  • Cleaned up web service reminiscents
  • Added experimental AppImage build

Windows build

To use, extract all files to a location and execute yuzu.exe.

Linux builds

Flatpak (recommended)

I recommend using the Flatpak version as it's the easiest, most reliable and most convenient to install and use.
It is installable via GUI on most systems, alternatively can be installed via flatpak install ~/Downloads/"torzu 2024-05-14 amd64 linux.flatpak".
Archive with dependencies

AppImage (experimental)

This is an experimental new option. Please report back if it doesn't run on your system.

Archive with dependencies

If you don't want to use flatpak, this archive contains the build of Torzu + all needed dependencies (except video drivers). It contains several methods to run the emulator. It's best to try them in the order

  1. ./yuzu: Attempts to load libraries from system, rarely works out of the box
  2. ./yuzu.sh: Tries to load bundled libraries, works in most scenarios
  3. ./yuzu-bwrap.sh: Same as 2. but blocks loading of system-wide Qt5 plugins to avoid potential conflicts