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.

WiiLink Patcher is a cross-platform command-line tool that downloads, patches, and packages discontinued Nintendo Wii channels so they function again through the WiiLink revival service. Channels like Wii Room, Photo Prints Channel, and Food Channel were shut down years ago when Nintendo ended WiiConnect24 — WiiLink Patcher brings them back by applying binary patches to the original channel data and producing installable WAD files ready for your Wii, Wii U (vWii), or Dolphin emulator.

Download

Get the latest WiiLink Patcher release for your operating system.

Quickstart

Run the patcher and install your first channels in minutes.

Express Install

Guided one-click setup that installs a recommended channel bundle.

Custom Install

Pick exactly which channels to patch and configure each one.

How It Works

WiiLink Patcher relies on two open-source libraries to do its work. libWiiSharp handles all communication with Nintendo’s content-delivery infrastructure — it downloads the original, unmodified channel data (title contents) directly from Nintendo’s servers, so the patcher never needs to ship copyrighted data itself. Once the original content is on disk, VCDiff applies compact binary patch files hosted on the WiiLink server (https://patcher.wiilink24.com) to transform that content into a version that talks to WiiLink’s backend instead of Nintendo’s defunct servers. The result of each patch operation is a signed .wad file — the standard Wii installable package format. The patcher also downloads YAWM ModMii Edition (yawmME), a homebrew WAD installer, and places it alongside the generated WADs so everything you need is in one place. If an SD card or USB drive is already inserted when patching completes, the patcher copies all files directly to the correct locations on that drive automatically. On startup the patcher checks connectivity to https://patcher.wiilink24.com, downloads the available language list and auto-detects your system locale (prompting you to confirm or change the language), then verifies that it is running the latest available release via the GitHub API before presenting the main menu.

Supported Platforms

Host operating systems

Operating SystemSupported VersionsArchitectures
Windows10, 11x64
macOSCurrent releasesIntel (x64), Apple Silicon (arm64)
LinuxAny modern distributionx64, ARM64

Patching targets

TargetDescription
WiiOriginal Nintendo Wii hardware
vWiiWii mode on Wii U (Virtual Wii)
DolphinDolphin emulator running on PC, Mac, or Linux

Key Features

  • Express Install — a guided, recommended setup that installs a curated bundle of WiiLink channels in a few prompts.
  • Custom Install — advanced mode that lets you hand-pick individual WiiLink channels and WiiConnect24 channels to patch.
  • Install Extras — optional extra channels and homebrew apps available à la carte after the main setup.
  • SD card auto-copy — the patcher detects any connected SD card or USB drive and copies patched WADs and the apps folder directly to the correct locations, with no manual file management needed.
  • yawmME bundled — YAWM ModMii Edition is downloaded and placed on your SD card alongside the WADs so you can install them immediately from the Homebrew Channel.
  • Automatic updates — on every launch the patcher queries the GitHub Releases API and offers to download the latest version in-place if one is available.
  • Multi-language support — the interface detects your system locale and downloads a matching localization from the WiiLink server where translations are available.
  • Debug mode — pass --debug at launch to enable extended logging output, useful for diagnosing connectivity or patching problems.
On Windows, some antivirus engines may flag the WiiLink Patcher executable as malware. This is a false positive. WiiLink Patcher is fully open source — you can review the source code on GitHub, compile it yourself for extra assurance, or add an exception in your antivirus settings.
On Macs with an M1 or newer Apple Silicon chip, Rosetta must be installed before running the macOS ARM64 build. Install it with:
/usr/sbin/softwareupdate --install-rosetta --agree-to-license

Build docs developers (and LLMs) love