Releases: Xeyo-Developer/PassManager
Releases · Xeyo-Developer/PassManager
Pass Manager v1.0.3
Update v1.0.3
Pass Manager v1.0.2
Update
Pass Manager v1.0.1
Update
Pass Manager v1.0.0
PassManager is private, offline-first password manager that stores all your data locally with no server connection required.
✨ Features
- Secure local storage of passwords
- Password generation and management
- Lightweight and fast
- Quick Start
- No internet connection needed
🔐 Requirements
- Node.js 20.x.x or higher version
🖼️ Preview
🔰 Installation
git clone https://github.com/Xeyo-Developer/PassManager
npm install
tsc # If you do not have TypeScript installed on your device, check the commands in the section below.
npm run startIf you have not installed TypeScript, you can install it in a few steps:
npm install -g typescript
npx init tsc

