Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wii:Open Shop Channel

Homebrew app repository
This is the latest revision of this page; it has no approved revision.

The Open Shop Channel is a homebrew app repository created by dhtdht020, and is the preferred way to download homebrew.

Installation

There are 2 methods to use the Open Shop Channel: on your Wii via a homebrew browser, or on your computer through OSCDL or the website.


Method I - On your Wii

Requirements

  • A homebrewed Wii with an active Internet connection
  • An SD card or USB drive
  • Homebrew Browser

Instructions

  1. Download the recommended .zip file from the Open Shop Channel website.
You are done installing the Homebrew Browser.

Requirements

  • A homebrewed Wii with an active Internet connection
  • An SD card or USB drive
  • LibreShop

Instructions

  1. Download the recommended .zip file from the Open Shop Channel website.
You are done installing LibreShop.

Method II - On your computer

Requirements

  • A Windows computer with an internet connection
  • An SD card or USB drive
  • The latest version of OSCDL

Instructions

  1. Download oscdl-installer.exe and run the installer. Optionally, you may instead download oscdl-standalone.exe, which does not have to be installed and instead runs as a portable executable.
You are done installing OSCDL.

Requirements

  • A MacOS/Linux computer with an internet connection
  • An SD card or USB drive
  • Git
  • Python 3.x
    • If you are on Linux, you likely already have Python 3. Check by opening a terminal and entering python3 -V - if this returns a version number, it will work for this guide.

Instructions

  1. Open a terminal window
    • It's recommended to run cd to a directory of your choice so you have easy access to it later. (Example: cd ~/Desktop/OSCDL)
  2. Run git clone https://github.com/dhtdht020/osc-dl.git
  3. Once it's done, run cd osc-dl
  4. Then run pip3 install -r requirements.txt
  5. Once it's done, run python3 oscdl.py
    • If you get an error about libxcb-cursor0 when running the program, then install it through your Package Manager then try again.
    • For easy access later on, you can make a .desktop file with the command python3 installed-directory/oscdl.py. (Example: python3 ~/Desktop/OSCDL/oscdl.py)
  6. Find an application that you would like to get, and press the Download button. Alternatively, you can send the app directly to your Wii (this requires that your computer and Wii be on the same network)
You are done installing OSCDL.