Alternatives
Products that do what I integrated LLMs into Chrome the way that Google should have does
Ask Steve unlocks the power of LLMs like ChatGPT and Gemini in every web page. It's like Github Copilot but for everyday work in the browser. - Create reusable prompts (“Skills”) that can be used on any web page or text selection. Over 100 are included. - Right click on any page or text-selection to run a Skill on it - Chat with any page to quickly get summaries, extract key information or run a Skill on it - Get help writing, rewriting and editing in any text field with Skills for content creation & editing - Add AI buttons to any web page that enable you to trigger a Skill with 1-click.…
- 1

Turn your best AI prompts into one-click tools in Chrome
Apr 2026 · blog.google
- 2IB
I spent the last few days building out a nicer ChatGPT-like interface to use Mistral 7B and Llama 3 fully within a browser (no deps and installs). I’ve used the WebLLM project by MLC AI for a while to interact with LLMs in the browser when handling sensitive data but I found their UI quite lacking for serious use so I built a much better interface around WebLLM. I’ve been using it as a therapist and coach. And it’s wonderful knowing that my personal information never leaves my local computer. Should work on Desktop with Chrome or Edge. Other browsers are adding WebGPU support as well - see…
2024 · github.com
- 3IW
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
- 4

- 5

- 6

- 7WE
Browser LLM demo working on JavaScript and WebGPU. WebGPU is already supported in Chrome, Safari, Firefox, iOS (v26) and Android. Demo, similar to ChatGPT https://andreinwald.github.io/browser-llm/ Code https://github.com/andreinwald/browser-llm - No need to use your OPENAI_API_KEY - its local model that runs on your device - No network requests to any API - No need to install any program - No need to download files on your device (model is cached in browser) - Site will ask before downloading large files (llm model) to browser cache - Hosted on Github…
2025 · andreinwald.github.io
- 8

- 9

- 10

- 11

- 12

- 13

- 14SW
Chrome now includes a native on-device LLM (Gemini Nano) starting in version 138. I've been building with it since it was in origin trials, it's powerful but the official Prompt API is still a bit awkward: - Enforces sessions even for basic usage - Requires user-triggered downloads - Lacks type safety or structured error handling So I open-sourced a small TypeScript wrapper I originally built for other projects to smooth over the rough edges: github: https://github.com/kstonekuan/simple-chromium-ai npm: https://www.npmjs.com/package/simple-chromium-ai…
2025 · github.com
- 15IB
I'm lost between ChatGPT vs Claude vs Gemini... which subscriptions to take? With Cursor and all these specific AI tools, I just wanted one simple chat app where I can use any model and pay only when I use it. Couldn't find one, so I built one. Pay only for what you use. Your prompts and docs, knowledge bases work with every model - no more copy-pasting between apps. Started as a personal project, but thought someone else might benefit from this too. https://prismharmony.com/chat What do you think?
2025 · prismharmony.com
- 16LS
I kept running into this annoying problem: I’d remember a really useful answer, but not where it was. ChatGPT? Claude? Gemini? No idea. So I’d end up digging through all of them or just rewriting the prompt. Built this to fix that. It’s a Chrome extension that indexes chats locally and lets you search across them all in one place. Once it’s indexed, search is basically instant. Still early. UIs change and break things sometimes, so it’s a bit fragile in places. Curious if other people have the same issue or if it’s just me jumping between tools too much.
Apr 2026 · chromewebstore.google.com
- 17

- 18AB
All LLM user interfaces I've seen so far are somewhat frustrating: * ChatGPT web requires a lot of copy-paste, it rewrites whole document even if you need to update a part of it, etc. * Github Copilot completions are rather unreliable and do not leave an option to specify what you want; Copilot's chat sidebar is little more than ChatGPT integrated into the IDE * Google Docs have right UI for non-code text, but they use really dumb model (not Gemini 1.5 Pro). Also won't work for code. So... I wrote a Emacs Lisp function which calls LLM with contents of the buffer to generate text according to…
2024 · x.com
- 19LL
Author here. I wanted to keep my conversation with #Gemini about code handy while discussing something creative with #ChatGPT and using #DeepSeek in another window. I think it's a waste to have Electron apps and so wanted to chat with LLMs on my own terms. When I discovered the llm CLI tool I really wanted to have convenient and pretty looking access to my conversations, and so I wrote gtk-llm-chat - a plugin for llm that provides an applet and a simple window to interact with LLM models. Make sure you've configure llm first (https://llm.datasette.io/en/stable/) I'd…
2025 · github.com
- 20CY
Hi, HN! Excited to share a Chrome Extension I've been working on in my spare time. In short, it lets you create your own right-click menu commands that are executed by GPT-4. There are a few built-in commands for common tasks like summarization and correcting text, but my hope is that people get creative and customize it with their own, more tailored commands. The idea came from one of those recipe websites with pages of SEO filler content and ads everywhere. I ended up copying/pasting the full text of a recipe into ChatGPT with a prompt like "Extract a list of ingredients and cooking…
2024 · smudge.ai
- 21IM
Was getting annoyed copy-pasting stuff from websites into ChatGPT all the time, basically wished Cursor's CMD+K worked everywhere. So I built a little Chrome extension, InPageAI, that tries to do just that: https://inpageai.com Hit a shortcut on any page, it grabs the context automatically, and you can ask AI to summarize, explain, etc. You can also use it to write directly into input fields/text boxes. It's pretty early days, but give it a try? Would love to hear what you think, or if you find places it breaks!
2025 · inpageai.com
- 22IB
I built Receptionst after noticing a pattern across my own projects. Visitors would open the website chat widget, ask a question and leave before I could answer. If it happened during deep work I missed it. If it happened overnight I never saw it at all. It became obvious that I could not respond instantly which meant I was losing leads without realizing it. I wanted something lightweight that acted like a receptionist by giving instant LLM powered answers based on my own content and by collecting lead details when visitors showed intent. I kept the scope narrow so setup is simple. You…
Nov 2025 · receptionst.com
- 23AB
tl;dr - today i'm launching agents.blue, where you can learn prompting and master working with LLMs, for free, instantly (no sign in required) Last week at Law x LLM Hackathon, I met a lot of amazing engineers, lawyers and more who want to build with LLMs, but they didn’t know how to prompt effectively. The online resources out there are a lot of reading, but not a lot of doing, and in my experience as an engineer and TA, doing is the best way to learn. agents.blue is the free, fast, and interactive tutorial to go from zero to the cutting edge of prompting in under 10 minutes, so you can…
2023 · agents.blue
- 24

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