AI tool comparison
Gemini CLI vs qmd
Which one should you ship with? Here is the side-by-side panel verdict, pricing read, reviewer split, and community vote comparison.
Developer Tools
Gemini CLI
Google's open-source terminal AI with native MCP server support
75%
Panel ship
—
Community
Free
Entry
Google's Gemini CLI is an open-source command-line interface that brings Gemini model capabilities directly to the terminal, reaching general availability with native Model Context Protocol (MCP) server support. Developers can now connect custom data sources, internal tools, and third-party services directly through the CLI without leaving their terminal workflow. It competes directly with Anthropic's Claude CLI and OpenAI's Codex CLI as a first-party terminal AI interface.
Developer Tools
qmd
Local doc search engine with BM25 + vectors + LLM re-ranking — by Shopify's CEO
50%
Panel ship
—
Community
Free
Entry
qmd is a lightweight local search engine built by Tobi Luetke, CEO of Shopify, for indexing and querying personal knowledge bases, documentation, and meeting notes — entirely offline. It combines three retrieval approaches in a single pipeline: BM25 full-text search for exact keyword matches, vector semantic search via ONNX-based embeddings, and LLM re-ranking using GGUF models through node-llama-cpp. All three stages run locally with no cloud dependency. The tool ships in multiple deployment modes: a CLI for ad-hoc queries, a Node.js library for programmatic use, an HTTP service for local API access, and — most useful for AI workflows — a native MCP server that lets Claude Code, Cursor, and similar editors query your local knowledge base directly during coding sessions. The hybrid retrieval approach means it handles both "find the exact error message from last week's standup notes" and "what was our decision about the auth architecture" equally well. What makes this notable beyond its technical approach is provenance: Luetke shipped it as a personal tool he actually uses, not a startup product. The GitHub history shows active iteration and he's been talking about it on X. It's a credible signal of where pragmatic AI-augmented knowledge management is heading for technical users who prefer local-first tools.
Reviewer scorecard
“The primitive here is clean: a first-party CLI that wraps Gemini's API with MCP protocol support baked in, not bolted on. The DX bet is that developers want composable tool-calling from the terminal without standing up a separate agent framework — and that bet is correct. The moment of truth is `gemini --mcp-server ./my-server.json` actually working without three config files and a prayer, and if the GA release holds that promise, this beats writing your own MCP client wrapper by a weekend's work. The specific decision that earns the ship: shipping MCP as a native primitive at GA rather than an experimental flag means Google is treating this as infrastructure, not a demo.”
“Hybrid BM25 + vector + LLM re-rank is the right architecture for personal knowledge search — each layer catches what the others miss. The MCP server mode is genuinely useful: being able to ask Claude Code 'what did we decide about X last month' against my own notes changes the workflow. MIT licensed and from someone who ships real products.”
“Category: terminal AI assistant. Direct competitors are Claude CLI, GitHub Copilot CLI, and Aider — all of which have had production users for over a year. What kills most of these tools is that the underlying model provider eventually ships this natively into the IDE, making the standalone CLI redundant; Google is the model provider here, so that particular death is off the table. The specific scenario where this breaks is enterprise environments with strict network egress controls — MCP servers phoning home through a developer's terminal is going to hit security review walls fast. What would have to be true for this to lose: VS Code ships a Gemini terminal pane that's good enough, which Google could ship themselves by next quarter — making this a feature, not a product.”
“This is a well-executed weekend project, not a production tool. It requires GGUF models and manual embedding setup — a meaningful friction barrier for non-technical users. The 'built by a CEO' narrative drives GitHub stars more than the technical differentiation. Obsidian with a local AI plugin gets you here with better UX.”
“The thesis here is falsifiable: by 2028, the terminal becomes the primary surface where developers compose AI agents, and MCP becomes the protocol layer that makes those agents interoperable across providers. What has to go right for this bet to pay off is MCP actually achieving cross-provider adoption — Anthropic invented it, Gemini CLI is now a second major implementation, and if Microsoft adds it to Copilot CLI, the protocol wins and everything built on it gets a free distribution upgrade. The second-order effect that matters: if MCP succeeds, the CLI becomes a universal agent orchestration surface and Google owns one of two canonical implementations. This tool is on-time to the MCP adoption curve, not early — but being Google means they're not late either.”
“The pattern here — local hybrid retrieval as an MCP server feeding into AI coding agents — will be ubiquitous in two years. Today it's a technical power-user tool; tomorrow it's how everyone's AI assistant knows the institutional context behind the code. qmd is an early, clean implementation of that pattern.”
“The buyer here is a developer who already has a Google account, and the budget is the Gemini API bill — which means this is an acquisition funnel for Google Cloud API consumption, not a standalone business. That's fine for Google but it means the 'product' has no independent unit economics to evaluate. The moat question is the wrong question entirely: Google's moat is Gemini, and this CLI is just an on-ramp. What concerns me is the competitive dynamic — Anthropic has been iterating Claude CLI for a year with a developer-first culture, and Google's track record of abandoning developer tooling (see: every Google product graveyard entry from 2010-2024) means enterprise teams are right to hedge. I'd skip betting a workflow on this until it's two years old and still alive.”
“I manage a lot of notes, references, and creative briefs, but the setup friction here — GGUF models, CLI configuration — makes this inaccessible for most creators. The concept is great; the UX needs a front-end before it reaches beyond developers.”
Weekly AI Tool Verdicts
Get the next comparison in your inbox
New AI tools ship daily. We compare them before you waste an afternoon.