OPEN_SOURCE ↗
REDDIT · REDDIT// 12d agoOPENSOURCE RELEASE
CLI Web GAI wraps Google AI Mode
CLI Web GAI is an open-source wrapper for Google AI Mode that lets you run Gemini-powered technical searches from the terminal. It uses headless Chromium via Playwright to submit queries and extract answers, code blocks, citations, and JSON or Markdown output without requiring auth.
// ANALYSIS
This is a clever terminal-native bridge to a browser-only AI search surface, but it is still a scraping layer rather than a durable API. For developers, the win is instant cited answers in shell workflows; the tradeoff is that Google UI changes can break it.
- –Headless Playwright keeps it public and auth-free, but selector drift or bot defenses can break the workflow overnight.
- –JSON and Markdown modes make the output useful for scripts, agents, and pipeline-friendly tooling, not just interactive use.
- –Capturing citations preserves provenance, which matters when an AI search answer is doing the reasoning for you.
- –The open-source packaging and broader 13-CLI repo make it a reusable pattern for browser-only products.
- –It is most compelling for technical research and agent workflows, where structured output matters more than long-term platform stability.
// TAGS
clisearchllmdevtoolopen-sourcecli-web-gai
DISCOVERED
12d ago
2026-03-30
PUBLISHED
13d ago
2026-03-30
RELEVANCE
7/ 10
AUTHOR
zanditamar