From e8d99ba952d5484fb867b4805daa7ab1633b7477 Mon Sep 17 00:00:00 2001 From: rdelaage Date: Tue, 31 Mar 2026 14:23:49 +0200 Subject: [PATCH] Add more information for bitwarden alternatives Bitwarden is not only a server but also a set of clients. The referenced vaultwarden alternative only implements the server part. Replacing bitwarden server with vaultwarden is not sufficient, an alternative client should also be used. rbw is an example of alternative client for the bitwarden protocol. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ada81f1..aac205c 100644 --- a/README.md +++ b/README.md @@ -366,7 +366,7 @@ Also, there is an advistory database of Rust slopware crates, which you can use | Name | Alternative(s) | Evidence | |---|---|---| | [AliasVault](https://aliasvault.net) | | Main instance uses "AI" "generated" [avatar](https://app.aliasvault.net/img/avatar.webp) | -| [Bitwarden](https://bitwarden.com/) | [vaultwarden] | Include [CLAUDE.md](https://github.com/bitwarden/server/blob/main/.claude/CLAUDE.md) | +| [Bitwarden](https://bitwarden.com/) | [vaultwarden] (server) / [rbw](https://github.com/doy/rbw) (client) | Include [CLAUDE.md](https://github.com/bitwarden/server/blob/main/.claude/CLAUDE.md) | | [KeepassXC](https://keepassxc.org/) | See below | Explicitly stated in [official blog post](https://keepassxc.org/blog/2025-11-09-about-keepassxcs-code-quality-control/).
Use Copilot to generate PRs: [Example 1](https://github.com/keepassxreboot/keepassxc/pull/12588), [Example 2](https://github.com/keepassxreboot/keepassxc/pull/12314), [Example 3](https://github.com/keepassxreboot/keepassxc/pull/12199). | > [!Note]