OpenHarmony

OpenHarmony
OpenHarmonyLogo
OpenHarmony 3.2 default embedded development board terminal GUI
DeveloperVarious (OpenAtom Foundation, Huawei and others)
Written inC, C++, ArkTS, JS, Rust, Assembly language
OS familyLiteOS
Working stateCurrent
Source modelOpen source
Initial releaseSeptember 10, 2020; 3 years ago (2020-09-10)
Latest release4.1 / March 30, 2024; 17 days ago (2024-03-30)
Repositorygitee.com/openharmony
Marketing targetEmbedded systems, Internet of Things, Internet of vehicles, Edge computing, wireless routers, smartphones, tablet computers, smart TVs, smartwatches, smart speakers, personal computers, Laptops, mixed reality headsets, virtual reality headsets, wireless earbuds, wireless headphones, wearable devices, augmented reality headsets, smart printers, Interactive whiteboards, cars, smart homes, enterprise, industry, aerospace, Consumer electronics
Update methodOver-the-air
Package manager.app
PlatformsARM, RISC-V, x86, x64 and LoongArch[1]
Kernel typeMultikernel (Kernel subsystem) with Linux kernel, and LiteOS [LiteOS-A (OpenHarmony Lightweight Kernel) & LiteOS-M][2] and add-ons
UserlandSystem Service Layer[3]
Influenced byBarrelfish, Webinos, Android (EMUI), Openmoko Linux, Yocto Project, OpenEmbedded, Unix kernel, Minix, Linux, freeBSD, BSD, Unix-like, FreeRTOS, Apple OSes, Windows, macOS, LiteOS, HarmonyOS, openEuler
LicenseApache license
Preceded byLiteOS
Official websiteopenharmony.cn
Support status
Supported

OpenAtom OpenHarmony, or abbreviated as OpenHarmony (OHOS), is a family of open-source operating systems based on HarmonyOS derived from LiteOS, donated the L0-L2 branch source code by Huawei to the OpenAtom Foundation. Similar to HarmonyOS, the open-source distributed operating system is designed with a layered architecture, which consists of four layers from the bottom to the top, i.e., the kernel layer, system service layer, framework layer, and application layer.[4][5]

OpenHarmony supports various devices running a mini system such as printers, speakers, smartwatches and any other smart device with memory as small as 128 KB, or running a standard system with memory greater than 128 MB.[6]

The system contains the basic and some advanced capabilities of HarmonyOS.[7]

The operating system oriented for the IoT and Embedded devices market with diverse range of devices support from smartphones, tablets, smart TVs, smart watches, personal computers and other smart devices.[8]

History

The first version of OpenHarmony was launched by the OpenAtom Foundation on September 10, 2020, after receiving a donation of the open-source code from Huawei.[9]

The OpenHarmony 2.0 (Canary version) was launched in June 2021, supporting a variety of smart terminal devices.[9]

Based on its earlier version, OpenAtom Foundation launched OpenHarmony 3.0 on September 30, 2021, and brought substantial improvements over the past version to optimize the operating system.[10]

A release of OpenHarmony supporting devices with up to 4 GB RAM was made available in April 2021.[11]

OpenAtom Foundation added a UniProton kernel, a hardware-based real-time operating system, into its repo as part of the Kernel subsystem of the OpenHarmony operating system on August 10, 2022.[12]

Development

The primary IDE known as DevEco Studio to build OpenHarmony applications with OpenHarmony SDK full development kit that includes a comprehensive set of development tools, including a debugger, tester system via DevEco Testing, warehouse software libraries for software development, a embedded device emulator, previewer, documentation, sample code, and tutorials. Applications for OpenHarmony are mostly built using components of ArkUI, a Declarative User Interface framework. ArkUI elements are adaptable to various custom open-source hardware and industry hardware devices and include new interface rules with automatic updates along with HarmonyOS updates.[13]

Hardware development is developed using DevEco Studio via DevEco Device tool for building on OpenHarmony, also creating distros with operating system development with toolchains provided, including verification certification processes for the platform, as well as customising the operating system as an open source variant compared to original closed distro variant HarmonyOS that primarily focus on HarmonyOS Connect partners with Huawei.[14][15]

OpenHarmony Application Binary Interface (ABI) ensures compatibility across various OpenHarmony powered devices with diverse set of chipset instruction set platforms.[16]

HDC (OpenHarmony Device Connector) is a command-line tool tailored for developers working with OpenHarmony devices. The BM command tool component of HDC tool is used to facilitate debugging by developers. After entering in the HDC shell command, the BM tool can be utilised.[17][18]

Like HarmonyOS, OpenHarmony uses App Pack files suffixed with .app, also known as APP files on AppGallery and third party distribution application stores on OpenHarmony-based and non-OpenHarmony operating systems such as Linux-based Unity Operating System which is beneficial for interoperability and compatibility. Each App Pack has one or more HarmonyOS Ability Packages (HAP) containing code for their abilities, resources, libraries, and a JSON file with configuration information.[19]

