Go to file
Dimitri Witkowski e6df216291
Update README.md
2022-06-09 20:16:26 +02:00
.github about version in the the bug report template 2021-05-14 20:56:48 +02:00
app disabled automatic installation of KeePassXC-Browser extension 2021-07-18 16:19:28 +02:00
build deleted native-messaging-host 2021-04-20 17:07:50 +02:00
desktop bump version 2021-07-18 16:06:15 +02:00
graphics fix #689: custom title bar on Windows 2021-03-03 22:12:49 +01:00
img updated screenshot 2020-11-29 14:44:39 +01:00
package creating browser socket in a group container on macOS 2021-04-15 20:38:13 +02:00
plugins update.json 2021-01-07 22:05:04 +01:00
test fixed phonetic password generation 2021-05-08 17:13:10 +02:00
util always write version with 2 spaces 2021-05-08 19:35:36 +02:00
.babelrc fix #1816: old Chromium support, such as Android Edge 2021-05-13 10:45:48 +02:00
.editorconfig editorconfig 2021-05-04 17:18:26 +02:00
.eslintrc kdbxweb v2 2021-05-08 11:38:23 +02:00
.gitignore deleted native-messaging-host 2021-04-20 17:07:50 +02:00
.prettierrc Fix build config to support Windows path separators and newlines 2020-01-18 16:42:36 +13:00
CONTRIBUTING.md contributing 2020-04-18 13:11:05 +02:00
DEPS-LICENSE Rename LICENSES-DEPENDENCIES to DEPS-LICENSE 2017-12-04 22:00:27 +01:00
Gruntfile.js fixed native messaging host mode 2021-05-08 17:48:30 +02:00
LICENSE year 2021-01-30 23:41:32 +01:00
README.md Update README.md 2022-06-09 20:16:26 +02:00
SECURITY.md Create SECURITY.md 2020-04-28 23:33:23 +02:00
dev-env.sh renamed the extension 2021-04-17 16:57:06 +02:00
grunt.entrypoints.js deleted native-messaging-host 2021-04-20 17:07:50 +02:00
grunt.tasks.js fixed Windows code signing 2021-05-08 19:57:02 +02:00
jsconfig.json jsconfig for vscode 2019-09-16 18:34:58 +02:00
package-lock.json bump version 2021-07-18 16:06:15 +02:00
package.json bump version 2021-07-18 16:06:15 +02:00
postcss.config.js autoprefixer 2019-09-20 23:37:17 +02:00
release-notes.md release notes 2021-07-18 16:20:52 +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

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.
Looking for a new maintainer, see #2022

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 files will be in dist/).
Desktop apps are built with grunt desktop. This requires some magic and currently works only on CI, you can find more details in the GitHub Actions workflow.

To run the desktop (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

To build desktop apps, use these goals, the result can be found in tmp:

npm run dev-desktop-macos
npm run dev-desktop-windows
npm run dev-desktop-linux

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.

Other ways of contribution can be found on this page.

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.

Thank you

Notable contributions to KeeWeb:

License

MIT