Analysis updated 2026-05-18
Quickly find a tab you lost track of across Safari, Chrome, Firefox and other browsers.
Jump straight into a live video call buried among many open tabs.
Reduce time spent hunting for the right browser window when working with dozens of tabs open.
| ithung-str/browser-tab-search | aiduckman/claudeusage_latest_may2026 | arnabau/thermalpulse | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Swift | Swift | Swift |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | general | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
App is not notarized, so macOS requires a one time manual approval in System Settings before it will open.
Browser Tab Search is a small Mac app that helps you find an open browser tab quickly when you have too many open across different browsers. Pressing a keyboard shortcut opens a search box, similar to macOS Spotlight, where typing a few letters brings up matching tabs from Safari, Chrome, Brave, Edge, Arc, Firefox, and the Dia browser, plus video call windows from Teams, Zoom, and FaceTime. Pressing enter jumps straight to the matching tab and brings its window to the front. One feature the author highlights is finding a live video call buried among many browser tabs. If you are on an active call in Meet, Teams, Zoom, or Webex, that tab is pinned to the top of the results with a marker showing it is live, and the app can tell if your microphone is actually active. Search matches both the tab title and its web address, ignores accents, and does not care about word order, so typing two words in either order still finds the right tab. Duplicate tabs are grouped into a single row with a count badge, and tabs you jump to often are shown first when the search box is empty. Under the hood, each browser is handled through a shared interface. Safari, Chrome, Brave, Edge, Arc, and Dia are read using AppleScript, since they support Apple's scripting tools. Firefox does not, so the app instead reads Firefox's own saved session file directly, which can lag a little behind live changes. The app lives only in the menu bar, with no icon in the Dock, and closes as soon as it loses focus or you press Escape. It requires a fairly recent version of Xcode to build from source, and since it is not officially notarized by Apple, first time users need to manually allow it to run in system settings. It is released under the MIT license.
A macOS menu bar app that lets you instantly search and jump to any open tab across every browser with one hotkey.
Mainly Swift. The stack also includes Swift, SwiftUI, AppleScript.
MIT license: free to use, copy, modify and distribute, including commercially, as long as the copyright notice stays.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.