Go to file
Brad Christensen 556fc31000 Fix build config to support Windows path separators and newlines 2020-01-18 16:42:36 +13:00
.github Update FUNDING.yml 2019-10-27 22:34:12 +01:00
app fix #1385: fixed a file watcher error on network locations 2020-01-05 15:45:06 +01:00
build Fix build config to support Windows path separators and newlines 2020-01-18 16:42:36 +13:00
desktop fix #1065: PORTABLE_EXECUTABLE_DIR environment variable 2019-11-06 23:14:20 +01: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 Merge branch 'release-1.11' 2019-10-11 21:07:12 +02:00
plugins 2019 2019-08-19 23:33:52 +02:00
test collection tests 2019-10-27 10:35:36 +01: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 tests 2019-10-12 13:24:37 +02:00
.prettierrc Fix build config to support Windows path separators and newlines 2020-01-18 16:42:36 +13: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 Merge branch 'master' into develop 2019-10-27 11:05:23 +01:00
LICENSE 2019 2019-01-06 18:40:23 +01:00
README.md readme links 2019-11-03 09:51:05 +01:00
dev-env.sh keeweb-tools 2019-10-07 19:32:51 +02:00
grunt.entrypoints.js running tests during build 2019-10-12 14:23:19 +02:00
grunt.tasks.js fix #1313: disabled code signing for macOS dmg 2019-10-27 10:39:00 +01:00
jsconfig.json jsconfig for vscode 2019-09-16 18:34:58 +02:00
package-lock.json bump version 2019-11-06 19:48:57 +01:00
package.json bump version 2019-11-06 19:48:57 +01:00
postcss.config.js autoprefixer 2019-09-20 23:37:17 +02:00
release-notes.md fix #1385: fixed a file watcher error on network locations 2020-01-05 15:45:06 +01:00
webpack.config.js tests 2019-10-12 13:24:37 +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, GitHub

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

You can also sponsor the developer directly on GitHub.

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

License

MIT