{"id":15646861,"url":"https://github.com/budde25/switcheroo","last_synced_at":"2025-08-20T02:13:37.116Z","repository":{"id":37030579,"uuid":"487376819","full_name":"budde25/switcheroo","owner":"budde25","description":"A cross platform, Rust implementation for the Tegra X1 bootROM exploit ","archived":false,"fork":false,"pushed_at":"2025-07-11T06:19:14.000Z","size":5004,"stargazers_count":46,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-14T07:51:38.106Z","etag":null,"topics":["cli","gui"],"latest_commit_sha":null,"homepage":"https://budde25.github.io/switcheroo/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/budde25.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-30T20:39:18.000Z","updated_at":"2025-07-11T06:18:57.000Z","dependencies_parsed_at":"2023-10-16T10:58:08.876Z","dependency_job_id":"221bb4b5-616c-4605-b8c0-87e5daf56c75","html_url":"https://github.com/budde25/switcheroo","commit_stats":{"total_commits":372,"total_committers":3,"mean_commits":124.0,"dds":"0.013440860215053752","last_synced_commit":"eb5c50fb1e101ba4a152599779b5272171500d03"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/budde25/switcheroo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budde25%2Fswitcheroo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budde25%2Fswitcheroo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budde25%2Fswitcheroo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budde25%2Fswitcheroo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/budde25","download_url":"https://codeload.github.com/budde25/switcheroo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budde25%2Fswitcheroo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271252993,"owners_count":24726918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","gui"],"created_at":"2024-10-03T12:15:25.797Z","updated_at":"2025-08-20T02:13:37.081Z","avatar_url":"https://github.com/budde25.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv class=\"oranda-hide\"\u003e\n\n# Switcheroo\n\n\u003c/div\u003e\n\n![GitHub](https://img.shields.io/github/license/budde25/switcheroo?style=for-the-badge)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/budde25/switcheroo?style=for-the-badge)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/budde25/switcheroo/ci.yml?label=CI\u0026style=for-the-badge\u0026branch=main)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/budde25/switcheroo/release.yml?label=CD\u0026style=for-the-badge)\n\nA cross-platform CLI and GUI for the RCM BootRom exploit (Fusée Gelée exploit for Nintendo Switch).  \nWritten in Rust using [clap](https://github.com/clap-rs/clap) for the CLI and [egui](https://github.com/emilk/egui) for the GUI.\n\nOnly works on unpatched Switches: \u003chttps://ismyswitchpatched.com/\u003e\n\n## Features\n\n* CLI interface\n* GUI interface\n* Works on macOS, Linux, and Windows\n* A favorites tab for saving payloads\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"\" alt=\"Command Line Interface Example\" src=\"https://raw.githubusercontent.com/budde25/switcheroo/main/extra/images/cli.png\"\u003e\n\u003c/p\u003e\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"\" alt=\"Graphical User Interface Example\" src=\"https://raw.githubusercontent.com/budde25/switcheroo/main/extra/images/gui.png\"\u003e\n\u003c/p\u003e\n\n## Installation\n\nDownload and install the latest release on the [releases](https://github.com/budde25/switcheroo/releases) page  \n\nor install with cargo (binary name is switcheroo)  \n`cargo install switcheroo-nx`  \n\n## Usage\n\nThe binary name is `switcheroo`  \n\nTo display application use `switcheroo help`  \nUse `switcheroo \u003csubcommand\u003e help` for help with that subcommand.\n\n### Examples\n\nExecute a payload.  \n`switcheroo execute \u003cpath\u003e`\n\nCheck if the switch is connected.  \n`switcheroo device`\n\nStart the GUI.  \n`switcheroo gui`\n\n## Troubleshooting\n\nSee the troubleshooting page\n\n## Similar projects\n\nHere are some other similar projects\n\n* [TegraRcmGUI](https://github.com/eliboa/TegraRcmGUI) GUI for Windows\n* [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher) CLI for (Linux, Windows, MacOS)\n* [NXBoot](https://mologie.github.io/nxboot/) (macOS, iOS)\n* [JTegraNX](https://github.com/dylwedma11748/JTegraNX) Java GUI for (Windows, OS X, GNU/Linux)\n* [NXLoader](https://github.com/DavidBuchanan314/NXLoader) (Android)\n* [Web Fusée Launcher](https://fusee-gelee.firebaseapp.com/) Web App (only Chrome)\n\n## Credit\n\nImplementation is largely based on the following reference implementation:\n[Fusee Launcher](https://github.com/Qyriad/fusee-launcher)  \nGui design inspired from the great:\n[TegraRcmGui](https://github.com/eliboa/TegraRcmGUI)  \n\n## License\n\n[GPL-2.0 License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbudde25%2Fswitcheroo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbudde25%2Fswitcheroo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbudde25%2Fswitcheroo/lists"}