VectorMark — Smart bookmark manager that automatically categorizes and organizes your saved websites using semantic search.
A local-first Chrome extension that transforms your bookmarks into a searchable, intelligent knowledge base.
-
🧠 Fast Semantic Search (HNSW) Find bookmarks by meaning using efficient local vector search powered by VecLite.
-
🔒 100% Local & Privacy-First No cloud, no tracking — everything stays in your browser.
You can download VectorMark from the Chrome Web Store, Firefox Add-ons, or directly from GitHub Releases.
- Rich bookmark data support (metadata, content)
- Automatic categorization using vector similarity
- Platform: Chrome Extension
- Vector DB: VecLite (IndexedDB + HNSW)
- Storage Layer: IndexedDB (Dexie.js)
- Embeddings: Local model (all-MiniLM-L6-v2)
git clone https://github.com/yourusername/vectormark.git
cd vectormark
npm installnpm run build- Open Chrome
- Go to
chrome://extensions/ - Enable Developer Mode
- Click Load unpacked
- Select the project' dist folder
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
If you like this project, consider giving it a star ⭐