PassManager is a private, offline-first password manager that stores all your data locally with no server connection required.
✔ Complete Privacy - All data stays on your device
✔ Cross-Platform - Works on Windows, macOS and Linux
✔ Zero Dependencies - No internet connection required
✔ Open Source - Fully transparent codebase
- Node.js 20.x or newer
- TypeScript (will be installed automatically)
# Clone the repository
git clone https://github.com/Xeyo-Developer/PassManager
cd PassManager
# Install dependencies
npm install
# Build and run
npm run start