While incorporating the OpenHarmony layer for running the APP files developed based on HarmonyOS APIs, the operating system utilizes the main Linux kernel for bigger memory devices, as well as the RTOS-based LiteOS kernel for smaller memory-constrained devices, as well as add-ons, custom kernels in distros in the Kernel Abstract Layer (KAL) subsystem that is not kernel dependent nor instruction set dependent. For webview applications, it incorporates ArkWeb browser engine as of API 11 release at system level for security replacing Chromium Embedded Framework nweb software engine that facilitated Blink-based Chromium in API 5.[20]

Unlike with open-source Android operating system with countless third-party dependency packages repeatedly built into the apps at a disadvantage when it comes to fragmentation. The OpenHarmony central warehouse with the Special Interest Group at OpenAtom governance provides commonly used third-party public warehouses for developers in the open-source environment which brings greater interoperability and compatibility with OpenHarmony-based operating systems. Apps does not require repeated built-in third-party dependencies, such as Chromium, Unity and Unreal Engine. This can greatly reduce the system ROM volume.[21]

Harmony Distributed File System (HMDFS) is a distributed file system designed for large-scale data storage and processing that is also used in openEuler. It is inspired by the Hadoop Distributed File System (HDFS). The file system suitable for scenarios where large-scale data storage and processing are essential, such as IoT applications, edge computing, and cloud services.[22] On Orange Pi OS (OHOS), the native file system shows LOCAL and shared_disk via OpenHarmony's Distributed File System (HMDFS) File path/root folder for the file system uses ">" instead of traditional "\" in Unix/Linux/Unix-like and "/" on Windows with its DLL (Dynamic-link library) system.

Access token manager is an essential component in OpenHarmony-based 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.[23]

OpenHarmony kernel abstract layer employs the musl libc library and native APIs, providing support for the Portable Operating System Interface (POSIX) for Linux syscalls within the Linux kernel side and LiteOS kernel that is the inherent part of the original LiteOS design in POSIX API compatibility.[24] Developers and vendors can create components and applications that work on the kernel based on POSIX standards.[25]

OpenHarmony NDK is a toolset that enables developers to incorporate C and C++ code into their applications. Specifically, in the case of OpenHarmony, the NDK serves as a bridge between the native world (C/C++) and the OpenHarmony ecosystem.[26]

This NAPI method is a vital importance of open source community of individual developers, companies and non-profit organisations of stakeholders in manufacturers creating third party libraries for interoperability and compatibility on the operating system native open source and commercial applications development from third party developers between southbound and northbound interface development of richer APIs, e.g. third party Node.js, Simple DirectMedia Layer, Qt framework, LLVM compiler, FFmpeg etc.[27][28][29][30][31][32][33][34]

Also, vendors built operating systems on top of OpenHarmony itself as well as OpenHarmony-based Oniro OS can build and integrate their new or existing custom kernels to their open and commercial distributions of software stack outside the two default kernels of the Multikernel architecture such as Huawei's HarmonyOS NEXT iteration of HarmonyOS as addons on OpenHarmony whether individual distros supports multiple custom kernels or one custom kernel or one from the default kernels chosen, providing vendors flexibility in its architecture design in the kernel abstract layer architecture abstracting differences preserving system layer functions from apps, DSoftBus localised device transmission functionalities to drivers.[35]

Timeline

  • September 10, 2020 – Initial release of OpenHarmony with support for devices with 128 KB – 128 MB RAM
  • April 2021 – OpenHarmony release with support for smartphones and other devices with 128 MB – 4 GB RAM
  • October 2021 – OpenHarmony release with support for additional devices with 4+ GB RAM[36]

Hardware

OpenHarmony can be deployed on various hardware devices of ARM, RISC-V and x86 architectures with memory volumes ranging from as small as 128 KB up to more than 1 MB. It supports hardware devices with three types of system as follows:[37]

  • Mini system – running on such devices as connection modules, sensors, and wearables, with memory equal to or larger than 128 KB and equipped with processors including ARM Cortex-M and 32-bit RISC-V.
  • Small system – running on such devices as IP cameras, routers, event data recorders, with memory equal to or larger than 1 MB and equipped with processors including ARM Cortex-A.
  • Standard system – running on devices with enhanced interaction, 3D GPU, rich animations and diverse components, with memory equal to or larger than 128 MB and equipped with processors including ARM Cortex-A.

Compatibility certification

To ensure OpenHarmony-based devices are compatible and interoperable in the ecosystem, the OpenAtom Foundation has set up product compatibility specifications, with a Compatibility Working Group to evaluate and certify the products that are compatible with OpenHarmony.[38][39]

The following two types of certifications were published for the partners supporting the compatibility work, with the right to use the OpenHarmony Compatibility Logo on their certified products, packaging, and marketing materials.[40]

  1. Development boards, modules, and software distributions
  2. Equipment

On April 25, 2022, 44 products have obtained the compatibility certificates, and more than 80 software and hardware products are in the process of evaluation for OpenHarmony compatibility.[41]

Software development

Since OpenHarmony was open source in September 2020 to December 2021, more than 1,200 developers and 40 organizations have participated in the open source project and contributed code. At present, OpenHarmony has developed to 4.x version.

