
funes
your machine's memory, queryable.
indexes your files, notes, and shell history locally. ask questions in plain English. no cloud, no accounts — your data never leaves your machine.
— how it works
three steps. no setup beyond install.
watch
funes runs quietly in the background, monitoring your files, notes, and shell history for changes in real time.
index
every file is chunked and converted into a vector embedding using a local AI model via Ollama. nothing leaves your machine.
query
ask anything in plain English. funes finds the most semantically relevant results across everything you've ever worked on.
— install
requires rust and ollama. see github for full setup instructions.
view source on github— roadmap
status
8/11 donefunes is early and under active development. things will break. contributions are very welcome.
73% complete
CLI skeleton
basic command structure
Ollama embeddings working
local model integration
SQLite / vector storage
persistent local index
File watcher
live indexing on change
Shell history indexing
bash / zsh / PowerShell support
Query with results
semantic search over index
LLM synthesis mode
plain English answers
Packaging (Cargo)
cargo install funes-memory
Packaging (Homebrew)
one-line install on macOS
Daemon mode
true background process
Docs
full documentation site
want to help build one of these? see CONTRIBUTING.md.