This is a lightweight, standalone HTML version of the Lesspass password manager. In this version, you can download the single HTML file and have your favorite password manager with you forever, without depending on the website, repository, internet connection and without the need to install any app on your OS. Your system only needs a modern browser(preferably Chrome). You can also back up this file wherever you want.
- Open the website and click the "Download this page" button, or...
- Go to the
distfolder (or click here) and download theindex.htmlfile.
Just open it in your browser, preferably Chrome, since I developed this using Chrome for testing.
You can know how it work here.
To install the project in your machine you will need:
To run the project:
npm ito install (only necessary the first time)npm run devto run the local servernpm run buildto generate the HTML file for productionnpm run previewto preview the build file
This project use:
- Lesspass package
- water.css with some custom styles
- Vite build tool
- Vanilla JS