Skip to content

Releases: Xeyo-Developer/PassManager

Pass Manager v1.0.3

07 Jul 18:11

Choose a tag to compare

Pass Manager v1.0.2

06 Jul 12:03

Choose a tag to compare

Pass Manager v1.0.1

05 Jul 16:48

Choose a tag to compare

Pass Manager v1.0.0

05 Jul 10:46
c3e79c2

Choose a tag to compare

PassManager Logo

PassManager

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

PassManager App 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 start

If you have not installed TypeScript, you can install it in a few steps:

npm install -g typescript
npx init tsc