1.11.2
gradio-app/fastrtc1.11.2Jun 16, 2026by hexkyz
AI Summary
Atmosphère 1.11.2 introduces basic support for system version 22.5.0 and updates the toolchain to GCC 16/newlib. It bundles the latest Homebrew Launcher and Menu versions, alongside general system stability improvements, though users must update 'fusee' as it is no longer supported.
Key Highlights
- Added basic support for system version 22.5.0
- Updated toolchain to GCC 16/newlib (latest devkitA64/devkitARM)
- Bundled Homebrew Launcher 2.4.5 and HBMenu 3.6.1
- General system stability improvements to enhance user experience
Breaking Changes
- fusee-primary no longer exists and will not work
- A change in application/applet lifespan management broke the homebrew ecosystem (patched via `am` sysmodule)
New Features
- Basic support for 22.5.0
- Support for memory modes above 4GB
- Build time option to configure Joy-Con rails as UART for debugging
Full Release Notes
**1.11.2** is Atmosphère's ninety-second official release.
**Please be sure to update fusee when upgrading to 1.11.2**. fusee-primary no longer exists, and will not work any more.
With thanks to the @switchbrew team, Atmosphère 1.11.2 is bundled with [hbl](https://github.com/switchbrew/nx-hbloader) 2.4.5, and [hbmenu](https://github.com/switchbrew/nx-hbmenu) 3.6.1.
The following was changed since the last release:
* Basic support was added for 22.5.0.
* Atmosphère was updated to use GCC 16/newlib (latest devkitA64/devkitARM releases).
* General system stability improvements to enhance the user's experience.
And the following was changed in 1.11.0:
* Support was added for 22.0.0.
* Special thanks to @alula for handling a large chunk of the necessary kernel, loader and erpt changes.
* The console should boot and atmosphère should be fully functional.
* **Please note**: A change in how applications/applets' lifespan is managed broke the homebrew ecosystem.
* All applications and applets are expected to perform a clean exit by calling the relevant IPC commands.
* Homebrew compiled with libnx and hbmenu itself explicitly avoid exiting so it can keep using the same process.
* Properly fixing this would require a re-design of how homebrew is launched and terminated.
* As a temporary solution, patches to the `am` sysmodule are now included which allow restoring the previous behavior and regain homebrew compatibility without any further changes.
* Nonetheless, please report any issues you may face when testing homebrew to ensure no edge cases have been missed.
* `exosphère` was updated to reflect the latest official secure monitor behavior.
* `mesosphère` was updated to reflect the latest official kernel behavior.
* `loader` was updated to reflect the latest official behavior.
* `erpt` was updated to reflect the latest official behavior.
* `pgl` was updated to fix a few issues.
* Support was added for memory modes above 4GB (thanks @CTCaer).
* A build time option to configure Joy-Con rails as UART for debugging was added (thanks @alula).
* General system stability improvements to enhance the user's experience.
For information on the featureset supported by 1.11, please see [the official release notes](https://github.com/Atmosphere-NX/Atmosphere/releases/tag/1.11.0).