| HarmonyOS NEXT | |
|---|---|
| Developer | Huawei |
| Written in | C,C++,JavaScript,ArkTS,Cangjie,[1]Rust,Assembly language and others |
| OS family | OpenHarmony-based |
| Working state | Current |
| Source model | Closed, withopen source components |
| Initial release | August 4, 2023; 2 years ago (2023-08-04) |
| Latest release | 6.0 / November 25, 2025; 2 days ago (2025-11-25) |
| Update method | Over-the-air |
| Package manager | .app, OpenHarmony Package Manager (ohpm) |
| Supported platforms | ARM64 |
| Kernel type | Microkernel (HongMeng Kernel) |
| Userland | System Service Layer (OpenHarmony-basedHarmonyOS system,Linux ABI Runtime reused drivers container)[2][3] |
| Default user interface | Harmony Design (Design System) (multi-touch,GUI) |
| License | Commercial software,Proprietary software except for open-source components |
| Preceded by | HarmonyOS 4.2 mobile/4.5 (TV) AOSP & Linux |
| Official website | consumer |
| Support status | |
| Supported | |
| Articles in the series | |
| HarmonyOS version history | |
HarmonyOS NEXT is aproprietarydistributed operating system that succeeded the similarly namedHarmonyOS, with the main difference that the "Next" operating system was developed byHuawei to support only HarmonyOSnativeapps. Unlike Android-based HarmonyOS versions 1 to 4 (2019–2024) and the global marketEMUI operating system, the Next version (starting with HarmonyOS Next 5, also known as HarmonyOS 5) does not include the AndroidAOSP core and is incompatible with Android applications.[4][5]
HarmonyOS NEXT both discards the commonUnix-likeLinux kernel and replaces the previousmultikernel system with its own bespoke HarmonyOSmicrokernel.[6] The rich execution environment (REE) version of the HarmonyOS microkernel is placed at its core, with a single framework as kernel mode. TheOpenHarmony-based operating system shares lineage with the lightweightLiteOSreal-time operating system for resource-constrained devices like smartwearables andIoT products.[7]
On August 4, 2023, at Huawei Developers Conference 2023 (HDC), Huawei officially announced HarmonyOS NEXT, the next version of HarmonyOS, which supports only nativeAPP apps viaArk Compiler and native APIs in the HarmonyOSSDK.[8] The kernel of HarmonyOS NEXT no longer includes the compatibility layer ofAOSP framework with Android libraries fromEMUI in theuser space and cannot run Androidapk apps natively, as was the case with the initial dual-framework HarmonyOS.[9][10]
The first internal preview version of the system was revealed on August 4, 2023, and the first preview version was released to registered public developers on January 18, 2024.[11] The first devices tested with the developer preview version were theMate 60, Mate 60 Pro and Mate X5 phones.[12]
On October 22, 2024, HarmonyOS 5 was officially launched as the "HarmonyOS NEXT 5" brand,[13][14] after the public beta was released on October 8, 2024.[15] The first device to feature HarmonyOS NEXT at sale was theHuawei Mate 70, which went on sale in China in November 2024.[16] By installing the all-new operating system on a newly launched device, Huawei created a new competitor toAndroid andiOS. Future Huawei devices are to be sold mainly with HarmonyOS NEXT, creating a third player in themarket for smartphone operating systems worldwide.[17]On May 8, 2025, a HarmonyOS computer running the HarmonyOS 5 operating system made its debut inShenzhen, following the expiration of Huawei'sMicrosoft Windows licence in March.[18]
HarmonyOS NEXT uses a direct manipulation interface.[19] The main interface is the multi-touch touchscreen. However, external peripherals such as mice, microphones, headphones, and keyboards can be connected via bluetooth or theUSB-C charging port.
HarmonyOS NEXT devices come with preinstalled applications. Apps can also be downloaded through the HuaweiApp Gallery. As of September 2024, there were more than 10,000 native apps.[20] This number increased to more than 20,000 on the app store as of January 2025.[21] As of November 2025, the number of HarmonyOS Next apps and meta services reached over 300,000.[22] Unlike previous versions of HarmonyOS, Android applications are no longer compatible and cannot be downloaded from the store. Large numbers of western apps are therefore not available natively. Yet, applications such as Easy Abroad and DroiTong do allow Android apps to run in emulation inside a separate container. Apps downloaded via DroiTong are automatically placed into a dedicated folder on the home screen.[23] This includes leading apps such as Amazon, ChatGPT, Facebook, Netflix, YouTube.[24] While these apps work, there are issues present with missed notifications, lower resolution, and file transfers in and out of the container. Apps not present include major banking apps, most streaming services, alternative mapping solutions such as Waze as well as some Google services such as Google Assistant and Gemini. Most major Chinese apps are also available, but most Chinese games are still missing.[23]
| Available Natively | Available in Container | Not Available | Sources |
|---|---|---|---|
| [26][27][24][28][29][30][31] |
Devices running HarmonyOS Next have storage ranging from 128GB and 1TB.[32][33] The storage can be expanded in some devices using Huawei's proprietaryNano Memory.[34]
HarmonyOS NEXT is found almost exclusively on Huawei devices.[35] The first phones with the OS preinstalled were the Mate 70 series and Mate X6.[36] The latest phones to release with HarmonyOS NEXT were the Pura 80 series.[37]
The HongMeng kernel, sometimes referred to as the Harmony kernel, is a computeroperating system (OS)kernel developed byHuawei since August 2023. It is used in the HarmonyOS 5 version of the proprietaryHarmonyOS distributed operating system, replacing previous versions that utilized theAOSP compatibility layer, the Linux kernel, and theLiteOS kernel.[38][39]
The HarmonyOS Kernel utilizes amicrokernel architecture, which aims to improve security and performance by isolating critical components of the system.
The HongMeng kernel is amicrokernel at rich executed environment level for software outside hardware-based HarmonyOS TEE kernel, called tee_OS, enabling greater modularity and larger portions of the OS to benefit frommemory protection at kernel mode. HarmonyOS NEXT maintains the speed of a monolithic Linux kernel while incorporating a modular OpenHarmony system.[citation needed] It achieves compatibility through an abstraction layer that supports POSIX APIs and integrates musl-libc for advanced devices. This design allows HarmonyOS NEXT to efficiently handle critical tasks in user mode within its commercial distribution. The kernel hasLinux ABI compatibility by placing an ABI-compatible shim in IC0 (kernel space) with support for OpenHarmony andAOSP complex framework hardware migration deployments, which redirects Linuxsystem calls to IPC and serves as a central repository for global state. The kernel also reuses Linux drivers through driver containers, which balances between compatibility and critical path performance, while having control plane and data plane separation to improve performance.HongMeng kernel capabilities in context switching, network, application startup time, load, frame loss, interrupt latency, etc., and also performance optimised in smart routers and smart vehicles with real time capabilities functions.[40]

