πŸ” v1.0.0 Β· Local-first Β· 100% offline

Your bookmarks & passwords,
encrypted on your device.

AtStash is a secure bookmark and password manager for your browser. AES-256-GCM encryption, one-click auto-fill, and encrypted backups β€” with no account, no cloud, and no tracking. Ever.

AES-256-GCM PBKDF2 Β· 100k iterations 0 data collected Works offline
chrome-extension://atstash/popup.html
Master-password vault
One password unlocks everything β€” derived with PBKDF2 (100k iterations).
One-click auto-fill
A pill appears on login pages β€” click to fill credentials instantly.
Encrypted backups
Self-contained .atstash files, restorable anywhere with your password.
Password generator
Strong random passwords with guaranteed character classes.

Everything you need, nothing you don't

A focused feature set built around one principle: your data stays yours.

Bank-grade encryption

Every bookmark and login is individually encrypted with AES-256-GCM. Keys are derived from your master password with PBKDF2 (100,000 iterations, SHA-256).

Folders, tags & search

Organize bookmarks with nested folders, color your workflow with tags, and find anything with instant search across titles, URLs, usernames and tags.

One-click auto-fill

AtStash detects login forms and shows a "Fill saved login" pill. One click fills username and password β€” even on single-page apps.

Encrypted backups

Export your whole vault as a self-contained .atstash file, then import it on any machine. Items merge by ID β€” nothing is ever lost or duplicated.

Password generator

Generate cryptographically random passwords with guaranteed uppercase, lowercase, numbers and symbols β€” right inside the add-login form.

Auto-lock & shortcuts

Auto-lock after a timer you choose. Press Ctrl+Shift+S to open, Ctrl+Shift+L to lock instantly. Dark and light themes included.

See it in action

A look at the popup, the options page, and the auto-fill experience. Clean, focused, theme-aware.

Popup β€” BookmarksFolders, tags and instant actions on every item.
Popup β€” PasswordsReveal, copy (auto-clears in 15s), or fill into the active tab.
Unlock screenInstant lock with Ctrl+Shift+L. Session auto-expires.
Options β€” SecurityChange the master password, lock instantly, or clear all data.
github.com/login
Sign in to GitHub
Username or email
Password
Sign in
πŸ›‘ Fill saved login
Auto-fill pillDetected a login form? AtStash offers to fill it in one click.
Encrypted backupSelf-contained .atstash file, merge-on-import, nothing lost.

Security you can read the code for

AtStash is zero-knowledge by design. There is no server to trust β€” encryption happens entirely in your browser.

01

Encryption at rest

Every item is stored as an individually encrypted AES-256-GCM blob in chrome.storage.local. Folder and tag names are metadata; secrets never touch disk in plaintext.

02

Key derivation

Your master password is stretched with PBKDF2-HMAC-SHA256 at 100,000 iterations β€” the OWASP-recommended minimum β€” before a single byte is decrypted.

03

Ephemeral keys

The derived key lives in memory and in chrome.storage.session (in-memory only, cleared on browser restart). Auto-lock expires it on your schedule.

04

No network, no tracking

The extension requests no network permissions and collects zero telemetry. It works fully offline. Host permissions exist solely for auto-filling forms.

Get AtStash in minutes

Free forever. No account, no sign-up β€” download, load, and create your master password.

CHROME / EDGE

Chrome & Edge

Install from the packaged zip or build from source.

atstash-1.0.0-chrome.zip
  • Unzip the folder containing manifest.json
  • Open chrome://extensions β†’ enable Developer mode
  • Click "Load unpacked" β†’ select the folder
⬇ Download Chrome zip
FIREFOX

Firefox

Grab it from the official Add-ons store, or load temporarily for testing.

addons.mozilla.org/addon/atstash
  • Visit the Add-ons for Firefox listing
  • Click "Add to Firefox" β€” done
  • Or: about:debugging β†’ Load Temporary Add-on
🦊 Get it on Firefox
DEVELOPERS

From source

Clone or extract the source and build it yourself β€” fully open.

npm install && npm run build
  • Requires Node.js β‰₯ 20 (offline after install)
  • npm run dev for hot-reload development
  • 59 unit + integration tests included
πŸ“¦ View project

About this project

Built with TypeScript, React, WXT and the Web Crypto API. Open source, MIT licensed.

AtStash

A secure, local-first bookmark & password manager. Your data never leaves your device β€” encrypted at rest, decrypted only in memory, and recoverable only with your master password.

v1.0.0 MIT License Manifest V3

Developed by ATinfotech

ATinfotech builds practical, privacy-first web tools. Visit us to explore our products and services.