keeweb/README.md

1.5 KiB

KeePass web app (unofficial)

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.

screenshot

Quick Links

Web Windows Mac OSX Linux

Status

Reading and display is mostly complete; modification and sync is under construction, please see TODO for more details.

Building

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/.

Contributing

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).

License

MIT