The GoChat UI Chrome extension is now live on the Chrome Web Store, offering a floating chat window that streams replies from every model in your OpenCode Go plan. Install it from the Chrome Web Store. The code is free and open source on GitHub, and the extension runs entirely client‑side—no account, no server, no telemetry. Announced on X by The Adalo Guy (tweet).
Quick Overview
GoChat UI adds a persistent floating pane to any OpenCode Go page, letting you ask questions and see streaming answers from all models you’re subscribed to.
How It Works
It injects a lightweight UI into the page and calls the OpenCode API directly from the browser, so the extension never stores data externally.
Trade‑offs
Because it runs only in Chrome, users of other browsers are left out, and the lack of a backend means chat history is lost when the tab closes; also, exposing API keys in the client could raise security concerns.
When to Try It
If you already use OpenCode Go and want an in‑page chat without signing up for another service, add the extension now and watch for any compatibility updates.