Skip to content

Running the WiiLink Patcher on more operating systems

Harry Walker edited this page Jul 26, 2026 · 2 revisions

Some operating systems require additional steps to be able to run the WiiLink Patcher. This wiki page provides instructions for running the WiiLink Patcher on these operating systems.

  1. Android
  2. chromeOS

Android

  1. If you do not already have it, download and install the latest version of Winlator
  2. Download the latest version of the WiiLink Patcher for Windows:
Screenshot showing which asset to download
  1. Grant Winlator permissions to access your storage:
Screenshot showing Winlator requesting storage permissions
  1. Create and run a new container:
Screenshot showing add container button Screenshot showing confirm button Screenshot showing run container button
  1. Navigate to the D: drive (this is mapped to your Downloads folder), and run the WiiLink Patcher .exe you downloaded earlier:
Screenshot showing D: drive
  1. Use the patcher as usual
  2. When the patcher asks you where to save your files, make sure to save them in a folder on the D: drive, so you can access them outside the container:
Screenshot showing output location set to WiiLink folder on D: drive
  1. Close Winlator, you are done! You can find the WAD and apps folders in your chosen output location within your Downloads folder. Make sure to follow the rest of the WiiLink guide to get everything setup properly.

chromeOS

  1. If you have not done so already, enable the Linux development environment
  2. Open a terminal, and run the following commands to install the needed software:
sudo apt update
sudo apt install flatpak weston -y
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install ca.wiilink.Patcher -y
  1. Run Weston:
weston --no-config --fullscreen
  1. Open the terminal in Weston, and run the WiiLink Patcher:
Screenshot showing terminal icon in Weston
flatpak run ca.wiilink.Patcher
  1. Use the patcher as usual
  2. When the patcher asks you where to save your files, make sure to save them in a folder within your Home folder, so you can access them outside of Linux:
Screenshot showing creation of a WiiLink folder
  1. Once complete, close the patcher and terminal within Weston. Use Alt+Tab to switch back to your original Linux terminal, and press Ctrl+C to close Weston
  2. You are done! You can find the WAD and apps folders in your chosen output location within the Linux files section of the Files app. Make sure to follow the rest of the WiiLink guide to get everything setup properly.

Clone this wiki locally