🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

Vaultwarden

dani-garcia/vaultwarden
One-command deploy You need your own server, but the README has a copy-paste Docker command that gets it running.

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

Password managerEncryptionSelf-hostable
Vaultwarden repository card

Deploy command

docker pull vaultwarden/server:latest
docker run --detach --name vaultwarden \
  --env DOMAIN="https://vw.domain.tld" \
  --volume /vw-data/:/data/ \
  --restart unless-stopped \
  --publish 127.0.0.1:8000:80 \
  vaultwarden/server:latest

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

Stars
★ 68.1k
Language
Rust
License
AGPL-3.0
Last updated
2026-09-23
Category
Security & privacy
Section
General