This webapp can read KeePass databases. It doesn't require any server or additional resources. It can be run either in browser, or as a desktop app.
Web: Web App
Desktop: Windows
Mac OSX
Linux
Timeline: Release Notes
TODO
On one page: Features
Reading and display is mostly complete; modification and sync is under construction, please see TODO for more details.
The app can be built with grunt: grunt
(html file will be in dist/
) or grunt watch
(result will be in tmp/
).
Electron app is built manually, scripts and configs are in util
directory.
To run Electron app without building, install electron package (npm install electron-prebuilt -g
) and start with electron ./electron/
.
Plugins are not supported for now. If you want to add a feature, please contact the author first. Pull requests, patches and issues are very welcome.
If you have found an bug, please open an issue and fill in the app version and your user-agent
(you can find these details on Settings/Help section).