A Chrome extension that remembers your sessions by capturing tabs, grouping
them into sessions, with AI-powered summaries.
- Automatic capture of closed tabs (title, URL, favicon, timestamps)
- Auto grouping into sessions
- AI-generated session summaries
- Search and filters
- Move tabs across sessions using drag and drop
- Sessions sorting
- Export/Import to JSON
Requirements:
- Chrome browser (version 137 or later)
- Read the hardware requirements here which needs to be satisfied for AI Summaries.
- Gemini API Key (for tabs grouping, and title generation).
Install directly from web store: https://chromewebstore.google.com/detail/where-was-i/adodkeanphfjocipdfkpnmpmjaoggfnf
- Clone the repository
git clone https://github.com/Jay-Karia/wherewasi- Install dependecies
npm install
cd dashboard && npm install- Build the extension by running the script based on your system (Windows/Unix)
# For Unix (Linux/Mac)
./scripts/build.sh
# For Windows (PowerShell)
./scripts/build.ps1- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" using the toggle in the top right corner.
- Click on "Load unpacked" and select the
buildfolder from the cloned repository.
- After installing the extension, click on the extension icon in the toolbar and open dashboard.
- Go to the settings page by clicking on the gear icon.
- Enter your Gemini API key in the provided field.
Your privacy is important to us. "Where Was I" collects minimal data necessary to provide its functionality. No personal data is collected or transmitted to any servers; all data processing occurs locally within your browser.
Visit Privacy Policy page for more details.






