Skip to content

54 models · Transformers.js · WebGPU / WASM

Local AI that runs in the browser

54 models, one tab each: no install, no server, no Ollama. They run with Transformers.js over WebGPU or WebAssembly, and every download size below is measured from the HuggingFace API, not estimated.

Running models outside the browser? See the main GGUF catalog for native runtimes (Ollama, llama.cpp, LM Studio) across desktop and mobile hardware.

Speech to text 7 models
Text generation 13 models
Vision 12 models

FAQ

What does 'runs in the browser' actually mean?

The model weights (converted to ONNX) download once to the browser cache, then inference runs locally in the tab via Transformers.js, using WebGPU if the browser supports it or WebAssembly as a fallback. Nothing is sent to a server after the download.

WebGPU or WASM: which should I use?

WebGPU is faster and usually the smaller download (the q4f16 quant), but it needs browser support. WebGPU now ships by default in current Chrome, Edge, Safari (26+), and Firefox on Windows and Apple Silicon Macs; older browser versions and Firefox on Linux may still lack it. WASM works everywhere but is slower and often needs a larger int8 build. Each model page below has a live check for your current browser.

Are these the same models as the main GGUF catalog?

No. The main catalog tracks GGUF models for native runtimes (Ollama, llama.cpp, LM Studio) on a device you install software on. This page tracks ONNX exports built specifically for Transformers.js in a browser tab, a different runtime with its own size measurements.

Sizes measured 2026-08-01 from the HuggingFace API file tree for each repo. Last validated 2026-08-03. See methodology.