r/LocalLLaMA
· Communities
No GPU? Ran a 350M LLM fully in the browser — pure WASM, 4-bit, zero server
Most "run a model in your browser" demos still lean on a server or WebGPU. This one doesn't: it's a pure WebAssembly inference engine for LiquidAI's LFM 2.5-350M, quantized to 4-bit (Q4_0), running entirely on-device in the browser — no native code, no backend, no network at inference time. What's in it: Hand-written W