OPEN_SOURCE ↗
YT · YOUTUBE// 2h agoOPENSOURCE RELEASE
Chromex 0.1.3 adds local AI panel
Chromex is a Codex-powered Chrome side panel that talks to the current page, selected tabs, screenshots, files, and voice input through a local native bridge. The repo’s latest release emphasizes privacy by keeping credentials out of normal extension storage and routing auth through the local Codex app-server flow.
// ANALYSIS
This is the right architectural bet for browser AI: keep the assistant close to the page, keep secrets off the extension surface, and let a local bridge handle the messy parts. It reads less like a novelty sidebar and more like a serious operator console for browser workflows.
- –The local bridge boundary is the real product here: Chrome extension, native host, bridge daemon, then Codex app-server
- –Page context, screenshots, PDFs, Office files, and browser history make it genuinely multimodal, not just a chat overlay
- –Voice mode and in-page activity indicators push it toward agentic workflow control instead of passive Q&A
- –The privacy defaults matter: no raw OpenAI keys or OAuth tokens in extension storage, with session-only history by default
- –As an open-source release, it competes more with DIY browser automation stacks than with generic AI side panels
// TAGS
chromexbrowser-extensionlocal-firstself-hostedagenttool-usemultimodalspeech
DISCOVERED
2h ago
2026-05-04
PUBLISHED
2h ago
2026-05-04
RELEVANCE
8/ 10
AUTHOR
Github Awesome