Go to file
antelle f6b7c7bb00
Merge branch 'develop'
2020-04-03 21:09:32 +02:00
.github deploy 2020-03-23 21:46:02 +01:00
app languages 2020-04-03 21:08:02 +02:00
build signing code on a Windows VM 2020-04-03 20:26:27 +02:00
desktop bump version 2020-04-03 20:28:48 +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 fixed appimage 2020-04-03 17:17:30 +02:00
plugins 2019 2019-08-19 23:33:52 +02:00
test moved tests 2020-03-21 12:43:59 +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 signing code on a Windows VM 2020-04-03 20:26:27 +02:00
LICENSE 2019 2019-01-06 18:40:23 +01:00
README.md Update README to use npm scripts (which use --no-sign by default) 2020-01-19 23:31:32 +13:00
dev-env.sh removed tools 2020-03-23 21:33:11 +01:00
grunt.entrypoints.js running tests during build 2019-10-12 14:23:19 +02:00
grunt.tasks.js fix #1438: content security policy 2020-04-02 16:27:10 +02:00
jsconfig.json jsconfig for vscode 2019-09-16 18:34:58 +02:00
package-lock.json bump version 2020-04-03 20:28:48 +02:00
package.json bump version 2020-04-03 20:28:48 +02:00
postcss.config.js autoprefixer 2019-09-20 23:37:17 +02:00
release-notes.md bump version 2020-04-03 20:28:48 +02: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:

npm run dev
npm run electron

For debug build:

  1. run npm run 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