Local-first search across your workspace, built for humans and AI agents.
3,401
stars
226
commits
TypeScript
primary language
Sep 11, 2026
updated
English | 中文
Know the words—or don’t. Just zg.
The local-first search layer for humans and agents.
🎬 Tour | 💫 Features | 🚀 Try it yourself | 📚 Docs | 📊 Benchmarks | 🤝 Community
zg (zvec-grep) unifies ripgrep, BM25, and vector search behind one local-first interface. Use it directly from the terminal, or let your agent use it for you.
# Requires Node.js 22 or newer.
npm install -g @zvec/zvec-grep
mkdir zg-mystery && cd zg-mystery
curl --retry 3 --retry-all-errors --progress-bar -fL \
-o alice-in-wonderland.txt https://raw.githubusercontent.com/GITenberg/Alice-s-Adventures-in-Wonderland_11/master/11.txt \
-o sherlock-holmes.txt https://raw.githubusercontent.com/GITenberg/The-Memoirs-of-Sherlock-Holmes_834/master/834.txt
zg index --embedding local/potion-retrieval-32m
With OpenCode configured:
zg install --target opencode --yes
opencode models
opencode run --model opencode/nemotron-3-ultra-free \
"An unseen creature left a few marks. What did the detective infer? Cite local evidence."
Free model availability can change. Check opencode models and replace the
example model with one that is currently available in your environment.
OpenCode chooses zg on its own—the prompt does not name a tool.
⚙ zvec_grep_zvec_grep_search {"root":".../zg-mystery","query":"An unseen creature left a few marks. What did the detective infer?","fts":["marks","unseen creature","inferred","detective"],"fuse":true}
→ Read sherlock-holmes.txt [offset=5440, limit=120]
Answer:
The detective is Sherlock Holmes in *The Adventure of the Crooked Man*.
From the animal's foot-marks, he inferred:
- It was not a dog, cat, monkey, or other familiar creature: its print had
five foot-pads, long nails, and was nearly as large as a dessert-spoon
(sherlock-holmes.txt:5479-5486).
- It had a long body and very short legs: nearly two feet long, but with a
stride of only about three inches (sherlock-holmes.txt:5497-5502).
- It was carnivorous because it climbed the curtain toward a canary's cage
(sherlock-holmes.txt:5509-5510).
- It was probably from the weasel or stoat tribe, though unusually large
(sherlock-holmes.txt:5514-5516).
Holmes also inferred that a man entered through the window with it and later
left with the key (sherlock-holmes.txt:5464-5470, 5527-5528).
Search the same bookshelf directly, without an agent:
zg query --human "An unseen creature left a few marks. What did the detective infer?" --limit 3
zg returns the relevant passages from sherlock-holmes.txt, ranked ahead of
alice-in-wonderland.txt.
Each benchmark uses paired A/B runs with tasks, agent/model, prompt, environment, and limits held constant; only zg access and usage guidance differ.
See the benchmark documentation for full results and reproduction details.
SWE-QA-Bench uses Claude Code with Claude Opus 5 at high reasoning effort; BrowseComp-Plus uses Codex gpt-5.6-sol at medium reasoning effort. Both zg profiles use Qwen3.7 Text Embedding.
|
FontInfo and font
selection through multiple math-text rendering stages. Ranked semantic and
lexical evidence helps reconstruct the cross-file data and control flow.| Repository | Question type | Question |
|---|---|---|
pylint-dev/pylint | What Architecture exploration | What is the architectural pattern that distinguishes type-annotated from non-annotated instance attribute initialization using AST node type separation? |
matplotlib/matplotlib | Where Data / Control-flow | Where does the FontInfo NamedTuple propagate font metrics and glyph data through the mathematical text rendering pipeline, and what control flow determines whether the postscript_name or the FT2Font object is used at different stages of character rendering? |
django/django | Why Design rationale | Why does the User model's unique constraint on the username field interact with Django's ORM transaction handling, and what cascading effects would occur if this constraint were removed on an existing database with formset-based bulk operations? |
zg works best when evidence spans files or modules and the target location is unknown, especially for call-chain, data-flow, and architectural questions. Since agents decide when and how to use it, results vary by model and run; repeated-run averages are more reliable.
| Guide | What you can do |
|---|---|
| Agent integrations | Connect zg to Codex, Claude Code, Qwen Code, Qoder, Cursor, or OpenCode and verify that it works. |
| CLI guide | Search, index, and manage your local workspaces from the terminal. |
| MCP guide | Understand which zg tools your agent can use and how access is secured. |
| Retrieval pipeline | Choose what to index, keep it fresh, and get better search results. |
| Architecture | See how zg handles your query and where your data stays. |
| Server and execution modes | Choose between one-off commands and a long-running local server. |
| Embedding models | Pick the right model for speed, search quality, privacy, and your hardware. |
| Roadmap | See what is coming next and help shape zg's priorities. |
Community contributions are always welcome—bug fixes, features, and documentation improvements all help make zvec-grep better.
Check out our Contributing Guide to get started!
TypeScript
48.4%
JavaScript
27.1%
Python
23.8%
Local-first search across your workspace, built for humans and AI agents.
3,401
stars
226
commits
TypeScript
primary language
Sep 11, 2026
updated
English | 中文
Know the words—or don’t. Just zg.
The local-first search layer for humans and agents.
🎬 Tour | 💫 Features | 🚀 Try it yourself | 📚 Docs | 📊 Benchmarks | 🤝 Community
zg (zvec-grep) unifies ripgrep, BM25, and vector search behind one local-first interface. Use it directly from the terminal, or let your agent use it for you.
# Requires Node.js 22 or newer.
npm install -g @zvec/zvec-grep
mkdir zg-mystery && cd zg-mystery
curl --retry 3 --retry-all-errors --progress-bar -fL \
-o alice-in-wonderland.txt https://raw.githubusercontent.com/GITenberg/Alice-s-Adventures-in-Wonderland_11/master/11.txt \
-o sherlock-holmes.txt https://raw.githubusercontent.com/GITenberg/The-Memoirs-of-Sherlock-Holmes_834/master/834.txt
zg index --embedding local/potion-retrieval-32m
With OpenCode configured:
zg install --target opencode --yes
opencode models
opencode run --model opencode/nemotron-3-ultra-free \
"An unseen creature left a few marks. What did the detective infer? Cite local evidence."
Free model availability can change. Check opencode models and replace the
example model with one that is currently available in your environment.
OpenCode chooses zg on its own—the prompt does not name a tool.
⚙ zvec_grep_zvec_grep_search {"root":".../zg-mystery","query":"An unseen creature left a few marks. What did the detective infer?","fts":["marks","unseen creature","inferred","detective"],"fuse":true}
→ Read sherlock-holmes.txt [offset=5440, limit=120]
Answer:
The detective is Sherlock Holmes in *The Adventure of the Crooked Man*.
From the animal's foot-marks, he inferred:
- It was not a dog, cat, monkey, or other familiar creature: its print had
five foot-pads, long nails, and was nearly as large as a dessert-spoon
(sherlock-holmes.txt:5479-5486).
- It had a long body and very short legs: nearly two feet long, but with a
stride of only about three inches (sherlock-holmes.txt:5497-5502).
- It was carnivorous because it climbed the curtain toward a canary's cage
(sherlock-holmes.txt:5509-5510).
- It was probably from the weasel or stoat tribe, though unusually large
(sherlock-holmes.txt:5514-5516).
Holmes also inferred that a man entered through the window with it and later
left with the key (sherlock-holmes.txt:5464-5470, 5527-5528).
Search the same bookshelf directly, without an agent:
zg query --human "An unseen creature left a few marks. What did the detective infer?" --limit 3
zg returns the relevant passages from sherlock-holmes.txt, ranked ahead of
alice-in-wonderland.txt.
Each benchmark uses paired A/B runs with tasks, agent/model, prompt, environment, and limits held constant; only zg access and usage guidance differ.
See the benchmark documentation for full results and reproduction details.
SWE-QA-Bench uses Claude Code with Claude Opus 5 at high reasoning effort; BrowseComp-Plus uses Codex gpt-5.6-sol at medium reasoning effort. Both zg profiles use Qwen3.7 Text Embedding.
|
FontInfo and font
selection through multiple math-text rendering stages. Ranked semantic and
lexical evidence helps reconstruct the cross-file data and control flow.| Repository | Question type | Question |
|---|---|---|
pylint-dev/pylint | What Architecture exploration | What is the architectural pattern that distinguishes type-annotated from non-annotated instance attribute initialization using AST node type separation? |
matplotlib/matplotlib | Where Data / Control-flow | Where does the FontInfo NamedTuple propagate font metrics and glyph data through the mathematical text rendering pipeline, and what control flow determines whether the postscript_name or the FT2Font object is used at different stages of character rendering? |
django/django | Why Design rationale | Why does the User model's unique constraint on the username field interact with Django's ORM transaction handling, and what cascading effects would occur if this constraint were removed on an existing database with formset-based bulk operations? |
zg works best when evidence spans files or modules and the target location is unknown, especially for call-chain, data-flow, and architectural questions. Since agents decide when and how to use it, results vary by model and run; repeated-run averages are more reliable.
| Guide | What you can do |
|---|---|
| Agent integrations | Connect zg to Codex, Claude Code, Qwen Code, Qoder, Cursor, or OpenCode and verify that it works. |
| CLI guide | Search, index, and manage your local workspaces from the terminal. |
| MCP guide | Understand which zg tools your agent can use and how access is secured. |
| Retrieval pipeline | Choose what to index, keep it fresh, and get better search results. |
| Architecture | See how zg handles your query and where your data stays. |
| Server and execution modes | Choose between one-off commands and a long-running local server. |
| Embedding models | Pick the right model for speed, search quality, privacy, and your hardware. |
| Roadmap | See what is coming next and help shape zg's priorities. |
Community contributions are always welcome—bug fixes, features, and documentation improvements all help make zvec-grep better.
Check out our Contributing Guide to get started!
TypeScript
48.4%
JavaScript
27.1%
Python
23.8%