AltFreeStack
Password Managersdocker-readypermissive-license

KeeWeb: the best Open Source alternative to LastPass in 2026

KeeWeb is a web and desktop client for KeePass (.kdbx) databases, which you can self-host as a static app connected to your own cloud storage or server.

License MIT ~10k stars (estimated)Website GitHub Repository

Technical profile

License
MIT
Category
Password Managers
Replaces
LastPass
Tech stack
JavaScriptElectron

Key features

  • Compatible with KeePass .kdbx vaults
  • Connects to Dropbox, Google Drive or your own WebDAV
  • Works offline as a PWA

KeeWeb vs. LastPass

Pros

  • Builds on the KeePass format, very mature and well-audited

Things to consider

  • It's a client, not a server: sync depends on another backend

Quick Docker installation guide

Copy this docker-compose.yml, adjust the example passwords and run docker compose up -d on your server. See the full step-by-step guide →

docker-compose.yml
version: "3.9"
services:
  keeweb:
    image: antelle/keeweb:latest
    restart: unless-stopped
    ports:
      - "8080:80"
volumes: {}