📦 Secman Hub is a web application for managing your passwords and other secrets.
Visit hub.secman.dev
- Wait until
App is available
is displayed in the status bar. - Click the
Install Secman Hub as Desktop App
button. - When the installation is complete, refresh the page.
First sign up via Secman Authorize Website
# install deps
yarn
# run secman hub in dev mode
yarn serve
# build application for production
yarn build