HarmonyOS NEXT (Chinese: 鸿蒙星河版; pinyin: Hóngméng Xīnghébǎn) is a proprietarydistributed operating system that succeeded the similarly named HarmonyOS, with the main difference that the "Next" operating system was developed by Huawei to support only HarmonyOS nativeapps. Unlike Android-based HarmonyOS versions 1 to 4 (2019-2024) and the global market EMUI operating system, the Next version (starting with HarmonyOS Next 5) does not include the Android AOSP core and is incompatible with Android applications.[4][5]
HarmonyOS NEXT both discards the common Unix-likeLinux kernel and replaces the previous multikernel system with its own bespoke HarmonyOS microkernel.[6] The rich execution environment (REE) version of the HarmonyOS microkernel is placed at its core, with a single framework as kernel mode. The operating system shares lineage with the lightweight LiteOSreal-time operating system for resource-constrained devices like smart wearables and IoT products.[7]
History
On August 4, 2023, at Huawei Developers Conference 2023 (HDC), Huawei officially announced HarmonyOS NEXT, the next version of HarmonyOS, which supports only native APP apps via Ark Compiler and native APIs in the HarmonyOS SDK.[8] The kernel of HarmonyOS NEXT no longer includes the compatibility layer of AOSP framework with Android libraries from EMUI in the user space and cannot run Android apk 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 the Mate 60, Mate 60 Pro and Mate X5 phones.[12]
On October 22, 2024, HarmonyOS 5.0.0 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 the Huawei 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 to Android and iOS. Future Huawei devices are to be sold mainly with HarmonyOS NEXT, creating a third player in the market for smartphone operating systems worldwide.[17]
On May 8, 2025, a HarmonyOS computer running the HarmonyOS 5 operating system made its debut in Shenzhen, following the expiration of Huawei's Microsoft Windows licence in March.[18]
Features
Interface
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 the USB-C charging port.
Applications
HarmonyOS NEXT devices come with preinstalled applications. Apps can also be downloaded through the Huawei App 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 June 2025, the number of HarmonyOS Next apps reached over 30,000.[22] Unlike previous versions of HarmonyOS, Android applications are no longer compatible and cannot be downloaded in the store. Large numbers of western apps are not 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]
Devices running HarmonyOS Next have storage ranging from 128GB and 1TB.[31][32] The storage can be expanded in some devices using Huawei's proprietary Nano Memory.[33]
Devices
HarmonyOS NEXT is found almost exclusively on Huawei devices.[34] The first phones with the OS preinstalled were the Mate 70 series and Mate X6.[35] The latest phones to release with HarmonyOS NEXT were the Pura 80 series.[36]
The HongMeng kernel, sometimes referred to as the Harmony kernel, is a computer operating system (OS) kernel developed by Huawei since August 2023. It is used in the HarmonyOS 5 version of the proprietary HarmonyOS distributed operating system, replacing previous versions that utilized the AOSP compatibility layer, the Linux kernel, and the LiteOS kernel.[37][38]
The HarmonyOS Kernel utilizes a microkernel architecture, which aims to improve security and performance by isolating critical components of the system.
Kernel design
The HongMeng kernel is a microkernel 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 from memory 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 has Linux ABI compatibility by placing an ABI-compatible shim in IC0 (kernel space) with support for OpenHarmony and AOSP complex framework hardware migration deployments, which redirects Linux system 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.[39]
Terminal on HarmonyOS PC
As of October 23, 2024[update], HarmonyOS kernel runs on ARM64 devices on HarmonyOS 5.0.0 Release (Beta) version with current version 1.9.3.B010.[40]
Kernel Architecture
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.
Compatibility Layer and Libraries
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.
Performance and Use Cases
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-based distributed 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 both RBAC and CBAC models as a hybrid ACL model.[41][42]
Software architecture and framework features
HarmonyOS NEXT architecture
Full-stack, self-developed HarmonyOS NEXT core operating system natively integrates the following components:
PanGu-Σ: Built-in large language model (LLM) for AI applications
Refined and primary native in-house Ark Engine multimedia API graphics stack system that comes with ArkGraphics 2D and ArkGraphics 3D with Cangjie support across all devices with developer access[45]
Linux and LiteOS RTOS base on wearables, phones, tablets on System Service Layer replaced with self-developed Rich Execution Environment version of HarmonyOS kernel, Microkernel architecture.[46]
HarmonyOS NEXT SDK with previous classic HarmonyOS SDK API levels, alongside full standard OpenHarmony SDK development kit access support conglomerated in a complete and comprehensive in-house HarmonyOS SDK API 12, in a form of full development kit.
Native Generative Edge AI computing API system features for Edge Computing
Native Generative AI and Multimodal learningLLM Voice Assistant Celia/XiaoYi [China & Global] - Powered by Huawei Pangu AI model, supports Chinese and English with Celia Proactive Suggestions and Developers can add Celia Voice services to their atomic services improvements and applications.
OpenHarmony versioning core baseline of HarmonyOS NEXT system versioning underlining the HarmonyOS operating system baseline versioning
OpenHarmony user mode contains the kernel abstract layer that wraps the Linux syscall compatible layer via POSIX compatible, third-party musl from LiteOS lineage for HarmonyOS NEXT system kernel, in-house Microkernel.
OpenHarmony Device Connector (HDC) native support, a command line tool for connecting and debugging HarmonyOS devices as well as OpenHarmony devices in interoperability, including self debugging on PC-side with native toolchain system.[citation needed] Replaces Android Debug Bridge on classic dual-framework OpenHarmony L3-L5 based EMUI and HarmonyOSAOSP userland base.[47]
Exclusive to in-house Kirin and HiSilicon chips optimisation and adaptation alongside selected Snapdragon legacy chips
New visual graphical interfaces based on Neumorphism and Glassmorphism design language trend, visual elements on HarmonyOS Design language system for Spatial computing
Modified native Task Switcher interface for PC, phones, tablets and foldables
ArkData powered by GaussDB for ArkTS HarmonyOS native development
Harmony Intelligence backend stack embedded across the OS, with PanGu 5.0 LLM with Embedded variant, MindSpore AI framework with Neural Network Runtime API kit with smarter Celia virtual assistant.[53]
New Celia UI supporting gesture-based interactions, such as long-press the navigation bar to expand it; drag text, photos or documents into the Celia navigation bar to analyze and extract information.
Collaboration between apps with the New distributed soft bus, App hop, Cross devices gallery
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.[54]
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.[55]
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.[56] 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.[57]
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.[59][60][61]
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.
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.
HarmonyOS Next update with exFAT support and charging improvements, alongside other fixes.[67]
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.[68]
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.[69]
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 supported Huawei consumer flagship-devices on 26 November 2024; end of beta stage and move to "stable" for Chinese developers with API 12.[70][71][72]
HarmonysOS NEXT is the third most popular mobile OS in the world at 5% market share as of quarter 1 of 2025.[75]
Political significance
Pan Jiaofeng, president of the Institute of Science and Technology Strategy of the Chinese 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 the database, programming language, and development environment." He highlighted the significant role of the operating system in the development of China's digital economy and digital transformation.[76]
The Hong-Kong-based newspaper Ta 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."[77]
Application ecosystem
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.[78]
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."[79]
Zhu Yuezhong, an assistant professor at Southern 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."[79]
The 21st 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.[80]
Global expansion
In October 2024, analyst Zhuo Weian commented that, although Apple Inc. had set a precedent with its closed ecosystem, "HarmonyOS's similar model presents significant challenges for developers accustomed to the open Android ecosystem." He also noted that expanding HarmonyOS to the global market was considered difficult.[79]
In contrast, the newspaper Ta Kung Pao opined in October 2024 that Huawei was "actively collaborating with global developers and partners, laying the groundwork for HarmonyOS's global expansion."[77]
^马剑威; 贾振锋. 鸿蒙HarmonyOS NEXT开发之路 卷1:ArkTS语言篇 [Road of HarmonyOS NEXT development: The ArkTS language] (in Chinese (China)). Vol. 1. Tsinghua University Press. ISBN9787302679639.
^ abc华为“纯血”鸿蒙面世 脱钩安卓对标苹果如何谋求三分天下 [Huawei Launches HarmonyOS NEXT, Decouples from Android to Compete with Apple, Aiming for a Tripartite Market]. BBC (in Simplified Chinese). Retrieved 2025-04-29.
^原生鸿蒙,独立时刻已至! [Time for independence of HarmonyOS NEXT]. Securities Times (in Chinese (China)). 2024-10-23. Retrieved 2025-04-29.