AI-powered browser tab organization using Google's Gemini API to intelligently group your tabs by topic, domain, and context.
- Privacy-focused: all data stays local, API key stored client-side
- Preview mode to review AI suggestions before applying
- Fully customizable prompts with variable templates
- AI-powered semantic grouping using Gemini API
- Dark mode UI with shadcn-inspired aesthetics
- Right-click context menu for quick access
- Auto-organize on scheduled intervals
- Any Chromium-based browser (Chrome, Edge, etc.)
- Gemini API key from Google AI Studio
-
Go to the Releases page of this repository.
-
Download the latest
.zipfile for your browser (e.g.,tidytabs-chromium-v1.0.0.zip). -
Unzip the downloaded file.
-
Open your browser and navigate to the extensions page:
- Chrome:
chrome://extensions/ - Edge:
edge://extensions/ - Or any other chromium browser extensions page
- Chrome:
-
Enable "Developer mode" (toggle in the top-right corner).
-
Click "Load unpacked" and select the unzipped folder.
-
The TidyTabs extension should now be installed.
-
Click the TidyTabs extension icon in the browser toolbar.
-
Click the settings icon (gear) to open options.
-
Enter your Gemini API key.
-
Click "Save Key" and "Test Key" to verify the connection.
- Analytics dashboard for tab organization patterns
- Support for additional AI models (Claude, GPT-4)
- Export/import preset configurations
- Tab search and filter within groups
- Undo/redo group operations
- Firefox extension port
For developers who want to contribute code:
-
Clone the repository:
git clone https://github.com/SpreadSheets600/TidyTabs.git cd TidyTabs -
Install dependencies:
npm install
-
Start development mode:
npm run dev
-
Build for production:
npm run build


