Skip to content

AbdulmalikDS/notes2vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes2vec

A lightweight, local-first semantic search engine for personal notes, journals, and documentation written in Rust

notes2vec in action

Installation

Download pre-built binaries from the Releases page.

Windows:

# Download notes2vec-x86_64-pc-windows-msvc.zip
# Extract and add to PATH, or run directly

macOS:

# 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 PATH

Linux:

# Download notes2vec-x86_64-unknown-linux-gnu.tar.gz
# Extract and move to /usr/local/bin/ or add to PATH

Quick Start

# 1. Initialize (downloads embedding model, ~80MB)
notes2vec init

# 2. Index your notes
notes2vec index /path/to/notes

# 3. Search - TUI opens automatically
notes2vec

Building from Source

git clone https://github.com/AbdulmalikDS/notes2vec.git
cd notes2vec
cargo build --release

License

MIT

About

A semantic search engine for personal notes written in Rust

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages