🔱
Hekate
GUI bootloader / NAND manager
GitHub ↗

What is Hekate?

~5 min read · Third-party project overview

Hekate (by CTCaer) is a GUI bootloader and NAND tool for the Switch. It runs as a standalone payload sent over RCM and shows a menu the moment your Switch wakes. Most people who launch CFW (like Atmosphère) go through Hekate.

What it does

Minimum-viable usage

  1. Download the latest hekate_ctcaer_X.X.X.zip from GitHub.
  2. Extract the bootloader/ folder to your SD root.
  3. Put your Switch into RCM with a jig + USB-C.
  4. Send hekate_ctcaer_X.X.X.bin with TegraRcmGUI or similar.
  5. From the menu, go Tools → Backup eMMC. Do this first, every time.
If you brick without a backup, there's no path back. Always dump rawnand.bin / BOOT0 / BOOT1 before doing anything else.

Relation to the secretchat.tel loader

Our loader requires Atmosphère, but it doesn't care how you start Atmosphère. Hekate is the most common bootloader path; modchips and other entry points work equally well. Either way, Hekate's NAND backup feature is strongly recommended for loader users too — insurance against bricking.

Related