Git Product home page Git Product logo

keeweb's Introduction

KeeWeb Password ManagerπŸ”‘


KeeWeb is a browser and desktop password manager which is capable of opening up existing KeePass database `kdbx` files, or creating new vaults to store your important credentials in.

screenshot


Test Status Code Coverage Last Commit Size All Contributors






About

KeeWeb is a password manager which supports managing kdbx files created by other applications such as KeePass, KeePassXC, etc. You choose the platform you wish to run; as KeeWeb supports being installed and ran as either a Desktop application, or in your web-browser.


With support for Linux, Windows, and MacOS, we give you the tools to seamlessly manage your most important credentials across multiple applications and platforms.


Decide how you want to save your credential vault, KeeWeb supports saving your database as a local file, or you can store your password vault with some of the most popular cloud services such as Dropbox, Google Drive, and Microsoft OneDrive.


Quick Links

Review some of our most important links below to learn more about KeeWeb and who we are:


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




Self-hosting

Want to self-host your copy of KeeWeb? Everything you need to host this app on your server is provided within the package. KeeWeb itself is a single HTML file combined with a service worker (optionally; for offline access).


You can download the latest distribution files from gh-pages branch.


Docker Users:

  1. Place your dh.pem, cert.pem, key.pem to /etc/nginx/external/
  2. Then execute the command below:

docker run --name keeweb -d -p 443:443 -p 80:80 -v $EXT_DIR:/etc/nginx/external/ antelle/keeweb

To configure Dropbox support on your self-hosted setup view our Wiki page.




Build From Source

The easiest way to clone all KeeWeb repos is:

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

KeeWeb can be built utilizing the grunt commandline. Each platform has multiple commands you can use; pick one:


Platform: Windows

You may build KeeWeb for Windows by executing ONE of the following two commands provided:

Using Grunt

grunt dev-desktop-win32 --skip-sign

Using NPM

npm run dev-desktop-windows

Platform: Linux

You may build KeeWeb for Linux by executing ONE of the following two commands provided:

Using Grunt

grunt dev-desktop-linux --skip-sign

Using NPM

npm run dev-desktop-linux

Platform: MacOS

You may build KeeWeb for MacOS by executing ONE of the following two commands provided:

Using Grunt

grunt dev-desktop-darwin --skip-sign

Using NPM

npm run dev-desktop-macos

Once the build is complete, all (html files will be in dist/ folder. To build KeeWeb, utilize the following commands below.


To run the desktop (electron) app without building an installer, build the app with grunt and then launch KeeWeb with one of the following commands:


npm run dev
npm run electron

To debug your build:

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

Once built, the output files will be generated in tmp:




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.




Contributors ✨

We are always looking for contributors. If you feel that you can provide something useful to KeeWeb, then we'd love to review your suggestion. Before submitting your contribution, please review the following resources:


Want to help but can't write code?


The following people have helped get this project going:

All Contributors

Antelle
Antelle

πŸ’» πŸ“† πŸ”
Aetherinox
Aetherinox

πŸ’» πŸ“† πŸ”
HarlemSquirrel
HarlemSquirrel

πŸ’» πŸ“†



keeweb's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.