switcheroo-nx

Crates.ioswitcheroo-nx
lib.rsswitcheroo-nx
version0.6.0
sourcesrc
created_at2022-08-02 03:27:34.636366
updated_at2023-10-11 02:58:04.965539
descriptionA cross platform CLI and GUI for the Nintendo Switch RCM exploit
homepagehttps://github.com/budde25/switcheroo
repositoryhttps://github.com/budde25/switcheroo
max_upload_size
id637184
size1,680,618
Ethan Budd (budde25)

documentation

README

Switcheroo

GitHub GitHub release (latest SemVer) GitHub Workflow Status GitHub Workflow Status

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/

Features

  • CLI interface
  • GUI interface
  • Works on macOS, Linux, and Windows
  • A favorites tab for saving payloads

Command Line Interface Example


Graphical User Interface Example

Installation

Download and install the latest release on the releases page

or install with cargo (binary name is switcheroo)
cargo install switcheroo-nx

Usage

The binary name is switcheroo

To display application use switcheroo help
Use switcheroo <subcommand> help for help with that subcommand.

Examples

Execute a payload.
switcheroo execute <path>

Check if the switch is connected.
switcheroo device

Start the GUI.
switcheroo gui

Troubleshooting

See the troubleshooting page

Similar projects

Here are some other similar projects

Credit

Implementation is largely based on the following reference implementation: Fusee Launcher
Gui design inspired from the great: TegraRcmGui

License

GPL-2.0 License

Commit count: 345

cargo fmt