~/systems
system·project·render: lazy

MILF Consumer Node (WAMR)

A sandboxed mobile edge runtime transforming Android devices into high-performance WASM compute nodes.

status: activediagrams: mermaidgraphs: react-flowconsole: 3-panel
loading graph
less overview.md
md

The MILF Consumer Node is the edge compute engine of the MILF platform.

It runs directly on consumer mobile devices, utilizing a 3-Tier Architecture (Flutter UI Policy → Kotlin Android Service → Sandboxed C++ WAMR Engine) to execute WebAssembly binaries dispatches over WebSockets with < 5ms cold starts.

Security and system stability are enforced at every layer: untrusted WASM bytecode runs inside an Android isolatedProcess sandbox with 512MB memory caps, kernel Seccomp syscall filters, and real-time CPU thermal protection.

cat 3-tier_node_architecture_&_security_boundary
mermaid
High-level architecture spanning Flutter Dart UI, Kotlin JNI service, and C++ WAMR sandbox.
loading diagram