2025-10-10 23:14:42 +03:00
2025-09-22 16:51:21 -04:00
2025-10-06 19:18:21 -04:00
2025-10-06 19:18:21 -04:00
2025-10-06 19:22:40 -04:00
2025-09-02 16:21:38 -04:00
2025-10-01 19:10:21 -04:00
2023-05-26 12:46:41 +09:00
2025-09-29 20:00:50 -04:00
2025-09-22 16:58:05 -04:00
2025-09-22 16:59:38 -04:00
2025-10-06 19:18:21 -04:00
2025-10-10 23:14:42 +03:00
2025-09-22 17:00:06 -04:00

logo
Horizon OC

Advanced Open Source Overclocking Tool for Nintendo Switch (Atmosphere CFW)


License: GPL-2.0 Nintendo Switch Discord VSCode C++ Downloads


⚠️ Disclaimer

THIS TOOL CAN BE DANGEROUS IF MISUSED. PROCEED WITH CAUTION.
Overclocking RAM can cause NAND DAMAGE due to Horizon OS design.
Always ensure you have a full NAND backup before proceeding.


🌀 About

Horizon OC is an open-source overclocking suite for Nintendo Switch consoles running Atmosphere custom firmware.
It provides safe and flexible control over CPU, GPU, and RAM frequencies, with a modern configuration utility.


🚀 Features

CPU up to 2397MHz (Mariko) / 2091MHz (Erista)
GPU up to 1305MHz (Mariko) / 998MHz (Erista)
RAM up to 3200MHz (Mariko) / 2360MHz (Erista)
Overclock & undervolt support
Built-in configuration tool
Compatible with most homebrew

Higher (potentially dangerous) frequencies are unlockable.
⚙️ Exact maximums vary per console.


🧩 Installation

  1. Install the latest versions of:

  2. Download the latest hoc.kip from the Releases tab.

  3. If using Hekate, edit hekate_ipl.ini:

    kip1=atmosphere/kips/*
    

*(No edits needed if using fusee.)*

4. Download and extract the **Horizon OC sysmodule** to your SD card root.
5. Optionally, use the **Configurator** to install automatically via GUI.

---

## ⚙️ Configuration

1. Download the **Configurator** on your PC.
2. Run the executable.
3. Select your SD card or UMS device.
4. Adjust frequency settings.
5. Click **Save** to apply your configuration.

---

## 🧱 Building from Source

1. Set up a build environment for **Atmosphere**.
2. Clone the repo:

   ```bash
   git clone https://github.com/Atmosphere-NX/Atmosphere.git
   ```
3. Move it into the `build/` folder.
4. Copy your `Source/stratosphere` folder into `build/`.
5. Build with:

   ```bash
   ./build.sh
   ```

**Build the Configurator:**

```bash
cd Source/Configurator
build.bat
# or
python -m PyInstaller --onefile --add-data "assets;assets" --icon=assets/icon.ico --noconsole src/main.py
```

---

## 💎 Credits

| Contributor                     | Contribution           |
| ------------------------------- | ---------------------- |
| **Lightos**, **Dominatorul**    | RAM timings            |
| **KazushiMe**, **meha**         | Switch-OC-Suite        |
| **sys-clk team**                | sys-clk base           |
| **b0rd2death**                  | Ultrahand sys-clk fork |
| **Lightos**, **Sammybigio2011** | Early testing          |

---

<div align="center">

💻 *Built with ❤️ by the Horizon OC community* <br>
⭐ Star this repo if you find it useful!

</div>
Description
An open source overclocking tool for Nintendo Switch consoles running Atmosphere custom firmware
Readme GPL-2.0 145 MiB
Languages
C++ 66.9%
C 27.2%
NASL 2.3%
Makefile 1.8%
Shell 1.3%
Other 0.5%