1089
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 May 2026
1089 points (99.5% liked)
Technology
85043 readers
1861 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
Narrator: ...but it did.
I'm amazed that vaultwarden has maintained such fantastic compatibility with bitwarden. ...but all it takes is one api with an obfuscated "signed request" to bring it all down.
No?
I get that clients might break, but the web portal running inside vaultwarden isn't gonna suddenly stop working.
Vaultwarden itself is self-contained. An API change won't do anything to it.
Then it creates the opportunity (need) for an open sourced client, if that ever happens, I'm confident the community will come together and make one using the currently known API calls.
The current (at least android) client for bitwarden is already open source (GPL 3).
I wasn't certain what the bitwarden clients were licensed under.
...but if they're all GPL, then yeah - it'll just get forked. Just like terraform vs opentufu. Just like MySQL vs MariaDB - it's a tale as old as time (unfortunately).
Vaultwarden has a backend encrypted db and web server, with it's own API. The bitwarden clients are currently opensource so there could be a fork for the browser extension, and desktop client. Unlike 1Password, there is a good opensource base.