PeerPass – your digital life manager. Pure P2P, everything is encrypted by default. Full control in your hands, no more data breaches. The goal is to be an alternative to well-known password managers like LastPass and 1Password (both have breached). The main difference is that this is FOSS (Free and Open Source Software) and peer-to-peer, meaning you own your data. No compromises, no middlemen, no servers—just you and your key pair.
Built using P2P building blocks by Holepunch - Developed and deployed on Pear runtime
Frontend and backend are separated into their own repositories; this is the frontend repository. You can find the backend from here.
- Create/Restore/Login users
- CRUD operations for Passwords
- Quick actions to use passwords
- Easy data backup and restore
- In-app voting for features and feedback
- WIP: CRUD operations for Secure Notes
- WIP: Share info P2P
If you do not have pears installed, get started here.
git clone <repo_url>
// Install modules, and start development
npm install && npm run dev