Allows to download encrypted wiiu files from nintendo's official servers
Find a file
2025-04-19 20:19:42 +02:00
.github Fix Linux runner 2025-04-19 20:19:42 +02:00
cmd/WiiUDownloader Try to fix stuck at decryption visual bug 2025-04-01 16:39:17 +02:00
data Bump Info.plist 2025-04-19 20:14:46 +02:00
.gitignore Port title database and cdecrypt to Go (#87) 2024-03-31 19:38:13 +02:00
certificate.go Rewrite cert generation and fix bad cert 2024-04-20 17:44:14 +02:00
decryption.go Decryption optimizations 2025-04-19 20:14:24 +02:00
Dockerfile.linux Upgrade dependencies 2025-04-19 19:10:48 +02:00
downloader.go Improve queue management 2024-05-09 18:26:43 +02:00
go.mod Upgrade dependencies 2025-04-19 19:10:48 +02:00
go.sum Upgrade dependencies 2025-04-19 19:10:48 +02:00
grabTitles.py Revert grabTitles.py 2024-04-03 18:42:43 +02:00
gtitles.go Fix for disc only games being listed 2024-06-20 15:46:15 +02:00
keygen.go Gocritic changes 2023-09-08 17:30:57 +02:00
LICENSE Create LICENSE 2023-07-22 12:22:34 +02:00
README.md Remove grab from README.md 2024-04-14 00:04:05 +02:00
ticket.go Add fake ticket and cert generation 2023-07-23 17:28:20 +02:00
tmd.go Rewrite cert generation and fix bad cert 2024-04-20 17:44:14 +02:00
utils.go Revert "Switch to fasthttp" 2024-04-08 14:35:20 +02:00
writerProgress.go Improve progress tracking and reporting 2024-04-14 00:33:12 +02:00

WiiUDownloader

WiiUDownloader is a Golang program that allows you to download Wii U games from Nintendo's servers. It provides a user-friendly GUI built using GTK to browse and download Wii U titles directly to your local storage. Additionally, it supports decryption of downloaded contents for use on your Wii U console.

Features

  • Browse and search for Wii U games, updates, DLC, demos, and more.
  • Download selected titles or queue multiple titles for batch download.
  • Decrypt downloaded contents for use on your Wii U console.
  • Delete encrypted contents after decryption (optional).
  • Filter titles based on name or title ID.
  • Select regions (Japan, USA, and Europe) to filter available titles.

Installation

To install WiiUDownloader, download the appropriate binary for your operating system from the links below:

For Linux, you may need to give execution permission to the downloaded binary:

chmod +x WiiUDownloader-Linux-x86_64.AppImage   # For Linux

Usage

  1. Double-click the downloaded binary to launch WiiUDownloader.
  2. The WiiUDownloader GUI window will appear, showing a list of available Wii U titles.
  3. Use the search bar to filter titles by name or title ID.
  4. Click on the category buttons to filter titles by type (Game, Update, DLC, Demo, All).
  5. Click on the checkboxes to select the desired region(s) for filtering (Japan, USA, Europe).
  6. Click on the "Add to queue" button to add selected titles to the download queue. The button label will change to "Remove from queue" if titles are already in the queue.
  7. Click on the "Download queue" button to choose a location to save the downloaded games. The program will start downloading the queued titles.
  8. If you enable "Decrypt contents," the program will decrypt the downloaded files. You can also choose to delete encrypted contents after decryption (optional).
  9. If you already have downloaded files that aren't decrypted, you can go to Tools > Decrypt Contents and select the folder to decrypt.

Important Notes

  • WiiUDownloader provides access to Nintendo's servers for downloading titles. Please make sure to follow all legal and ethical guidelines when using this program.
  • Downloading and using copyrighted material without proper authorization may violate copyright laws in your country.

License

This program is distributed under the GPLv3 License. For more information, see the LICENSE file.

Acknowledgments

WiiUDownloader uses several open-source libraries and dependencies to provide its functionality: