Browser AI

Notes on running machine-learning models locally, in the browser, without uploading files.

Almost every AI tool online works the same way: your file is uploaded to a server, a model runs there, and a result comes back. A newer class of tools inverts that — they download the model to your device and run inference locally through WebAssembly and WebGPU. Nothing is transmitted while you work.

These are the ones I keep coming back to, plus the libraries that make them possible.

Tools

Libraries

Notes