A mod of the Nintendo Homebrew Server's Fusée-Interfacée with a more modern UI.
- Revamped UI, made with CTk
- Saves last used payload to not have to navigate through your files
- Removed SD-Card mounting
- 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.
- 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
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.
- The Nintendo Homebrew Server / Fusée-Interfacée-Tk
- Kate Temkin / Fusée Launcher
- Rajkosto / memloader, Mounting Tool
- falquinho / Fusée Launcher Interfacée, Original Author