find anything, locally.
search names, paths, and file contents instantly. no cloud. no sync. just speed.
download in progress.
Builds for Windows and macOS are finishing final QA. Drop your email to be first in line.
v.0.41 · stable build · dropping soon
instant lexical search
12ms
folder → folder → folder → file
▼minvector waysearch → file
sub-50ms
lookup
Built on Tantivy, our engine maintains an atomic background inverted index. It scans and tokenizes file contents dynamically without locking threads or consuming idle system RAM.
* Converts raw PDF, DOCX, and HTML into structured markdown before indexing.
* Captures function headers, block tags, and syntax structures seamlessly.
100%
local.
zero cloud dependencies. zero data leakage.
your files never leave your machine.
rust core runtime
Powered by Tokio async tasks and native OS file-system wrappers (notify + ignore). Natively honors .gitignore profiles and routes raw file extractions across a thread-safe parallel processing pool.
one shortcut.
Hit the global hotkey from any app. minvector pops up in under 40ms. Search. Jump. Done.
~18MB
Idle RAM usage across a 200k file index. No background daemons. The watcher only activates on filesystem events.
always fresh.
The file watcher uses OS-native events (inotify/FSEvents/ReadDirectoryChangesW) to update the index the instant a file is saved. Zero polling overhead.
plug in anywhere.
-d '{"q":"design assets"}'
Local REST API + MCP server. Pipe results into any AI agent, script, or IDE plugin.
air-gapped by design.