Go to file
antelle 89a4ef2e4d keeweb-tools 2019-10-07 19:32:51 +02:00
.github removed stale bot config 2019-09-09 08:33:57 +02:00
app #1273: using a string from locale while creating new files 2019-10-06 18:53:39 +02:00
build fixed comments in output 2019-09-28 15:49:04 +02:00
desktop fix #480: option to launch the app minimized 2019-10-06 13:14:12 +02:00
graphics remove old gif 2016-07-16 20:59:53 +03:00
helper updated windows helper for #554 2019-09-12 23:37:31 +02:00
img new screenshot 2019-09-08 15:07:34 +02:00
package 2019 2019-08-19 23:33:52 +02:00
plugins 2019 2019-08-19 23:33:52 +02:00
util imports 2019-09-15 14:16:32 +02:00
.babelrc plugins for Edge 2019-09-28 13:20:51 +02:00
.editorconfig fixed editorconfig 2019-08-16 23:09:14 +02:00
.eslintrc es6 2019-09-13 20:34:52 +02:00
.gitignore ignored .iml 2019-08-16 20:03:58 +02:00
.prettierrc prettier 2019-08-18 08:05:38 +02:00
CONTRIBUTING.md comma 2019-08-18 08:17:32 +02:00
DEPS-LICENSE Rename LICENSES-DEPENDENCIES to DEPS-LICENSE 2017-12-04 22:00:27 +01:00
Gruntfile.js fixed desktop build 2019-09-28 20:27:39 +02:00
LICENSE 2019 2019-01-06 18:40:23 +01:00
README.md fixed the opencollective image 2019-10-04 21:13:32 +02:00
dev-env.sh keeweb-tools 2019-10-07 19:32:51 +02:00
grunt.entrypoints.js fix #156: using ServiceWorker instead of AppCache 2019-09-23 20:32:56 +02:00
grunt.tasks.js fixed desktop build 2019-09-28 20:27:39 +02:00
jsconfig.json jsconfig for vscode 2019-09-16 18:34:58 +02:00
package-lock.json Merge branch 'master' into develop 2019-10-04 21:30:44 +02:00
package.json Merge branch 'master' into develop 2019-10-04 21:30:44 +02:00
postcss.config.js autoprefixer 2019-09-20 23:37:17 +02:00
release-notes.md fix #480: option to launch the app minimized 2019-10-06 13:14:12 +02:00
webpack.config.js fake config for IDE's 2019-09-16 18:18:51 +02:00

README.md

Free cross-platform password manager compatible with KeePass

This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app.

screenshot

Quick Links

Apps: Web, Desktop
Timeline: Release Notes, TODO
On one page: Features, FAQ
Website: keeweb.info
Twitter: kee_web
Donate: OpenCollective

Status

The app is quite stable now. Basic stuff, as well as more advanced operations, should be rather reliable.

Self-hosting

Everything you need to host this app on your server is any static file server. The app is a single HTML file + a service worker (optionally; for offline access). You can download the latest distribution files from gh-pages branch.

If you are using Docker:

  1. put your dh.pem, cert.pem, key.pem to /etc/nginx/external/
  2. run this script:
docker run --name keeweb -d -p 443:443 -p 80:80 -v $EXT_DIR:/etc/nginx/external/ antelle/keeweb

To make Dropbox work in your self-hosted app, go to this Wiki page.

Building

The easiest way to clone all KeeWeb repos is:

curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash -

The app can be built with grunt: grunt (html file will be in dist/).
Desktop apps are built with grunt desktop. This works only in macOS as it builds dmg; requires wine.
Also, a hardware token is required.
To run Electron app without building an installer, build the app with grunt and start it this way:

grunt dev
npm run-script electron

For debug build:

  1. run grunt dev
  2. open http://localhost:8085

Contributing

Please read contribution guidelines for pull requests.
Here's a list of issues where your help would be very welcome. Also you can help by translating KeeWeb to your language.

Important notes for pull requests

  • please branch from develop, not master
  • don't edit translation files except base.json, they will be replaced

Donations

KeeWeb is not free to develop. It takes time, requires paid code signing certificates and domains.
You can help the project or say "thank you" with this button:
OpenCollective

Please note: donation does not imply any type of service contract.

License

MIT