nowfound

Alternatives

Products that do what BrowserOS -- browser agents with GPT-OSS, local llms does

Hi HN – we're the founders of BrowserOS.com (YC S24), and we're building an open-source agentic web browser. We're a fork of Chromium and our goal is to let non-developers create and run useful agents locally on their browser. --- When we launched a month ago, we thought we had the right approach: a "one-shot" agent where you give it a high-level task like "order toothpaste from Amazon," and it would figure out the plan and execute it. But we quickly ran into a problem that we've been struggling with ever since: the user experience was completely hit-or-miss. Sometimes agent worked like…

  1. 1BC

    Hey HN! We're Nithin and Nikhil, twin brothers building BrowserOS (YC S24). We're an open-source, privacy-first alternative to the AI browsers from big labs. The big differentiator: on BrowserOS you can use local LLMs or BYOK and run the agent entirely on the client side, so your company/sensitive data stays on your machine! Today we're launching filesystem access... just like Claude Cowork, our browser agent can read files, write files, run shell commands! But honestly, we didn't plan for this. It turns out the privacy decision we made 9 months ago accidentally positioned us for this…

    Jan 2026 · github.com

  2. 2

    Browser-based AI agents - unlimited runs, fixed cost

    2025

  3. 3

    Web browser automation for AI agents

    Jun 2026 · browseract.com

  4. 4

    Reliable Web Agents and Workflows

    2025

  5. 5

    Open-source browser automation for local AI agents

    May 2026 · github.com

  6. 6AW

    Hey HN, I'm excited to share BrowserBee, a privacy-first AI assistant in your browser that allows you to run and automate tasks using your LLM of choice (currently supports Anthropic, OpenAI, Gemini, and Ollama). Short demo here: https://github.com/user-attachments/assets/209c7042-6d54-4fc... Inspired by projects like Browser Use and Playwright MCP, its main advantage is the browser extension form factor which makes it more convenient for day to day use, especially for less technical users. Its also a bit less cumbersome to use on websites that require you to be…

    2025 · github.com

  7. 7

    Build AI browser agents in plain english

    2025

  8. 8
    Asteroid677

    AI browser agents for your back office, built in seconds

    2025 · asteroid.ai

  9. 9

    Browser Agents that communicate using ASCII wireframes

    Mar 2026

  10. 10

    Work with a powerful coding assistant anywhere

    2025

  11. 11IW

    Hey HN, I made Browser-Use, an open-source tool that lets (all Langchain supported) LLMs execute tasks directly in the browser just with function calling. It allows you to build agents that interact with web elements using natural language prompts. We created a layer that simplifies website interaction for LLMs by extracting xPaths and interactive elements like buttons and input fields (and other fancy things). This enables you to design custom web automation and scraping functions without manual inspection through DevTools. Hasn't this been done a lot of times? Good question, as a general…

    2024 · github.com

  12. 12OH

    Related: https://simonwillison.net/2026/Jan/27/one-human-one-agent-on...

    Jan 2026 · emsh.cat

  13. 13

    The first AI agent that can operate your browser.

    2023

  14. 14IN

    Hey HN, Robert from Laminar (lmnr.ai) here. We built Index - new SOTA Open Source browser agent. It reached 92% on WebVoyager with Claude 3.7 (extended thinking). o1 was used as a judge, also we manually double checked the judge. At the core is same old idea - run simple JS script in the browser to identify interactable elements -> draw bounding boxes around them on a screenshot of a browser window -> feed it to the LLM. What made Index so good: 1. We essentially created browser agent observability. We patched Playwright to record the entire browser session while the agent operates,…

    2025 · github.com

  15. 15PA

    Title: Show HN: PageAgent, A GUI agent that lives inside your web app Hi HN, I'm building PageAgent, an open-source (MIT) library that embeds an AI agent directly into your frontend. I built this because I believe there's a massive design space for deploying general agents natively inside the web apps we already use, rather than treating the web merely as a dumb target for isolated bots. Currently, most AI agents operate from external clients or server-side programs, effectively leaving web development out of the AI ecosystem. I'm experimenting with an "inside-out" paradigm instead. By…

    Mar 2026 · alibaba.github.io

  16. 16OS

    Hi HN, I forked chromium and built agent-browser-protocol (ABP) after noticing that most browser-agent failures aren’t really about the model misunderstanding the page. Instead, the problem is that the model is reasoning from a stale state. ABP is designed to keep the acting agent synchronized with the browser at every step. After each action (click, type, etc), it freezes JavaScript execution and rendering, then captures the resulting state. It also compiles the notable events that occurred during that action loop, such as navigation, file pickers, permission prompts, alerts, and downloads,…

    Mar 2026 · github.com

  17. 17

    AI agent that lives in your browser

    2025

  18. 18LM

    Libretto (https://libretto.sh) is a Skill+CLI that makes it easy for your coding agent to generate deterministic browser automations and debug existing ones. Key shift is going from “give an agent a prompt at runtime and hope it figures things out” to: “Use coding agents to generate real scripts you can inspect, run, and debug”. Here’s a demo: https://www.youtube.com/watch?v=0cDpIntmHAM. Docs start at https://libretto.sh/docs/get-started/introduction. We spent a year building and maintaining browser automations for EHR and payer portal…

    Apr 2026 · github.com

  19. 19OS

    Hey HN, we're a YC startup building an open-source, privacy-first alternative to Perplexity Comet. No invite system unlike bunch of others – you can download it today from our website or GitHub: https://github.com/browseros-ai/BrowserOS --- Why bother building an alternative? We believe browsers will become the new operating systems, where we offload much bunch of our work to AI agents. But these agents will have access to all your sensitive data – emails, docs, on top of your browser history. Open-source, privacy-first alternatives need to exist. We're not a search or ad…

    2025 · browseros.com

  20. 20BA

    We’re very excited to share something we’ve been building. Notte https://www.notte.cc/ is a full-stack browser agent platform built to reliably automate a wide range of workflows. Browser agents aren’t new, but what is still hard is covering real-world flows reliably. The inspiration for Notte was to make a full-featured platform that bridges the agent reliability gap. We’ve packaged everything via a singe API for ease of use: - Site Interactions - Observe website states, scrape data and execute actions - Structured Output - Get data in your exact format with Pydantic models -…

    2025 · github.com

  21. 21

    AI Computer use agent in your browser

    2025

  22. 22
    WebBrain117

    The sidebar agent for the rest of us

    24d ago · webbrain.one

  23. 23WP

    Hey HN, we just shipped a browser with an inbuilt MCP server! We're a YC startup (S24) building BrowserOS — an open‑source Chromium fork. We're a privacy‑first alternative to the new wave of AI browsers like Dia, Perplexity Comet. Since launching ~3 months ago, the #1 request has been to expose our browser as an MCP server. -- Google beat us to launch with chrome-devtools-mcp (solid product btw), which lets you build/debug web apps by connecting Chrome to coding assistants. But we wanted to take this a step further: we packaged the MCP server directly into our browser binary. That gives…

    Oct 2025 · github.com

  24. 24

    The agent that grows with you

    Jun 2026 · hermes-agent.nousresearch.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →