Analysis updated 2026-06-21
Build an Android and iOS app from a single shared UI codebase without writing platform-specific code
Add a web-compatible version of an existing mobile app without rewriting the UI
Embed Weex's C++ rendering core into a custom mobile application
| alibaba/weex | tencent/mmkv | facebook/hhvm | |
|---|---|---|---|
| Stars | 18,527 | 18,578 | 18,626 |
| Language | C++ | C++ | C++ |
| Setup difficulty | hard | easy | hard |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires separate build steps for the C++ core, Android SDK, and iOS packages, each with its own toolchain.
Weex is a framework for building mobile applications that run on Android, iOS, and the web from a single shared codebase. The idea is that a developer writes the UI once and Weex renders it natively on each platform, rather than showing a web view inside the app. The readme is minimal. It notes support for Android 4.1 and above, iOS 9.0 and above, and WebKit 534.30 and above. It links to a separate document for build instructions and points to the Apache 2.0 license. The project was originally developed by Alibaba and incubated under the Apache Software Foundation. The repository itself contains primarily the C++ core and Android SDK, with iOS and web packages linked externally.
Weex lets you write a mobile app UI once in a shared codebase and have it run natively on Android, iOS, and in a browser, no web views needed.
Mainly C++. The stack also includes C++, Android SDK, iOS.
Use freely for any purpose, including commercial use, as long as you keep the Apache 2.0 copyright and license notices.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.