Software version History
Version number Release date API level Main features
1.0 September 10, 2020 5 Support terminal devices with memory from 128KB to 128MB
1.1.0 long-term support version April 1, 2021 5 Add and upgrade subsystems to unify the artificial intelligence engine framework
2.0 Canary version June 1, 2021 6 Support smart terminal devices with more than 128MB of memory, and introduce the Linux kernel as the technical base
2.2 Beta version September 4, 2021 6 Possess typical distributed capabilities and media product development capabilities
3.0 long-term support version September 30, 2021 7 New features and functions for lightweight, small and standard systems
3.1 Beta version December 31, 2021 8-9 Enhance basic capabilities, system distribution capabilities, system application framework capabilities, and lightweight system capabilities, etc.

Support for rich 3D applications, with OpenGL, OpenGL ES and WebGL technologies.[42]

3.2 Beta version 1[43] May 31, 2022 8-9 Enhance the basic capabilities of lightweight and standard systems, the framework capabilities of standard system applications, and the application capabilities of standard systems
4.0 beta version 1 June 3, 2023 10 Improve the capabilities of the standard system and further improve the capabilities and effects of ArkUI components
4.0 release version October 26, 2023 10 A large number of ArkTS APIs have been added, and the scope of distributed hardware support has been expanded
4.1 beta 1 version December 31, 2023 11 New system capabilities by improving software architecture. Optimizations on ArkUI for component capabilities and effects. Enhancement on graphics window for dynamic effects and screen adaptation for different hardware. App framework improves extension capabilities, distributed soft bus connection, and more. Improvements to audio and camera frameworks on open-source code.[44]
  • Installation, update, and also uninstallation of driver programs with menu configs and query capabilities in the system.
  • Chromium version upgrades on CEF for OpenHarmony nweb software engine that takes advantage of Chromium web browser and Blink browser engine.[45]
4.1 release version March 30, 2024 11 4,000 APIs have been added to provide developers with rich app development capabilities, the open capabilities of application development are presented in the Kit dimension, providing developers with clearer logic and scenario-based perspectives, openness and dynamic capabilities of ArkUI components have been further enhanced, the web capabilities have been continuously supplemented, making it easier for developers to quickly build applications using Web capabilities, and distributed capabilities have further enhanced stability of networking.

Connection security, etc., media support for richer encoding, support for more refined broadcast control capabilities, etc. As well as ArkWeb browser engine featured on HarmonyOS NEXT, replaces OpenHarmony nweb software engine that takes advantage of Chromium web browser and Blink browser engine.

Core File Kit API enhanced Access token manager on OpenHarmony Distributed File System (HMDFS) as well as Local file system with Application files, user files and system files.

NFC provides HCE card emulation capabilities. Public Basic Class Library supports Thread Pools, "workers" within HSP and HAR modules of HAP apps.

[46][47][48][49][50]

Software distributions

OpenHarmony is the most active open source project hosted on the Gitee platform. As of September 2023, it has over 30 open-source software distributions compatible with OpenHarmony for various sectors such as education, finance, smart home, transportation, digital government and other industries.[51][52][53]

Midea IoT OS

Midea, a Chinese electrical appliance manufacturer launched Midea IoT operating system 1.0. An IoT centric operating system based on OpenHarmony 2.0 officially launched in October 2021. After, the company used HarmonyOS operating system with Huawei partnership for its smart devices compatibility since June 2, 2021 launch of HarmonyOS 2.0.[54][55][56][57]

OpenHarmony in Space

On January 6, 2022, OpenHarmony in Space (OHIS) by OHIS Working Group and Dalian University of Technology led by Yu Xiaozhou was reported to be a vital play in the future from a scientific and engineering point of view, expecting to open up opportunities for development in China's satellite systems, and surpass SpaceX’s Star Chain plan with the idea of micro-nano satellite technology.[58]

SwanLinkOS

Based on OpenHarmony, SwanLinkOS was released in June 2022 by Honghu Wanlian (Jiangsu) Technology Development, a subsidiary of iSoftStone, for the transportation industry. The operating system supports mainstream chipsets, such as Rockchip RK3399 and RK3568, and can be applied in transportation and shipping equipment for monitoring road conditions, big data analysis, maritime search and rescue.[59]

It was awarded the OpenHarmony Ecological Product Compatibility Certificate by the OpenAtom Foundation.[60]

ArcherMind HongZOS

On November 7, 2022, ArcherMind Cooperation that deals with operating systems, interconnection solutions, smart innovations, and R&D aspects launched the HongZOS system that supports OpenHarmony and HiSilicon chips, solution mainly focuses on AIoT in industrial sectors.[61]

Orange Pi OS (OHOS)

On November 28, 2022, Orange Pi launched the Orange Pi OS based on the open-source OpenHarmony version.[62] In October 2023, they released the Orange Pi 3B board with the Orange Pi OHOS version for hobbyists and developers based on the OpenHarmony 4.0 Beta1 version.[63][64][65]

RobanTrust OS

On December 23, 2022, the integrated software and hardware solution together with the self-developed hardware products of Youbo Terminal runs RobanTrust OS, based on OpenHarmony that was launched as version 1.0 with 3.1.1 compatibility release.[66]

