Skip to content

UsrBinLuna/fusee-gelee-gui

Repository files navigation

Fusée-Gelée GUI

A mod of the Nintendo Homebrew Server's Fusée-Interfacée with a more modern UI.

Differences from NH-Server's fusée-interfacée-tk

  • Revamped UI, made with CTk
  • Saves last used payload to not have to navigate through your files
  • Removed SD-Card mounting

Disclaimer

  • As always, use at your own discretion. I take no reponsibility for any damages caused to your device.
  • I'm assuming you understand how the exploit is done and the setup needed, this README is to help you run this specific app.
  • Although Fusée is able to exploit any Tegra X1 device, this app is designed to work with Nintendo Switches only.
  • The Fusée Launcher script included in this project is slightly modified to be used as a module.

Running this app

Requirements

  • Have latest python 3 and pyusb installed.
  • On Linux have libusb1 installed (you probably already have).
  • On Windows have libusbK installed. Get it here
  • Clone this repo
  • Get required modules via pip install -r requirements.txt
  • Run app.py

Using Fusée-Gelée GUI

The app is very simple, it should be very intuitive to use:

  • Click the Select Payload button to browse your files and select the desired payload.
  • Connect your Switch in RCM mode to the computer. The progress bar will stop and fill up when the device is detected.
  • When the Send Payload button activates, click it to send the selected payload.

Credits