Webml-community runs three Qwen3.5 models locally in browsers with WebGPU
Webml-community's demo runs Alibaba's 0.8B, 2B and 4B multimodal models locally through Transformers.js and WebGPU, with no cloud API required.
By RuntimeWire Staff ยท Published
Primary source: Qwen / Alibaba
Why it matters
The webml-community demo turns downloadable Qwen weights into a local browser application, showing how runtimes and deployment tooling influence which open models developers can test and use without a cloud API.

Qwen3.5 Small shipped on March 2, 2026, according to Qwen's Qwen3.5 release announcement. A WebGPU demo now shows how its 0.8B, 2B and 4B models can run locally in a browser. The demo is maintained by webml-community and was highlighted by Joshua Lochner (@xenovacom), the Hugging Face engineer associated with Transformers.js. The browser demonstration is a separate deployment project from Alibaba's Qwen3.5 release announcement.
Joshua Lochner's Qwen3.5 browser demonstration on X
The Qwen3.5 WebGPU demo gives Alibaba's five-and-a-half-month-old small-model family a straightforward deployment path: open a webpage, choose a model, attach an image if needed and start a conversation. The inference runs inside the browser without a cloud API, according to the demo, and chats remain on the user's device.
The demo turns Qwen3.5 Small's downloadable weights into a browser-based test. Transformers.js provides the JavaScript runtime layer, while WebGPU puts compatible models on a user's own graphics hardware. That lowers the barrier between finding a model and trying it without setting up a server or paying for inference.
RuntimeWire's August 17 Qwen3.8 report covered newly released model weights and license terms. This demo concerns a separate deployment path for an older model family: webml-community packages three Qwen3.5 Small models for local browser inference through Transformers.js and WebGPU.
A browser is the deployment target
The demo offers Qwen3.5 models at 0.8B, 2B and 4B parameters. Users can submit text or images, and the models support reasoning-oriented tasks.
Those details make the demo more consequential than a hosted chatbot skin. Local inference can keep private inputs off an external API, remove per-request charges and continue without a permanent connection after the required files have been downloaded. It also shifts the compute expense from a model provider to the user's hardware, which can appeal to application developers serving frequent, narrowly defined tasks.
The browser demo has a clear boundary. Alibaba released four Qwen3.5 Small models on March 2, 2026: 0.8B, 2B, 4B and 9B. The webml-community interface stops at 4B. It does not state a minimum memory configuration, provide generation speeds across different laptops or promise that every WebGPU-capable device will deliver the same experience.
The omission of the 9B version is instructive. Model weights can be downloadable while still being inconvenient for a browser tab. The local-model market is increasingly decided by the complete deployment path: quantization, runtime support, memory use, kernel performance and a usable interface. Parameter count alone tells developers little about whether a model will fit comfortably into an actual product.
The Transformers.js repository supports language, vision, audio and other model classes without requiring a server. For Qwen, that work turns downloadable weights into something a developer can test before opening a terminal.
The frontier claim needs a machine attached
Alibaba's post repeats a frontier-performance claim without identifying the model, laptop hardware or benchmark behind it. The browser demo supports the narrower claim that the smaller models can run locally through WebGPU.
Alibaba's Qwen3.5-9B model card publishes company-run benchmark comparisons covering knowledge, coding, reasoning, long-context and agent tasks. It also lists a native 262,144-token context window, multimodal inputs and an Apache 2.0 license. Those specifications describe an unusually broad model for its size, though they do not establish the performance of the browser configuration on consumer hardware.
The distinction matters because the interface packages optimized versions of the smaller models for browser inference. Browser runtime, numerical precision, available memory and GPU implementation can all affect speed and output. A live demo proves that the software stack works. It does not turn Alibaba's broad frontier comparison into an independently reproduced result.
That leaves a useful, narrower claim: Qwen3.5 Small can provide local multimodal chat through a browser interface, with model choices small enough to target consumer hardware. Developers can test that proposition directly, although the demo supplies no hardware matrix or tokens-per-second results.
Independent tooling closes the deployment gap
The demo shows how much of the local-AI contest belongs to independent tooling builders. Labs can publish model cards and weight files, while adoption depends on people who convert those files, support new architectures, optimize kernels and make the result usable outside a research environment.
Alibaba supplied the models. Webml-community maintains the browser deployment, and Lochner brought it to developers' attention. Five and a half months after Qwen3.5 Small shipped, the technical reason to revisit the family is the shorter path from downloadable weights to a local application.