USmartOS

On April 15, 2023, Tongxin Software became OpenAtom's OpenHarmony Ecological Partner.[67] An intelligent terminal operating system for enterprises in China by Tongxin Software was passed for compatibility certification on June 7, 2023. Tongxin intelligent terminal operating system supports ARM, X86, and other architectures that is supported. Tongxin has established cooperative relations with major domestic mobile chip manufacturers and has completed adaptations using the Linux kernel. Together with the desktop operating system and the server operating system, it constitutes the Tongxin operating system family.[68]

PolyOS Mobile

PolyOS Mobile is an AI IoT open-source operating system tailored for RISC-V intelligent terminal devices by the PolyOS Project based on OpenHarmony, which was released on August 30, 2023, and is available for QEMU virtualisation on Windows 10 and 11 desktop machines.[69]

LightBeeOS

LightBeeOS launched on September 28, 2023, is an OpenHarmony-based distro that supports financial level security, with distribution bus by Shenzhen Zhengtong Company used for industrial public banking solutions of systems, tested on ATM machines with UnionPay in Chinese domestic market. The operating system has been launched with OpenHarmony 3.2 support and up.[70]

KaihongOS

On January 14, 2023, Red Flag smart supercharger, first launched on OpenHarmony-based KaihongOS with OpenHarmony 3.1 support that supports the distributed soft bus that allows interconnection with other electronic devices and electrical facilities.[71] On January 17, 2023, an electronic class card with 21.5-inch screen developed by Chinasoft and New Cape Electronics.[72] On November 17, 2023, Kaihong Technology and Leju Robot collaborated to release the world's first humanoid robot powered by the open-source OpenHarmony distro KaihongOS with Rockchip SoC hardware using RTOS kernel technology for industrial robotic machines with predictable response times in determinism.[73]

Oniro OS

Oniro OS
DeveloperVarious (Eclipse Foundation, Huawei, Linaro and others)
Written inArkTS, Rust, JS, C, C++, Assembly language
OS familyOpenHarmony
Working stateIn Development
Source modelOpen source
Initial releaseOctober 26, 2021; 2 years ago (2021-10-26)
Latest release4.0 / December 6, 2023; 4 months ago (2023-12-06)
Repositorygithub.com/eclipse-oniro4openharmony
Marketing targetEmbedded systems, Internet of Things, Internet of vehicles, Edge computing, wireless routers, smartphones, tablet computers, smart TVs, smartwatches, smart speakers, personal computers, Laptops, mixed reality headsets, virtual reality headsets, wireless earbuds, wireless headphones, wearable devices, augmented reality headsets, smart printers, Interactive whiteboards, cars, smart homes, enterprise, industry, aerospace, Consumer electronics
Update methodOver-the-air
Package manager.app
PlatformsARM, RISC-V, x86, x64 and LoongArch[74]
Kernel typeMultikernel (Kernel subsystem) with Yocto Linux kernel, RTOS Zephyr kernel, FreeRTOS and LiteOS [LiteOS-A (OpenHarmony Lightweight Kernel) & LiteOS-M], add-ons[75] and add-ons
UserlandSystem Service Layer[76]
Influenced byBarrelfish, Webinos, Openmoko Linux, Yocto Project, OpenEmbedded, Linux, freeBSD, BSD, Unix-like, HarmonyOS, openEuler
LicenseEclipse Public License, Apache License
Official websiteoniroproject.org
Support status
Supported

On September 28, 2021, the Eclipse Foundation and the OpenAtom Foundation announced their intention to form a partnership to collaborate on OpenHarmony European distro which is a global family of operating systems under it and a family of the OpenHarmony operating system.[77]

Oniro OS, also known as Eclipse Oniro Core Platform, is a distributed operating system for AIoT embedded systems launched on October 26, 2021, as Oniro OS 1.0, which is implemented to be compatible with HarmonyOS based on OpenHarmony L0-L2 branch source code, was later launched by the Eclipse Foundation for the global market with the founding members including Huawei, Linaro and Seco among others joined later on. Oniro is designed on the basis of open source and aims to be transparent, vendor-neutral, and independent system in the era of IoT with globalisation and localisation strategies resolving a fragmentated IoT and Embedded devices market.[78][79]

The operating system features a Yocto system of Linux kernel.[80] The goal is to increase the distro with partners that create their own OpenHarmony-Oniro compatible distros that increase interoperability which reduces fragmentation of diverse platforms with diverse set of hardwares with enhancements from derived project back to original project in Upstream development. It is also used for Downstream development by Huawei for commercial use on in-house custom HarmonyOS NEXT stack of HarmonyOS in global and western markets for compatibility and interoperability with connected IoT systems as well as custom third-party support on-device AI features on custom frameworks such as Tensorflow, CUDA and others, alongside native Huawei MindSpore solutions.[81][82][83]

Development tools

