Encrypts and decrypts your files with the password you specify
git clone https://github.com/ardagedikk/keeper.git
cd keeper
npm install
npm start
Build the application for specified or all platform:
npm run build-osx
npm run build-linux
npm run build-win32
npm run build
MIT