A cross-platform CLI and GUI for the RCM BootRom exploit (Fusée Gelée exploit for Nintendo Switch).
Written in Rust using clap for the CLI and egui for the GUI.
Only works on unpatched Switches: https://ismyswitchpatched.com/
- CLI interface
- GUI interface
- Works on macOS, Linux, and Windows
- A favorites tab for saving payloads
Download and install the latest release on the releases page
or install with cargo (binary name is switcheroo)
cargo install switcheroo-nx
The binary name is switcheroo
To display application use switcheroo help
Use switcheroo <subcommand> help
for help with that subcommand.
Execute a payload.
switcheroo execute <path>
Check if the switch is connected.
switcheroo device
Start the GUI.
switcheroo gui
See the troubleshooting page
Here are some other similar projects
- TegraRcmGUI GUI for Windows
- Fusée Launcher CLI for (Linux, Windows, MacOS)
- NXBoot (macOS, iOS)
- JTegraNX Java GUI for (Windows, OS X, GNU/Linux)
- NXLoader (Android)
- Web Fusée Launcher Web App (only Chrome)
Implementation is largely based on the following reference implementation:
Fusee Launcher
Gui design inspired from the great:
TegraRcmGui