Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/WiiLink24/WiiLink24-Patcher/llms.txt

Use this file to discover all available pages before exploring further.

This guide walks you through the complete process of patching and installing discontinued Wii channels using WiiLink Patcher. By the end you will have a set of installable WAD files on your SD card and the yawmME WAD installer ready to go, so you can boot your Wii and start installing channels straight away.
If this is your first time using WiiLink Patcher, choose Express Install when the main menu appears. It selects a recommended bundle of channels, asks a handful of setup questions, and handles everything else automatically — no experience needed.
1

Download the patcher

Head to the Download page or go directly to the GitHub Releases page and grab the executable for your operating system:
  • Windows: WiiLinkPatcher_Windows_v213.exe
  • macOS Intel: WiiLinkPatcher_macOS-x64_v213
  • macOS Apple Silicon: WiiLinkPatcher_macOS-ARM64_v213
  • Linux x64: WiiLinkPatcher_Linux-x64_v213
  • Linux ARM64: WiiLinkPatcher_Linux-ARM64_v213
On macOS and Linux, make the file executable after downloading:
chmod +x WiiLinkPatcher_Linux-x64_v213
2

Run the patcher

Launch the patcher from your terminal or, on Windows, by double-clicking the executable.
# Windows — PowerShell or Command Prompt
.\WiiLinkPatcher_Windows_v213.exe

# macOS / Linux
./WiiLinkPatcher_Linux-x64_v213
When the patcher starts it performs three steps before showing the main menu:
  1. Server connectivity — it contacts https://patcher.wiilink24.com to confirm the WiiLink patch server is reachable. If it cannot connect, it displays the error and exits.
  2. Language detection — it downloads the available language list and auto-detects your system locale. A prompt lets you confirm the detected language or choose a different one.
  3. Update check — it queries the GitHub API for the latest release. If a newer version is available it offers to download and replace the current executable before continuing.
On Macs with an M1, M2, or M3 chip, Rosetta must be installed before the patcher will run. Install it with:
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
3

Choose an install mode

The main menu presents three install modes:
ModeDescription
Express Install (Recommended)Installs a curated bundle of WiiLink and WiiConnect24 channels. Asks for your region, language, and target platform, then patches and downloads everything automatically. See the Express Install guide.
Custom Install (Advanced)Lets you hand-pick individual channels from the full WiiLink and WiiConnect24 catalogues. Ideal if you only want specific channels or are an experienced user. See the Custom Install guide.
Install Extras (Optional)Provides optional add-on channels and homebrew utilities that are not part of the standard install bundles.
Select your preferred mode by pressing the corresponding number key.
4

Insert your SD card and complete setup

Before or during the patching process, insert your Wii SD card (or USB drive) into the computer. The patcher automatically detects removable drives and copies the finished WAD files and the apps folder — containing yawmME — to the correct locations on the drive the moment patching completes.If no SD card is connected when patching finishes, all files are saved to a WiiLink/ folder inside the directory where you ran the patcher. You can copy the WAD and apps sub-folders from there to the root of your SD card manually at any time.The main menu also lets you re-detect or manually specify your SD card path using the R (auto-detect) and M (manual path) options, so you can connect the card after launch and have the patcher recognise it before copying begins.
5

Install WADs on your Wii

With the SD card in your Wii, launch the Homebrew Channel and open yawmME (YAWM ModMii Edition) — it was placed in the apps folder on your SD card by the patcher. Use yawmME to install each WAD file from the WAD folder.For a detailed walkthrough of the WAD installation process, follow the guide at wiilink.ca/guide/wads.Once installation is complete, your newly patched channels will appear on the Wii Menu and connect to the WiiLink service.

Debug Mode

If you run into problems — a failed download, a patching error, or unexpected behavior — run the patcher with the --debug flag to enable extended logging:
# Linux / macOS
./WiiLinkPatcher_Linux-x64_v213 --debug

# Windows
.\WiiLinkPatcher_Windows_v213.exe --debug
Debug mode prints detailed information about every operation the patcher performs, including server requests, file operations, and patch steps. This output is invaluable when reporting an issue — include it when opening a bug report on the GitHub Issues page or when asking for help on the WiiLink Discord server.

Build docs developers (and LLMs) love