Skip to content

Releases: TrendpilotAI/fast-browser-search

v0.1.0 - Initial Release

Choose a tag to compare

@TrendpilotAI TrendpilotAI released this 03 Mar 05:35

v0.1.0 - Initial Release

Fast Browser Search v0.1.0 marks the stable debut of this lightning-fast tool for unified browser history search across Chrome, Safari, Arc, Comet, Genspark, and Thorium. It combines graph-based relationships via FalkorDB, Redis caching for sub-second queries, and conversational memory for smarter interactions. github

🚀 New Features

🛠 Quick Start

# Clone & setup databases
git clone https://github.com/TrendpilotAI/fast-browser-search
cd fast-browser-search
docker-compose up -d  # Starts FalkorDB (6379), Redis (6380)

# Backend
cargo build --release
cargo run --release

# Frontend
npm install
npm run dev  # http://localhost:5173

Full docs in README; API at /api/search?q=your-query. [github](https://github.com/TrendpilotAI/fast-browser-search)

📦 What's Included

Ready for production use—feedback welcome via issues! 🚀 [github](https://github.com/TrendpilotAI/fast-browser-search/releases/new)