BrowserForge is a zero-setup, local AI IDE and Native Web Agent that runs entirely in your browser. It allows you to mount a local workspace, edit code, view documents, and leverage various flagship AI models to autonomously perform file operations right on your machine.
- Zero Backend: Runs 100% locally in your browser using the File System Access API.
- Multi-Provider AI: Built-in support for OpenAI, Google Gemini, Anthropic Claude, xAI, Mistral, DeepSeek, local models via Ollama/LM Studio, and more.
- Smart File Editor: Integrated Monaco Editor with syntax highlighting and code formatting.
- Document Support: Preview images, read Excel (
.xlsx) files, and parse Word (.docx) documents natively. - Voice Dictation: Speak your prompts directly to the agent.
- Privacy First: Your API keys are strictly used on the client side and never sent to a third-party server besides the AI provider.
- Clone the repository or simply open
index.htmlin a modern browser (Chrome/Edge recommended for File System API support). - Click Mount Workspace and select a local folder to work in.
- Configure your preferred Provider Preset, model, and API Key in the top navigation bar.
- Open a file from the left sidebar or prompt the agent in the bottom chat area to create, modify, or delete files autonomously!
- HTML5 / Vanilla JavaScript
- Tailwind CSS
- Monaco Editor
- Marked.js
- SheetJS (XLSX) & Mammoth.js (DOCX)