Run AI in the browser
Easiest way to run AI models on your computer without installing any software. Chat with local small AI models directly in your browser. Your data never leaves your browser.
Overview
Run large language models like Llama 2, Mistral 7B, and Code Llama directly in your browser using WebLLM — no software to install, no API key, no cloud. The models download once and run entirely on your device using WebAssembly, so every message you type stays fully private. Your conversation history and folder organisation are saved locally in IndexedDB, persisting across sessions without any account or sync service involved.
Key Features
- Tree-based folder organization for chats
- Local LLM inference using WebLLM
- Persistent chat history with IndexedDB
- Resizable three-panel interface
- Model selection and configuration
- Real-time streaming responses
- Complete client-side privacy
- Search functionality across chats
- Drag-and-drop folder organization
- Message copying and timestamps
Common Use Cases
- Private AI Assistant — Ask questions, brainstorm, or draft content using a capable local LLM without any of your prompts being logged by a cloud provider.
- Offline AI Use — Download a model once, then chat with it on a plane, in a secure facility, or anywhere without internet access.
- Code Help Without Leaks — Paste proprietary code into Code Llama 7B for suggestions and refactoring without it ever touching an external server.
- Comparing Local Models — Switch between TinyLlama, Llama 2 7B, Llama 2 13B, and Mistral 7B side-by-side to judge quality versus memory trade-offs on your own hardware.
- Research & Chat History — Organise long-running research threads into drag-and-drop folders with persistent, searchable chat history stored only in your browser.
How It Works
1. Choose an AI Model
Use the model selector at the top to pick from available local AI models. The model loads directly in your browser—no server or cloud required.
2. Organize and Start Chats
Create folders in the sidebar to organize your conversations. Start a new chat with the '+' button or select an existing one to continue.
3. Everything Stays Private
All chats, folders, and models run and are saved locally in your browser using IndexedDB. Your data never leaves your device.