A lightweight, local-first semantic search engine for personal notes, journals, and documentation written in Rust
Download pre-built binaries from the Releases page.
Windows:
# Download notes2vec-x86_64-pc-windows-msvc.zip
# Extract and add to PATH, or run directlymacOS:
# Download notes2vec-x86_64-apple-darwin.tar.gz (Intel)
# or notes2vec-aarch64-apple-darwin.tar.gz (Apple Silicon)
# Extract and move to /usr/local/bin/ or add to PATHLinux:
# Download notes2vec-x86_64-unknown-linux-gnu.tar.gz
# Extract and move to /usr/local/bin/ or add to PATH# 1. Initialize (downloads embedding model, ~80MB)
notes2vec init
# 2. Index your notes
notes2vec index /path/to/notes
# 3. Search - TUI opens automatically
notes2vecgit clone https://github.com/AbdulmalikDS/notes2vec.git
cd notes2vec
cargo build --releaseMIT
