Nabsun: Open-Source AI Browser Runs Directly in Native Tabs
agents open-source
| Source: Mastodon | Original article
A developer has released Nabsun, an open-source AI-powered browser that integrates directly with existing tabs to assist with tasks like documentation and form filling.
An open‑source project called **Nabsun** has just been released, offering a Chromium‑based browser that lets an AI agent work directly in the tabs you already have open. The software ships with a small, locally‑run language model that requires no API key, but it can also connect to Claude, OpenAI, Ollama or any compatible CLI‑based model. Crucially, Nabsun places the browser itself in the role of the agent’s execution environment: it supplies page content, tab state and permission prompts, while the model decides what actions to take. Users can approve each operation, ensuring that no data leaves the machine unless they explicitly choose a cloud service.
The launch matters because it bridges a gap between the growing wave of “agentic” browsers and the privacy‑first expectations of power users and developers. Unlike headless drivers or cloud‑only solutions, Nabsun runs offline, keeps credentials and page content on the local device, and even exposes an MCP (Multi‑Client Protocol) server that lets editors such as VS Code or Claude Code drive the real, logged‑in browser through the same approval gate. This mirrors the approach of the BrowserOS project, which also aims to give agents access to authentic user sessions without sacrificing security.
The development follows our earlier coverage of local LLM tooling, notably the 1.5 MB desktop AI workstation that turned llama.cpp into a usable model manager【2026‑09‑24】. Nabsun extends that ethos to the web, promising smoother workflows for tasks like form‑filling, cross‑tab research or code‑assisted browsing.
What to watch next are the community’s response and the ecosystem of plug‑ins that will emerge. Key signals will be adoption by developers, performance of the bundled model versus larger hosted services, and how quickly the project integrates with other AI‑enhanced tools. If Nabsun gains traction, it could set a new baseline for privacy‑preserving, AI‑driven browsing in the Nordic and global tech scenes.
Sources
Back to AIPULSEN