As of October 23, 2024[update], HarmonyOS kernel runs onARM64 devices on HarmonyOS 5.0.0 Release (Beta) version with current version 1.9.3.B010.[41]
HarmonyOS NEXT is designed with a hybrid approach, combining the efficiency of a monolithic Linux kernel with modular elements from OpenHarmony. By utilizing a kernel abstraction layer, it ensures compatibility while maintaining performance optimization.
The system integrates a POSIX-compliant compatibility layer, enabling smoother interoperability with third-party applications. Furthermore, musl-libc is incorporated to support more advanced devices, facilitating optimized performance for critical user-mode tasks.
This kernel design allows HarmonyOS NEXT to handle complex computational tasks effectively while remaining lightweight for various device categories. Its balance between modularity and speed ensures stable operations in both consumer electronics and industrial applications.
The kernel features Address tokens that connects the Access token manager that is an essential component in OpenHarmony-baseddistributed operating systems, responsible for unified app permission management based on access tokens. Access tokens serve as identifiers for apps, containing information such as app ID, user ID, app privilege level (APL), and app permissions. By default, apps can access limited system resources. ATM ensures controlled access to sensitive functionalities which combines bothRBAC andCBAC models as a hybridACL model.[42][43]
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.(May 2024) (Learn how and when to remove this message) |
| System version | OS version | Information | Release date |
|---|---|---|---|
| HarmonyOS NEXT (3.1) Developer Preview 1 [Internal Beta] | OpenHarmony 3.2 | HarmonyOS NEXT Developer Preview version equipped with latest base technology, open capabilities, and development kits. The new version comes with HarmonyOS kernel (Microkernel). Huawei Ark graphics engine added. Phones and tablets are tested. Native HMS Core built inside. Internally released developer only software on OpenHarmony base development stack with API 9.[55] | August 4, 2023 |
| HarmonyOS NEXT (4.0) Developer Preview 1 [Internal Beta] | OpenHarmony 4.0 | New graphical shells, including PC and tablet PC mode support with API 10.[56] | October 26, 2023 |
| HarmonyOS NEXT (4.1/4.1.1 – Canary Build) Developer Preview 1 [External Beta] | OpenHarmony 4.1 | A large number of ArkTS APIs have been added, and the scope of distributed hardware support has been expanded. Improved new graphical shells. PC APIs added.[57] HarmonyOS Kernel (Microkernel) retrofitted on Canary1 builds with API 11. | January 18, 2024 |
| 2.0.0.59 (SP3DEVCC00E59R4P1log – Canary Build 2) | OpenHarmony 4.1 beta 1 | HarmonyOS NEXT Developer Preview 1 Beta rolled out on registered developers' handsets,Huawei Mate 60 Pro and other devices. | February 29, 2024 |
| 2.0.0.66 (SP3DEVCC00E59R4P1log – Canary Build 2) | OpenHarmony 4.1 | External preview beta expansion of Developer Preview 2 rolled out on more registered developers' handsets with latest pre-release canary build.[citation needed] | April 2, 2024 |
| 3.0.0.22(Canary3) | OpenHarmony 5.0 beta 1 | External beta expansion of Developer Beta 1 rolled out on more registered developers' handsets with latest pre-release developer Beta build with API 12.[58] | May 25, 2024 |
| NEXT.0.026(SP6DEVC00E29R4P6log) Developer Beta 1[59] | 5.0.0.25(Beta1) | HarmonyOS NEXT Developer Beta 1 with API 12, "Full scenario" intelligence OS with Harmony Intelligence rolled out publicly to all registered developers June 21, 2024 at HDC 2024 annual event in China.[60][61][62] | June 21, 2024 |
| NEXT.0.0.31 (SPXXXXXXXX) Developer Beta 2[59] | 5.0.0.33(Beta2) | HarmonyOS NEXT Developer Beta 2, expansion.[63] | July 19, 2024 |
| NEXT.0.0.35(SPXXXXXXXX) Developer Beta 3[59] | OpenHarmony 5.0 beta 3 | HarmonyOS NEXT Developer Beta 3 expansion.[64] | August 2, 2024 |
| NEXT.0.0.60(SP12DEVC00E6QR4P9) – Developer Beta 5 | OpenHarmony 5.0 beta 5 | HarmonyOS NEXT Developer Beta 5 bug fixes and the final fourth developer beta recruitment extended. | August 21, 2024 |
| NEXT.0.0.65(SP3C00E65R1P6) – Beta 1 (Developer Beta 6)[65] | 5.0.0.60(Beta7 API 12 release) | HarmonyOS NEXT beta recruitment for developers and early adopters expanded to more devices. First rolled out on three main devices for developer testing with API 12 transitioning with Developer Beta 6. | August 30, 2024[66] |
| NEXT.0.0.71(SP6C00E71R1P13) – Beta 1/Release | 5.0.0.71 (API 12 Release) | HarmonyOS NEXT official consumer beta release for expanded models for single frame HarmonyOS 5.0 version with API 12. Starting with existing registered internal beta users of three models, Mate 60, Mate X5 and MatePad Pro 13.2 users. | October 8, 2024[67] |
| NEXT.0.0.71(SP10C00E71R4P17) – Beta 2/Release | 5.0.0.71 (API 12 Release) | HarmonyOS Next update withexFAT support and charging improvements, alongside other fixes.[68] | October 13, 2024 |
| NEXT.0.0.72 – Release | 5.0.0.71 (API 12 Release) | Patch of changes introduced in the system ROM version updated on October 18 such as security control offset property setting and Media Library Kit improvements.[69] | October 18, 2024 |
| 5.0.0.102(SP3C00E73R4P17) | 5.0.0.102 (API 12 Release) | HarmonyOS NEXT 5 public beta rollouts commences. | October 22, 2024 |
| 5.0.0.102(SP3C00E73R4P17) – Release | 5.0.0.102 (API 12 Release) | Release build launch | October 23, 2024 |
| 5.0.0.103 – Release (Beta) | 5.0.0.103 (API 12 Release) | HarmonyOS NEXT 5 branded "public beta" release as HarmonyOS 5.0.0. Move to commercialisation for single-frame builds. Updated developer tools and documentations.[70] | October 23, 2024 |
| 5.0.0.107 SP8 | 5.0 (API 12 Release) | Commercialisation of "HarmonyOS NEXT"; retrofitting on to the Galaxy Edition of the "HarmonyOS 5" name; HarmonyOS 5.0.1 installed on supportedHuawei consumer flagship-devices on 26 November 2024; end of beta stage and move to "stable" for Chinese developers with API 12.[71][72][73] | November 19, 2024 |
| 5.0.1.105 (SP11C00E105) | 5.0.1 (API 12 Release) | 5.0.1. update forPura X foldable | March 30, 2025 |
| 5.1.0.110[74] | 5.1.0 (API 19) | New version for Huawei Pura 80 devices[75] | June 11, 2025 |
| 6.0 | 6.0.1(21) | New version for Huawei Mate 80 series and Mate X7 devices[76] | November 25, 2025 |
HarmonysOS NEXT is the third most popular mobile OS in the world at 5% market share as of quarter 1 of 2025.[77]
Pan Jiaofeng, president of the Institute of Science and Technology Strategy of theChinese Academy of Sciences, stated in October 2024 that HarmonyOS NEXT had "achieved complete independent research and development across the entire chain and process, from the kernel to thedatabase, programming language, and development environment." He highlighted the significant role of the operating system in the development of China's digital economy anddigital transformation.[78]
The Hong-Kong-based newspaperTa Kung Pao commented in October 2024 that HarmonyOS NEXT had "essentially broken the United States' decades-long technological monopoly and demonstrated to the world China's unwavering commitment to the path of independent innovation."[79]
HarmonyOS NEXT was opened for public testing in October 2024. While some applications exhibited smoother performance compared to previous versions, others experienced issues such as lag or crashes. Some application vendors advised users to exercise caution when upgrading.[80]
Shanghai-based semiconductor analyst Li Tongyu noted at the launch that, although Huawei had secured adaptations from many developers, "most of these applications are demo versions with only basic core functionalities."[81]
Zhu Yuezhong, an assistant professor atSouthern Taiwan University of Science and Technology and an observer of Taiwan's semiconductor industry, remarked that, despite HarmonyOS moving away from Android's source code, at launch in October 2024 "the number of corresponding applications remains a concern."[81]
The21st Century Business Herald remarked in October 2024 that many niche or "long-tail" applications had yet to be migrated or adapted to the new system.[82]
In August 2025, according toIT Times, HarmonyOS 5.1.0 version still has a gap in its app experience compared to Android and iOS. The HarmonyOS version ofWeChat is missing nearly 30 features, such as the ability to share real-time location and recognize text in images. In addition, popular apps likeMeituan andBilibili also lack some functions, while some less common or enterprise-developed apps have issues with crashing and freezing. Furthermore, migrating from the Android version to the HarmonyOS version requires re-downloading the app and may result in incomplete data synchronization.[83]
In October 2025,Sina'sBUG column reports that social media users described experiencing "disastrous" issues following an upgrade, including disorganized icons, non-functional features in popular applications, and difficulties downgrading the system that resulted in data loss. Furthermore, they indicated that Huawei had not sufficiently informed users that the upgrade was an incompatible system replacement instead of a standard update. The column was advised by a Huawei consumer hotline engineer that certain groups, like video creators, "are temporarily not recommended to upgrade to HarmonyOS 5.1." The report also quoted a prior admission by Richard Yu that "user tolerance is a major issue."[84]
In October 2024, analyst Zhuo Weian commented that, althoughApple Inc. had set a precedent with its closed ecosystem, "HarmonyOS's similar model presents significant challenges for developers accustomed to the openAndroid ecosystem." He also noted that expanding HarmonyOS to the global market was considered difficult.[81]
In contrast, the newspaperTa Kung Pao opined in October 2024 that Huawei was "actively collaborating with global developers and partners, laying the groundwork for HarmonyOS's global expansion."[79]