LiteRT.js, Google's high performance Web AI Inference
By Dillip Chowdary • Jul 21, 2026 • Source: Google Developers Blog
In a post published on the **Google Developers Blog**, **Google** announced **LiteRT.js**, introducing the newest member of the **LiteRT** family. This tool extends **Google**'s cross-platform edge AI runtime directly to the browser, enabling machine learning models to run on client-side web platforms.
Built specifically for **JavaScript** developers, **LiteRT.js** handles model inference by utilizing **WebGPU** and upcoming **WebNN** interfaces for hardware-accelerated processing. For environments lacking specialized hardware access, the system features a fallback mechanism to **WebAssembly** for **CPU** execution.
Advertisement
Tech Pulse Daily
Get tomorrow's pulse first
Join engineers who read Tech Pulse before stand-up. Free, weekday mornings.
This architecture provides software engineers with a native solution for executing machine learning workloads directly in web applications. By offering **JavaScript** integration paired with **WebGPU**, **WebNN**, and **WebAssembly** CPU fallback, builders can deploy browser-based ML models without server-side processing overhead.
Within the broader market landscape, **LiteRT.js** serves as the web expansion of **Google**'s **LiteRT** cross-platform edge AI runtime ecosystem. Bringing this framework into web browsers aligns client-side web runtime capabilities with existing cross-platform edge AI infrastructure.
Engineers can adopt **LiteRT.js** to implement client-side machine learning inference leveraging **WebGPU** performance and **WebAssembly** fallback options. Primary developments to monitor include the official availability and integration of upcoming **WebNN** support within the **LiteRT.js** runtime.
Advertisement