STASH is a local-first tab vault for Chrome and Firefox. It saves the current tab, lets you add tags and notes, and keeps everything searchable in a private browser-local vault.
No account. No cloud sync. No tracker.
index.html,landing.css,landing.js: the public site.privacy/: privacy policy page.stash-extension/: Chrome extension source.stash-extension-firefox/: Firefox extension source.
- Chrome quick-save:
Cmd+Shift+Son macOS,Ctrl+Shift+Selsewhere. - Firefox quick-save:
Option+Shift+Son macOS,Alt+Shift+Selsewhere. - Open vault:
Cmd+Shift+Kon macOS,Ctrl+Shift+Kelsewhere. - Search vault:
Cmd+Kon macOS,Ctrl+Kelsewhere.
Chrome:
- Open
chrome://extensions. - Enable Developer mode.
- Click Load unpacked.
- Select
stash-extension/.
Firefox:
- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on....
- Select
stash-extension-firefox/manifest.json.
Bookmarks and settings are stored in the browser profile. STASH does not use host permissions, remote scripts, accounts, analytics, or extension-initiated network calls.