Rust in framework alongside project IP pipeline and profiling, React Native and Kanto in Applications development system on top of OpenHarmony, Servo and Linaro tools in system services, Matter opеn-sourcе, royalty-frее connеctivity standard that aims to unify smart homе dеvicеs and incrеasе thеir compatibility with various platforms and OSGi in driver subsystem, IoTex in swappable kernel development, and Eclipse Theia in integrated development environment to build Oniro OS apps that has interoperability with OpenHarmony based operating systems. Data can be transmitted directly rather than being shared via cloud online, enabling low latency architectures in more secure methods and privacy functions suitable for AIoT and smart home devices integration.[84][85]

In September 2023, Open Mobile Hub (OMH) led by Linux Foundation was formed, as an open-source platform ecosystem that aims to simplify and enhance the development of mobile applications for various platforms, including iOS, Android, and OpenHarmony based Oniro OS alongside, HarmonyOS (NEXT) with greater cross platform and open interoperability in mobile with OMH plugins such as Google APIs, Google Drive, OpenStreetMap alongside Bing Maps, Mapbox, Microsoft, Facebook, Dropbox, LinkedIn, X and more. Open Mobile Hub platform aims to provide a set of tools and resources to streamline your mobile app development process.[86]

Upstream and Downstream Software Releases

Oniro project, focus on horizontal platform. Embedded OS with Yocto system, Linux kernel, Zephyr, IP toolchain, maintenance, OTA, blueprints and OpenHarmony. Oniro OS 2.0 was released in 2022 and Oniro OS 3.0 based on OpenHarmony 3.2 LTS in October 2023, alongside latest 4.0 version as of December 6, 2023 on the main branch.[87][88][89]

Software version History
OpenHarmony version Version number Release date API level Main features
3.0 LTS 1.0 September 28, 2021 7 New features and functions for lightweight, small and standard systems
3.1 2.0 2022 8-9 Enhance basic capabilities, system distribution capabilities, system application framework capabilities, and lightweight system capabilities, etc.
3.2 LTS 3.0 October 2023 9 Enhance the basic capabilities of lightweight and standard systems, the framework capabilities of standard system applications, and the application capabilities of standard systems
4.0 4.0 December 6, 2023 10 A large number of ArkTS APIs have been added, and the scope of distributed hardware support has been expanded. React Native Ported.

HarmonyOS NEXT

HarmonyOS NEXT Architecture

Huawei officially announced the commercial proprietary HarmonyOS NEXT, microkernel-based core distributed operating system for HarmonyOS at Huawei Developer Conference 2023 (HDC) on August 4, 2023, which supports only native APP apps via Ark Compiler with Huawei Mobile Services (HMS) Core support. Based on modified OpenHarmony and Oniro OS. HarmonyOS NEXT has the HarmonyOS microkernel at its core and it has no apk compatibility support.[90]

In the long term, as the company builds up the software root in downstream development for both domestic Chinese and global markets, the closed HarmonyOS NEXT customised L0-L2 full branch source code of the OpenHarmony operating system is aimed to replace the current closed-source L3-L5 branch since OpenHarmony 2.2 fork branch with 8GB worth of code up to 4.x with 60% codebase designed with a dual-frame architecture that is compatible with Android with EMUI userland in the multikernel architecture of HarmonyOS from current Linux kernel on phones and tablets, cars, TVs and advanced wearables, alongside lightweight LiteOS kernel on basic wearables and various IoT smart devices. On the same day at HDC 2023, the developer preview version of HarmonyOS NEXT was opened for cooperating enterprise developers to build and test native mobile apps. It will be open to all developers in the first quarter of 2024 according to the official announcement.[91][92][93]

On 18 January 2024, Huawei announced HarmonyOS NEXT Galaxy stable rollout will begin in Q4 2024 based on OpenHarmony 5.0 (API 12) version after OpenHarmony 4.1 (API 11) based Q2 Developer Beta after release of public developer access of HarmonyOS NEXT Developer Preview 1 that has been in the hands of closed cooperative developers partners since August 2023 debut. The new system of HarmonyOS 5 version will replace current HarmonyOS system for commercial Huawei consumer devices that can only run native HarmonyOS apps built for HarmonyOS and OpenHarmony as well as localsation using Oniro OS for downstream development at global level.[94]

Relationship with OpenEuler

In terms of architecture, OpenHarmony alongside HarmonyOS has close relationship with server-based Multikernel operating system OpenEuler, which is a community edition of EulerOS, as they have implemented the sharing of kernel technology as revealed by Deng Taihua, President of Huawei's Computing Product Line.[95] The sharing is reportedly to be strengthened in the future in the areas of the distributed software bus, system security, device driver framework and new programming language.[96]

Harmony Distributed File System (HMDFS) is a distributed file system designed for large-scale data storage and processing that is also used in openEuler server operating system.

See also

