🌌
Atmosphère
Custom firmware (CFW)
GitHub ↗

What is Atmosphère?

~6 min read · Third-party project overview

Atmosphère is an open-source custom firmware (CFW) for the Nintendo Switch — currently the de-facto standard in the Switch homebrew community. It runs alongside Nintendo's Horizon OS and enables homebrew apps, custom system modules, and service API replacements.

Core components

Install overview

Atmosphère is normally launched via the Hekate bootloader. Minimum-viable steps:

  1. Grab atmosphere-X.X.X-master.zip + fusee.bin from the GitHub releases page.
  2. Extract the zip to your microSD root (you'll get /atmosphere/, /bootloader/, /switch/).
  3. Place hekate_ctcaer_X.X.X.bin as a payload in /bootloader/.
  4. Inject Hekate over RCM (with TegraRcmGUI or similar). From Hekate, choose Launch → CFW (SYSNAND) or CFW (EMUMMC).
Important: launching Atmosphère on SysMMC and going online is a near-certain ban. See EmuMMC vs SysMMC.

How it differs from the secretchat.tel loader

Our loader requires Atmosphère — the loader itself is a homebrew NRO running under hbmenu, which runs under Atmosphère. The recommended runtime is Atmosphère on SysMMC (EmuMMC = near-certain ban). See SysMMC loader vs EmuMMC cheats for the full setup contrast.

TL;DR: Atmosphère is the prerequisite environment. Whichever method gets Atmosphère running on your console (RCM, modchip, etc.) — the loader will work on top of it.

Related