Go to file
antelle 02b7266206 updated windows helper for #554 2019-09-12 23:37:31 +02:00
.github removed stale bot config 2019-09-09 08:33:57 +02:00
app fix #554: checking active window id during auto-type 2019-09-12 22:38:21 +02:00
build better eslint 2019-08-18 10:17:09 +02:00
desktop set version 2019-09-09 17:09:42 +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 set version 2019-09-09 17:09:42 +02:00
.editorconfig fixed editorconfig 2019-08-16 23:09:14 +02:00
.eslintrc fix #1235: custom themes loading 2019-08-20 20:18:16 +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 fix build 2019-09-09 17:13:28 +02:00
LICENSE 2019 2019-01-06 18:40:23 +01:00
README.md donation link 2019-09-07 21:06:33 +02:00
dev-env.sh dev-env.sh: use HTTP schema as default for cloning 2019-02-22 18:58:29 +01:00
grunt.entrypoints.js prettier 2019-08-16 23:05:39 +02:00
grunt.tasks.js fix #1244: deb file permissions issue 2019-09-09 16:24:45 +02:00
package-lock.json bump version 2019-09-09 17:03:39 +02:00
package.json prettier 2019-09-09 17:07:24 +02:00
release-notes.md fix #554: checking active window id during auto-type 2019-09-12 22:38:21 +02:00
webpack.config.js up argon2-browser 2019-09-08 09:55:46 +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

Usage

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

Features

Currently the project has reached the stage where the author is satisfied with the feature set. New features are not being actively developed, however issues are fixed and the app is constantly updated to support new platforms. Contributions are very welcome.

Development

There's an ongoing effort to migrate the app to react however it takes time and I don't know if it will happen. Currently we have a modern build system, but the framework (Backbone/jQuery) is ancient.

Self-hosting

Everything you need to host this app on your server is any static file server. The app is a single HTML file + cache manifest (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