Minimal, fast, and secure password manager
Zap is a minimalist password manager built for speed, security, and designed to keep your secrets safe with modern encryption and a straightforward, easy-to-use interface.
- Minimal and to the point.
- Zero Knowledge Vault Storage
- Multi Device (limited to browsers for now)
- Easy self hosting (for all those home-labbers)
- Login using Google
- Browser extension
- Native apps (iOS/Android)
- Real time vault update
- TOTP and Passkeys
- WebAuthn (for vault unlock)
- Import/export from other managers (Bitwarden, 1Password, etc.)
- Secure sharing of passwords/secrets
- Offline mode
- Theming and accessibility improvements
- Audit logging
- User profile customizations
- File upload and management
- Admin ui for instance management
You will need to run the backend first.
- Clone the repo
git clone https://github.com/felix-kyun/zap.git cd zap - Install dependencies
npm install
- Run locally
npm run dev
- Build
npm run build
Contributions are welcome! Please check out our issues and pull requests to get involved.
Built with ❤️ by felix-kyun