References

  1. ^ "OpenHarmony 3.0 successfully adapted Loongson 1C300B chip". Huawei Update. 15 December 2021. Retrieved December 15, 2021.
  2. ^ "Application Fundamentals". Retrieved 2023-08-06.
  3. ^ "HMOS Architecture". Medium. Application Library Engineering Group. 5 April 2021. Retrieved April 5, 2021.
  4. ^ "en/OpenHarmony-Overview.md · OpenHarmony/docs". Gitee (in Chinese (China)). Retrieved 2022-07-13.
  5. ^ Li, Deng (2021-05-18). "OpenHarmony 2.0 L2 branch is open source, has pure HarmonyOS app code and not Android's". Huawei Central. Retrieved 2024-04-12.
  6. ^ "OpenHarmony Project".
  7. ^ "Developers Taking Off AOSP And Show OpenHarmony Pure Version Of System | SPARROWS NEWS". sparrowsnews.com. 2021-06-04. Retrieved 2022-07-13.
  8. ^ Chen, Jingda; Zhuang, Hanyang; Yang, Ming (2024). "A Distributed Vehicle-Infrastructure Cooperation System Based on OpenHarmony". In Sun, Fuchun; Li, Jianmin (eds.). Cognitive Computation and Systems. Communications in Computer and Information Science. Vol. 2029. Singapore: Springer Nature. pp. 258–271. doi:10.1007/978-981-97-0885-7_22. ISBN 978-981-97-0885-7.
  9. ^ a b "Huawei launches Harmony Mine Operating System". Gizchina.com. 2021-09-15. Retrieved 2022-07-13.
  10. ^ Team, RPRNA (2021-10-04). "OpenHarmony is now available on GitHub platform". RPRNA. Retrieved 2022-07-13.
  11. ^ "Harmony OS". LinuxReviews. Retrieved 2022-07-13.
  12. ^ "开源鸿蒙 OpenHarmony 新增 UniProton 内核,华为正申请商标 - IT之家". www.ithome.com. Retrieved 2023-08-06.
  13. ^ "ArkUI". Huawei.
  14. ^ segmentfault.com https://segmentfault.com/a/1190000041955600/en. Retrieved 2024-04-12. {{cite web}}: Missing or empty |title= (help)
  15. ^ "ASPLOS'24 tutorial". openharmonyos.org. Retrieved 2024-04-12.
  16. ^ "OpenAtom OpenHarmony". docs.openharmony.cn. Retrieved 2024-04-15.
  17. ^ "bm tool command component". Gitee. OpenAtom OpenHarmony. Retrieved 13 April 2024.
  18. ^ "HDC-OpenHarmony Device Connector". GitHub. OpenAtom OpenHarmony. Retrieved 14 April 2024.
  19. ^ "Document – Application Fundamentals". developer.harmonyos.com. Retrieved 2021-06-22.
  20. ^ Marek, Jaroslaw (29 January 2024). "Oniro: A Versatile, Vendor Neutral Operating System Platform for Smart Devices". Eclipse Foundation. Retrieved 11 February 2024.
  21. ^ "Eclipse Foundation and OpenAtom Foundation Forge a Strategic Initiative Focused on OpenHarmony OS". Eclipse Foundation. 28 September 2021. Retrieved 13 February 2024.
  22. ^ "OpenHarmony Project". GitHub. OpenAtom OpenHarmony. Retrieved 13 March 2024.
  23. ^ "Access Control Overview". GitHub. OpenAtom OpenHarmony. Retrieved 13 March 2024.
  24. ^ "LiteOS Cortex-A". GitHub. OpenAtom OpenHarmony. Retrieved 13 March 2024.
  25. ^ "POSIX Support". GitHub. OpenAtom OpenHarmony. Retrieved 13 March 2024.
  26. ^ "OpenAtom OpenHarmony". docs.openharmony.cn. Retrieved 2024-04-15.
  27. ^ "OpenHarmony之NAPI框架介绍 - 掘金". juejin.cn. Retrieved 2024-04-05.
  28. ^ Harmony, Living In (2024-04-05). "Introduction to the NAPI framework for OpenHarmony". Living In Harmony. Retrieved 2024-04-05.
  29. ^ Harmony, Living In (2024-04-05). "How to contribute to a C/C++ third-party library on OpenHarmony". Living In Harmony. Retrieved 2024-04-05.
  30. ^ Harmony, Living In (2024-04-01). "NAPI development for third-party library porting C/C++ and JS data type conversion". Living In Harmony. Retrieved 2024-04-05.
  31. ^ "HarmonyOS-TPC/FFmpeg". Gitee (in Chinese (China)). Retrieved 2024-04-05.
  32. ^ "OpenHarmony-SIG/qt". Gitee (in Chinese (China)). Retrieved 2024-04-05.
  33. ^ "[OpenHarmony application development] How to publish third-party application libraries on Gitee – SyntaxBug". Retrieved 2024-04-05.
  34. ^ "OpenHarmony/third_party_llvm-project". Gitee (in Chinese (China)). Retrieved 2024-04-05.
  35. ^ "Building on OpenHarmony: Navigating its Architecture and App Development Framework". Hackernoon.com. EScholar: Electronic Academic Papers for Scholars. Retrieved 21 March 2024.
  36. ^ "Harmony OS". LinuxReviews. Retrieved September 10, 2020.
  37. ^ "en/OpenHarmony-Overview.md · OpenHarmony/docs". Gitee (in Chinese (China)). Retrieved 2022-07-14.
  38. ^ Sarkar, Amy (2022-04-13). "OpenHarmony compatibility platform is updated with new capabilities". Huawei Central. Retrieved 2022-07-13.
  39. ^ "OpenHarmony Product Compatibility Specification Document Version 3.0 Officially Released".
  40. ^ Sarkar, Amy (2022-03-16). "Huawei certified OpenHarmony products to grow device ecosystem". Huawei Central. Retrieved 2022-07-13.
  41. ^ "80+ products are passing the compatibility test, and the OpenHarmony ecosystem is flourishing". SegmentFault 思否 (in Chinese (China)). Retrieved 2022-07-13.
  42. ^ Yanik, Yigit Emre (May 14, 2022). "OpenHarmony: The new open source operating system from HUAWEI". Xiaomiui. Retrieved April 16, 2024.{{cite web}}: CS1 maint: url-status (link)
  43. ^ "OpenHarmony 3.2 Beta1版本正式发布-开源基础软件社区-51CTO.COM". ost.51cto.com. Archived from the original on 2022-07-17. Retrieved 2022-07-17.
  44. ^ Li, Deng (January 2024). "Open source HarmonyOS 4.1 release beta 1 with API 11 interfaces". HC Newsroom. Retrieved 29 January 2024.
  45. ^ "OpenHarmony 4.1 Beta1 Unleashes Cutting-Edge Features and API Advancements". technology.followthistrendingworld.com. FTT World. Retrieved 3 February 2024.
  46. ^ "zh-cn/release-notes/OpenHarmony-v4.1-release.md · OpenHarmony/docs". Gitee (in Chinese (China)). Retrieved 2024-03-31.
  47. ^ Matsui, Emiko (2024-04-01). "OpenHarmony 4.1 release version is out with new features and improvements". Huawei Central. Retrieved 2024-04-01.
  48. ^ "OpenAtom OpenHarmony". docs.openharmony.cn. Retrieved 2024-04-14.
  49. ^ Jason, Will (14 April 2024). "Huawei built it's own in-house browser engine for it's new upcoming HarmonyOS NEXT operating system and open sourced it". HarmonyOSHub. Retrieved 14 April 2024.{{cite web}}: CS1 maint: url-status (link)
  50. ^ Bates, Kryzt (2024-04-01). "OpenHarmony 4.1 Release now available with over 4,000 new APIs". GAMINGDEPUTY. Retrieved 2024-04-16.
  51. ^ "OpenHarmony行业创新展区亮相华为开发者大会2022,生态成果引人瞩目_中华网". m.tech.china.com. Retrieved 2022-11-30.
  52. ^ "华为首提共建"鸿蒙世界",开源鸿蒙如何聚合生态之力?". m.mp.oeeee.com. Retrieved 2022-11-30.
  53. ^ Mishra, Yash (2023-09-22). "Huawei will only sell advanced products: Ren Zhengfei". Huawei Central. Retrieved 2023-12-24.
  54. ^ Sarkar, Amy (14 October 2021). "First third party IoT operating system launched based on OpenHarmony". HC Newsroom. Retrieved 29 February 2024.
  55. ^ Amit (14 October 2021). "Based on OpenHarmony2.0 IoT operating system 1.0 released". Huawei Update. Retrieved 29 February 2024.
  56. ^ Quanlin, Qiu. "Midea unveils IoT operating system backed by Huawei". ChinaDaily.com.cn. Retrieved 29 February 2024.
  57. ^ Zhen, Wang. "Midea Is Already Using Huawei's Mobile OS on Its Smart Home Devices". YiCai Global. Retrieved 29 February 2024.
  58. ^ Sarkar, Amy (12 January 2022). "Huawei HarmonyOS to be used in space technologies this year: Huge". Huawei Central. Retrieved January 12, 2022.
  59. ^ Li, Deng (21 June 2022). "SwanLinkOS based on Huawei HarmonyOS launched". Huawei Central. Retrieved June 21, 2022.
  60. ^ "Ecosystem prosperity ▏iSoftStone receives OpenHarmony Compatibility Certification".
  61. ^ Mishra, Yash (7 November 2022). "New ArcherMind HongZOS supports OpenHarmony and HiSilicon chips". HC Newsroom. Retrieved 15 March 2024.
  62. ^ Li, Deng (2022-11-28). "Orange Pi OS launched, based on Huawei HarmonyOS". Huawei Central. Retrieved 2023-12-22.
  63. ^ PBX (2023-10-25). "Orange Pi is developing the customized OS based on Huawei HarmonyOS". PBX Science. Retrieved 2023-12-22.
  64. ^ Horsey, Julian (2023-09-18). "Orange Pi 3B M.2 ARM single board computer hands-on". Geeky Gadgets. Retrieved 2023-12-22.
  65. ^ Lopez, James (2022-11-27). "Orange Pi OS (OH) system to be launched, based on open source OpenHarmony". TechGoing. Retrieved 2023-12-22.
  66. ^ Li, Deng (23 December 2022). "RobanTrust OS passes OpenHarmony compatibility test". HC Newsroom. Retrieved 15 March 2024.
  67. ^ "Tongxin Software Becomes Huawei's OpenHarmony Ecological Partner". iNEWS. 22 December 2023.
  68. ^ "Tongxin intelligent terminal operating system V20 passed the OpenHarmony compatibility certification". iMedia. 22 December 2023.
  69. ^ "在电脑上运行开源鸿蒙 OpenHarmony 系统". 知乎专栏 (in Chinese). Retrieved 2023-12-24.
  70. ^ "A Variety Of Industry Terminals Of SZZT Passed The Compatibility Assessment Of Version 3.2 And Demonstrated The Innovative New Applications Of OpenHarmony Industry". SZZT. Retrieved 15 March 2024.
  71. ^ Li, Deng (14 January 2023). "Red Flag smart supercharger gets OpenHarmony compatibility". HC Newsroom. Retrieved 15 March 2024.
  72. ^ Li, Deng (17 January 2023). "OpenHarmony now supports electronic class card with 21.5-inch screen". HC Newsroom. Retrieved 15 March 2024.
  73. ^ "The First Robot On HarmonyOS. Aelos Humanoid Robot Based On Rockchip SoC Introduced - Gadget Tendency". 2023-11-18. Retrieved 2023-12-22.
  74. ^ "OpenHarmony 3.0 successfully adapted Loongson 1C300B chip". Huawei Update. 15 December 2021. Retrieved December 15, 2021.
  75. ^ "Application Fundamentals". Retrieved 2023-08-06.
  76. ^ "HMOS Architecture". Medium. Application Library Engineering Group. 5 April 2021. Retrieved April 5, 2021.
  77. ^ Canada, Eclipse Foundation (2021-09-28). "Eclipse Foundation and OpenAtom Foundation Forge a Strategic Initiative Focused on OpenHarmony OS". GlobeNewswire News Room (Press release). Retrieved 2022-07-13.
  78. ^ Sarkar, Amy (2021-11-04). "Oniro OS: Everything you need to know". Huawei Central. Retrieved 2022-07-13.
  79. ^ Delgado, Maria Teresa (2022-01-12). "Eclipse Oniro Core Platform". projects.eclipse.org. Retrieved 2024-04-02.
  80. ^ Aufranc (CNXSoft), Jean-Luc (2022-01-28). "The Eclipse Oniro Project aims to deliver consumer & IoT software that works across multiple platforms - CNX Software". CNX Software - Embedded Systems News. Retrieved 2024-04-01.
  81. ^ Sarkar, Amy (4 November 2021). "Oniro OS: Everything you need to know". HC Newsroom. Retrieved 20 January 2024.
  82. ^ "What is this OpenHarmony-based operating system, Oniro OS led by Europe". Substack. LivingInHarmony Blog. 25 February 2024. Retrieved 25 February 2024.
  83. ^ Marek, Jaroslaw (29 January 2024). "Oniro: A Versatile, Vendor Neutral Operating System Platform for Smart Devices". Eclipse Foundation. Retrieved 29 February 2024.
  84. ^ Sarkar, Amy (2021-11-04). "Oniro OS: Everything you need to know". Huawei Central. Retrieved 2024-04-08.
  85. ^ Sarkar, Amy (2023-11-23). "OpenAtom and Eclipse Foundation signs cooperation for Oniro software". Huawei Central. Retrieved 2024-04-08.
  86. ^ "OMH Benefits". www.openmobilehub.com. Retrieved 2024-04-08.
  87. ^ Schmidt, Stefan. "OpenHarmony Downstream / Upstream relationship". GitHub. Eclipse Foundation. Retrieved 25 February 2024.
  88. ^ Schmidt, Stefan. "Update default branch for manifest repo #5". GitHub. Eclipse Foundation. Retrieved 25 February 2024.
  89. ^ "Bringing Graphical Applications to Oniro on the Example of React Native". YouTube. Eclipse Foundation. Retrieved 5 March 2024.
  90. ^ Cañete, Patrick (2023-08-10). "HarmonyOS NEXT is a standalone HUAWEI OS without Android apps". NoypiGeeks. Retrieved 2023-08-11.
  91. ^ Sarkar, Amy (5 June 2021). "Here's why Huawei HarmonyOS still supports Android applications". HC Newsroom. Retrieved 10 March 2024.
  92. ^ Amit (22 May 2021). "HarmonyOS source code size is just 8GB, AOSP (Android) exceeds 60GB". Huawei Update. Retrieved 10 March 2024.
  93. ^ Sarkar, Amy (17 May 2021). "300 million devices will be powered HarmonyOS operating system in 2021, reiterates Huawei". HC Newsroom. Retrieved 10 March 2024.
  94. ^ Matsui, Emiko (18 January 2024). "HarmonyOS NEXT Galaxy stable rollout will begin in Q4 2024". HC Newsroom. Retrieved 18 January 2024.
  95. ^ "华为公布欧拉系统细节:已与鸿蒙内核共享". 快科技. Retrieved 2023-10-10.
  96. ^ Sarkar, Amy (9 November 2021). "HarmonyOS and OpenEuler has shared operating system kernel: Huawei". Huawei Central. Retrieved November 9, 2021.

External links

  • Official website
Retrieved from "https://en.wikipedia.org/w/index.php?title=OpenHarmony&oldid=1219196909"