Show HN: We Built Open-Source Alternative to OpenAI's Operator, Runs in Chrome
Quick Answer
Nanobrowser is an open-source Chrome extension designed to automate web tasks with AI agents, allowing users to customize behavior and use their own LLM APIs.
Quick Take
Nanobrowser is an open-source Chrome extension designed to automate web tasks with AI agents, allowing users to customize behavior and use their own LLM APIs. It emphasizes privacy by running locally in the browser, eliminating vendor lock-in and complex setups.
Key Points
- Open-source code available for modification and contribution.
- Runs directly in Chrome without server deployment.
- Customizable agent behavior tailored to user needs.
- Supports various LLM APIs, including OpenAI and local models.
- Focuses on privacy by executing tasks locally in the browser.
Article Excerpt
From source RSS / original summaryHi HN,<p>I'm one of the creators of Nanobrowser, an open-source Chrome extension that lets you automate web tasks using AI agents. We were inspired by the potential of tools like OpenAI's Operator, but we wanted something that was:<p>-Open-Source:You can see the code, modify it, and contribute to the project. <p>-Browser-Based:No complex setups or server deployments. It runs directly in your browser. <p>-Customizable:You can tailor the agent's behavior to your specific needs.
<p>-BYO LLM:Bring your own large language model API key (OpenAI, Anthropic,or even local models), No vendor lock-in. <p>-Privacy focused:All runs in your local browser. <p>So we built exactly that, also with a to optimize performance and cost efficiency. <p>We're launching today:<a href="https://github. com/nanobrowser/nanobrowser">https://github. com/nanobrowser/nanobrowser</a><p>we hope you like tinkering with it, and love your feedback!
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Hacker News
See more →Show HN: RLM-based local debugger for AI agent traces
HALO (Hierarchal Agent Loop Optimizer) is an open-source tool designed for debugging AI agents by analyzing OTEL compliant execution traces. It utilizes a Recursive Language Model (RLM) to efficiently identify patterns and systemic issues, enabling developers to optimize their agents iteratively without complex setups.


