# asLody/VirtualApp

Virtual Engine for Android(Support 14.0 in business version)

Repository: https://github.com/asLody/VirtualApp
Canonical: https://ross.abutalabs.com/products/virtualapp
Language: Java
License Family: other
Topics: android, plugin, framework, plugin-manager
Last push: 2026-08-04T07:51:55+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 35, longevity 100
- inputs: {"age_days": 3710, "days_push": 29, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11070, forks 3038 (observed 2026-08-28T04:10:46.019765+00:00)

## What it is
VirtualApp is an Android virtualization/sandbox engine that lets apps run inside a host app without being installed on the system, acting as a lightweight 'Android virtual machine'. It works by proxying and intercepting all system service requests, IO redirection, and native-level hooks, and is distributed as a highly extensible SDK.

## Use cases
- run multiple instances of the same app on one Android phone
- clone WhatsApp or WeChat for dual accounts
- build an app sandbox for mobile security and data isolation
- develop plugin-based Android apps without installing them
- automate scripts inside a virtual app environment
- isolate work apps from personal apps on one device

## When to choose
- you need to run uninstalled APKs inside a host app on Android
- you're building an app-cloning or parallel-space product
- you need fine-grained control or hooking of app system calls on Android
- you require isolated environments for mobile security or enterprise data separation

## When to avoid
- you need a general-purpose VM or emulator for non-Android workloads
- your project requires long-term open-source support - the public code stopped updating in 2017 and active development is commercial-only
- you need a solution with a permissive or clearly defined license - this repo has no license file
- you only need simple app-level sandboxing without deep framework hooking

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, plugin-system, security, middleware
- domain: android-tools, security, mobile-development
- platform: jvm
- tags: virtualization, app-cloning, sandbox, hooking, app-multi-instance, android-framework, android, mobile

## Member repositories
- asLody/VirtualApp (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:46.019765+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:16:49.383208+00:00, confidence not recorded.
  - readme: https://github.com/asLody/VirtualApp (fetched 2026-08-28T04:10:46.019765+00:00, sha decbd5f9dd4f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
