• This repository has been archived on 04/Mar/2024
  • Stars
    star
    366
  • Rank 116,547 (Top 3 %)
  • Language
    CSS
  • License
    Mozilla Public Li...
  • Created over 6 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Ninite for your Nintendo Switch.

Homebrew SD Setup

https://www.sdsetup.com

Homebrew SD Setup is a web application written in C# (and a little bit of JavaScript) running on Blazor. The app lets you select the homebrew applications and custom firmwares you want, and quickly create a zip archive to extract to your SD card. The Ninite for your game consoles.

Compatibility

The application has been verified working in Chrome, Firefox, Opera and Edge on Windows 10, as well as Chrome and Firefox on Android. Other browsers are likely to work fine as long as they support WebAssembly or asm.js, and ES6.

Internet Explorer is explicitly incompatible due to lack of ES6 support. Additionally, Firefox 61 and lower requires the user to manually navigate to the generated ZIP blob because the blob won't download programatically for whatever reason. This is fixed in Firefox 62+.

Features

General

  • Generate a perfectly formatted file structure in ZIP format, ready for direct extraction to your SD card. No additional setup necessary, just drag and drop!
  • Save your setup so you can update everything later without reselecting all of the packages.

Nintendo Switch

  • Choose between a selection of common homebrew applications, tools and utilities, including:
    • Custom Firmwares (ex. SX OS, Atmosphere, ReiNX)
    • Homebrew Utilities (ex. Homebrew Menu, Checkpoint, JKSV, Tinfoil)
    • Emulators (ex. Salamander RetroNX, pSNES)
    • Games (ex. Mystery of Solarus DX, SDL Prince of Persia)
    • Fusee Payloads (ex. Hekate, BISKeyDump, BriccMii)
    • PC Utilities (ex. TegraRCMSmash)

Usage

Head over to https://www.sdsetup.com, select your console of choice, select the packages you want, and hit download! Once finished, simply extract the contents of the sd folder in the downloaded ZIP archive to the root of your SD card! Do what you wish with any additional folders included in the zip file.

Issues

Please feel free submit an issue for any of the following reasons:

  • A package is outdated
  • A package's information is incorrect
  • A package should be retrieved from a different/better source
  • A browser other than Internet Explorer is incompatible
  • Reporting a bug
  • Suggesting a feature
  • Suggesting a new package
  • Requesting a package be removed Homebrew SD setup
  • Reporting a redistribution clause license violation for a rehosted package
  • Any other issue with the site or it's packages

Build

Clone the repository and open the solution in Visual Studio. Build from there.

Included Projects

  • SDSetup Blazor: The web application itself, written in C# (and a little bit of JavaScript).
  • SDSetup Backend: The backend server which the frontend communicates with. Upon request, generates zip bundles based on the client selection. Also provides manifest data and download statistics.
  • SDSetup Backend Control Panel: Control panel to manage functionality of the backend server(s). Also for managing the Homebrew Guide.
  • SDSetup Updater: A tool to autoupdate a number of homebrew packages present on SDSetup through various means. Designed specifically for SDSetup packages, not dynamic.
  • SDSetup Common: Common utilities and types shared between two or more of the above projects.

Todo

  • The frontend needs a lot of optimization. For example, converting things to components and setting up databinding on individual components to refresh only what UI needs to be refreshed rather than entire containers.
  • The backend needs to be refactored to conform to ASP.Net Core standards.

Contributing

Feel free to make pull requests where you see fit!

Credits

Please see https://www.sdsetup.com/credits for an up-to-date list of credits and sources for each package available.

Other credits:

More Repositories

1

Homebrew-Guide

Guide for getting CFW setup on your Nintendo Switch (And Wii U)
Python
178
star
2

auto-h-encore

Automates the PC process of getting h-encore running on your PS Vita
C#
137
star
3

PegaScape

A user-friendly public frontend for common PegaSwitch scripts including Nereba, Caffeine, HBL and more.
JavaScript
68
star
4

fakenews-injector

Injects the "Fake News" save data for an easy browser entry point on Switch.
Makefile
28
star
5

pegaswitch

PegaSwitch with experimental 4.x nvcore support.
JavaScript
23
star
6

sdsetup-switch

Switch Homebrew App for SDSetup
Lua
23
star
7

MinoriTool

Simple tool to batch convert compressed or uncompressed .gim files in Toradora! Portable (and probably other games).
C#
9
star
8

PokemonGoTeamManager

Pokemon GO Team Manager Source Code
AutoHotkey
7
star
9

oreconfig

A Minecraft Forge mod to disable existing ore generation features and add your own.
Java
6
star
10

picoctf-2019-solutions

PicoCTF 2019 Solutions
C#
5
star
11

RedditDiscordRSSBot

Simple bot to read new Reddit posts and push them to Discord webhooks.
C#
5
star
12

goosehunt

Lua
4
star
13

SDSetupComplexFetcher

Temporary script used for pulling CFW and sysmodule packages to automatically update SDSetup.
Python
3
star
14

PianoTilesCloneAndroid

Java
2
star
15

genki-companion

Study GENKI vocabulary and conjugation alongside your classes.
JavaScript
2
star
16

AbilityStones

Ability Stones mod for 1.10/1.11/1.12
Java
1
star
17

IHaveADream

C#
1
star
18

sdsetup-backend

Backend server for SDSetup
C#
1
star
19

Spoofy

Playlist randomizer for Spotify with weighted algorithms.
JavaScript
1
star
20

NickAfkPartyPack

Small Spigot plugin to add nicknames and AFK for Minecraft 1.18
Java
1
star
21

biskeytool

Temporary version of biskeytool until I finish the SDSetup rewrite.
JavaScript
1
star
22

cssa-door-sensor

Source code for door sensor firmware and web relay
C++
1
star
23

zipdictionary

Simple dictionary attacker for ZIP files written in C# for .NET Core
C#
1
star