Launching today

inbrowser.chat
Private AI chat that runs fully on-device in Chrome
6 followers
Private AI chat that runs fully on-device in Chrome
6 followers
inbrowser.chat is a private AI chat that runs entirely on your device. It uses Chrome's built-in LanguageModel API (Gemini Nano), so every message is processed locally. No server, no API key, no network request. Chats stay in localStorage and work offline. Free, with no monetization planned. It's a demo of what a local LLM can do. Note by Google: this LLM is for summarizing, classifying or rephrasing text, NOT for use cases needing factual accuracy like answering knowledge questions.



Flat Icons API
How is this different from running Ollama or LM Studio locally?
@mr_jansenย Great question! Ollama and LM Studio are fantastic, but they're separate apps you install, and you have to download multi-gigabyte model files yourself and manage them.
inbrowser.chat takes a different angle: there's nothing to install at all. The model (Gemini Nano) is already built into Chrome, so the browser handles the download and runs inference through its native LanguageModel API. You just open a webpage and start chatting.
The trade-offs are honest:
Ollama/LM Studio let you pick and run much larger, more capable models. inbrowser.chat is limited to the small on-device model Chrome ships, so it's best for summarizing, rephrasing, and classifying rather than heavy reasoning or factual Q&A.
But you get zero setup, zero dependencies, it works offline once the model is cached, and the whole thing is a single hand-written HTML file. It's meant as a "look how far the browser alone can take you" demo more than a replacement for a full local stack.
So: think of it as the lightest possible way to try on-device AI, not a power-user toolkit. ๐