peach-browser

@june

Free Open Source Zero Knowledge Password Manager.

https://peachpasswords.com

TypeScript

v5.2.21 · 1901 saves · 100,928 lines · updated 2 days ago · trusted

1901 saves
440 files ⇓ bundle
1901 saves
95e2413471ddfix: Keep pairing relay control in view (v5.2.21)dev2 days ago
ded0193884b0fix: Fit pairing birds and QR without scrolling (v5.2.20)dev2 days ago
03f51fb1d371fix: Keep pairing birds below the device header (v5.2.19)dev2 days ago
c5c68565bc6efix: Stabilize Firefox pairing and listener sync status (v5.2.18)dev2 days ago
details

Peach

A free, open source, local-first password manager for Chrome, Firefox, and Android.

Peach encrypts your vault on your device. No hosted vault, subscription, or account is required to use it.

peachpasswords.com


Features

  • Passwords, cards, and secure notes — keep your private data together in one encrypted vault
  • Inline autofill — fill and save credentials without leaving the page
  • TOTP built in — generate two-factor codes without a separate authenticator
  • Password health — find weak, reused, and exposed passwords
  • Portable backups — export and restore with PeachScript or a .peach file

Peach Pro adds:

  • Peach Sync — end-to-end encrypted sync across paired devices
  • Passkeys — save and use passkeys in Chrome and Firefox
  • Peach Codex — print an encrypted, scannable backup of your vault
  • Advanced vault health, Canary Entries, and duress tools

See the Peach website for current availability and Pro details.


Install


Open Source

Peach is released under the GPL v3. This repository contains the browser extensions and shared web application code.

The source is hosted on Kepr, Asha Software's version control platform.


Security

Vault data is encrypted with AES-256-GCM and protected by Argon2id key derivation. Peach Sync authenticates paired devices and encrypts data in transit.

Implementation details live alongside the code:


Building

bun install --frozen-lockfile
bun run build

Builds are written to dist-chrome/, dist-firefox/, and dist-mobile/.


Built by Asha Software · [email protected]