https://github.com/barturba/fastpw2
A lightweight, local-first password manager. AES-256 encryption. No cloud storage. No telemetry.
https://github.com/barturba/fastpw2
cross-platform desktop-app electron encryption local-first offline-first password-manager passwords privacy security
Last synced: 2 months ago
JSON representation
A lightweight, local-first password manager. AES-256 encryption. No cloud storage. No telemetry.
- Host: GitHub
- URL: https://github.com/barturba/fastpw2
- Owner: barturba
- Created: 2025-09-07T19:47:39.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-08T02:11:52.000Z (10 months ago)
- Last Synced: 2025-10-07T05:55:34.898Z (9 months ago)
- Topics: cross-platform, desktop-app, electron, encryption, local-first, offline-first, password-manager, passwords, privacy, security
- Language: TypeScript
- Size: 893 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastPW2
A lightweight, local-first password manager. AES-256 encryption. No cloud storage. No telemetry.
## Quick start
```bash
npm install
npm start
```
## Build & Release
```bash
npm run build # Current OS
npm run dist # All platforms (macOS, Windows, Linux)
npm run release # Publish (requires GitHub token)
```
## License
MIT