LiquidPlayer/LiquidCore
Node.js virtual machine for Android and iOS observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3649
- days_rel: n/a
- days_push: 1336
- n_releases_24m: 0
Adoption not part of the score
1035 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LiquidCore embeds a full Node.js virtual machine inside Android and iOS apps, complete with a virtual file system. It also lets Android developers execute raw JavaScript, similar to how iOS uses JavaScriptCore natively.
Use cases
- run node.js inside an android app
- embed a javascript runtime in an ios app
- execute javascript code from native mobile code
- run node.js services on mobile devices
- share javascript business logic between android and ios
When to choose
- you need full node.js APIs and npm modules inside a mobile app
- you want to run the same JavaScript service code on Android and iOS
- you need a scriptable plugin runtime embedded in a native mobile app
When to avoid
- you only need lightweight JavaScript evaluation on iOS (use JavaScriptCore natively)
- you are building a pure JavaScript app with React Native or similar
- you need an actively developed project with recent releases
Facets
library · maturity maintenance
interpreter sdk developer-tools mobile-development developer-tools cross-platform nodejs-virtual-machine javascript-engine v8 javascriptcore mobile-runtime virtual-file-system android ios nodejs javascript
1 source
- readme: https://github.com/LiquidPlayer/LiquidCore · fetched 2026-08-28 · 6641aaec9af6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LiquidPlayer/LiquidCore | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="LiquidPlayer/LiquidCore")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem