#135 · Primary category: Inference & Local Deploy
BrowserAI
Run local LLMs like llama, deepseek-distill, kokoro and more inside your browser
Project last updated:07/21/26
GitHub Stars
1.4K
Forks
137
Contributors
7
License
MIT
Why we included this project
BrowserAI is a JavaScript SDK that pushes inference off the server entirely, loading small models like Llama-3.2, Qwen3, Gemma, and DeepSeek-R1 distill checkpoints straight into a web page and running them locally on WebGPU. Teams building privacy-conscious web apps get chat, structured JSON output, speech recognition, and text-to-speech without standing up GPU infrastructure or paying per token. The SDK wraps several runtimes (MLC, Transformers.js, a WASM-based GGUF engine, and Demucs) behind one API, so you can swap engines and move between text, audio, and embedding models without rewriting your integration. Pages work offline after the first model download and include a built-in database for conversations, which makes the whole thing an easy playground for hobbyists and researchers building no-code tools. The one caveat is that the curated model list is fairly small, so confirm your target model runs acceptably on the devices you care about before committing.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.