Google Releases LiteRT.js: A JavaScript Binding of LiteRT That Runs .tflite Models in Browsers via WebGPU
Google just shipped LiteRT.js. Now ML models run natively in browsers at 3–60x faster.

Why it matters
LiteRT.js enables on-device inference at scale in web applications, reducing server dependency and latency for real-time ML features. This shifts the cost and complexity of model deployment from backend to client-side infrastructure.
The key facts
7 to knowReleased July 9, 2026
JavaScript binding of LiteRT for browser execution of .tflite models
Up to 3x performance gains over competing web runtimes
5–60x speedup for GPU/NPU vs CPU inference path
WebAssembly + XNNPACK (CPU), WebGPU (GPU), experimental WebNN (NPU) support
Manual tensor memory management required
Enables on-device ML inference without server calls
Go to the source
MarkTechPostmarktechpost.com
Publisher excerpt: Google released LiteRT.js on July 9, 2026. It is a JavaScript binding of LiteRT, Google's on-device inference library. The runtime executes .tflite models directly in the browser through WebAssembly, with XNNPACK on CPU, ML Drift over WebGPU, and experimental WebNN for NPUs. Google reports up to 3x…