This is a simple fork of the original fusee-launcher.
It contains no payloads. You must download and place the payloads in the "payloads" directory.
Note: This project still works, and will likely continue to work, but it has been deprecated in favor of NXBoot for macOS users.
Installation
Dependencies:
- Python 3.6+
- libusb
- pyusb
- tkinter
Instructions:
- Install Homebrew
- Install Python 3:
brew install python - Install libusb:
brew install libusb - Install Python dependencies:
python3 -m pip install pyusb
User guide
How to use:
- Install everything in the above
Dependenciesarea. - Extract the release ZIP, in the folder that was extracted, place your Fusée payloads in the payloads folder.
- Enter RCM mode on the Switch (this will not be covered here).
- While in RCM mode, connect the Switch to a USB port on the computer (using a hub will likely not work).
- Double-click on
macOS launch.command. - Choose a payload from the list.
- Press Run.
If you receive this error usb.core.NoBackendError: No backend available, run brew link --overwrite libusb