Skip to content

rashevskyv/kefir-updater

 
 

Repository files navigation

Kefir-updater


A Nintendo Switch homebrew app to download and update Kefir, FWs and cheat codes. Based on AiO-switch-updater by HamletDuFromage

How to install

Copy the kefir-updater.nro directory to /switch/kefir-updater on your sdcard.

Description of the features

⬦ Update Kefir

  • Download the Kefir. After downloading the CFW archive, the program will extract it and launch TegraExplorer for installing CFW in a proper way

⬦ Download firmwares

  • Download firmare files to /firmware that can then be installed using DayBreak.

⬦ Download cheats

  • Downloads and extracts daily-updated cheat code. The program will only extract cheat codes for the games you own. By default, this homebrew will overwrite the existing cheats. If you have your own cheat files that you'd like to keep as is, you can turn off cheat updates for specific titles in Tools->Cheat Menu.
  • Since v2.0.0, aio-switch-updater can also download cheat sheets from CheatSlips.com.

Extras (in the Tools tab)

  • View which of your games got cheat codes from the app.
  • Launch the Switch's web browser.

Screenshots

2021052023004100 2021052023004600 2021052023004800 2021052023005100 2021052023005400 2021052023005500 2021052023010100

Build

You need to have installed devkitPro and devkitARM in order to compile this project.

Install the required dependencies:

$ sudo (dkp-)pacman -Sy
$ sudo (dkp-)pacman -S  switch-glfw \
                        switch-curl \
                        switch-glm \
                        switch-mbedtls \
                        switch-glad \
                        switch-zlib

Use switch-ex-curl instead of switch-curl to use this app with an invalid SSL certificate.

Use portlibs and build with libnx provided in this repository

Clone the repository

$ git clone --recursive https://github.com/HamletDuFromage/aio-switch-updater
$ cd aio-switch-updater

Compile

$ cd aiosu-forwarder
$ make
$ cd ..
$ make

Disclaimer

I do not own, host nor distribute any of the files that can be downloaded with this homebrew tool. At the owner's request, I will immediately remove the ability to download any problematic file.

Special thanks

  • natinusala for the Borealis library.
  • tiansongyu for bringing support for multi-language and for his Chinese translation.
  • yyoossk for the Japanese locale.
  • sergiou87 for the Spanish locale.
  • pedruhb for the Brazilian locale.
  • AD2076 for the Italian locale.
  • qazrfv1234 for the Traditional Chinese locale.
  • Team Neptune whose rcm code I used.
  • fennectech for helping test the app and providing suggestions.
  • Iliak for cheatslips.com.

Donate to kefir's dev

Paypal

PayPal

Банка monobank

mono

Donate for support Ukraine

🇺🇦 UKRAINE NEEDS YOUR HELP NOW!

I'm the creator of this project and I'm Ukrainian.

My country, Ukraine, is being invaded by the Russian Federation, right now. I've fled Ivano-Frankivs'k and now I'm safe with my family in the western part of Ukraine. At least for now. Russia is hitting target all over my country by ballistic missiles.

Please, save me and help to save my country!

Ukrainian National Bank opened an account to Raise Funds for Ukraine’s Armed Forces:

SWIFT Code NBU: NBUA UA UX
JP MORGAN CHASE BANK, New York
SWIFT Code: CHASUS33
Account: 400807238
383 Madison Avenue, New York, NY 10179, USA
IBAN: UA843000010000000047330992708

Come Back and Alive found (savelife.in.ua)

BITCOIN
bc1qkd5az2ml7dk5j5h672yhxmhmxe9tuf97j39fm6

ETHEREUM (eth, usdt, usdc)
0xa1b1bbB8070Df2450810b8eB2425D543cfCeF79b
0x93Bda139023d582C19D70F55561f232D3CA6a54c

TRC20 (tether)
TX9aNri16bSxVYi6oMnKDj5RMKAMBXWzon

Solana (sol)
8icxpGYCoR8SRKqLYsSarcAjBjBPuXAuHkeJjJx5ju7a

You can also donate to charity supporting Ukrainian army.

THANK YOU!

About

Update your CFW, sigpatches, cheat codes, firmwares and more directly from your Nintendo Switch!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 94.8%
  • Makefile 2.8%
  • C 2.4%