A local password manager and password-changer automation tool.
For more information check the wiki.
SVC is currently in active beta development and is NOT recommended for general or production use.
Core features, security, and functionality are still being actively tested and refined.
This repository is publicly available primarily for development, contributor collaboration, and code transparency.
Do not rely on this application for critical credential storage until a stable public release is announced.
Use at your own risk.
npm installnpm run dev- Web UI:
http://localhost:5173 - API:
http://localhost:8787
npm run buildnpm run start- Production app URL:
http://localhost:8787
npm run desktop:devThe desktop shell starts the local server and opens the app in a desktop window.
npm run desktop:buildFor an installer package:
npm run desktop:distContributing: Please read the Contributing Guide and our Commit Convention before opening a Pull Request.