this post was submitted on 02 Sep 2026
712 points (97.2% liked)

Technology

87814 readers
3304 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

1Password faced immediate backlash from customers this week over a $300,000 pledge in support of a Linux distro created by David Heinemeier Hansson, who has regularly published overtly racist blog posts that include comments calling for deportation of ethnic minorities in Europe. The popular password manager is now a “distinguished corporate patron” of Omacom, the nonprofit foundation that oversees a popular Linux distribution known as Omarchy.

Archive: https://archive.is/osNh3

you are viewing a single comment's thread
view the rest of the comments
[–] Axolotl_cpp@feddit.it 15 points 2 days ago (2 children)

There is also Vaultwarden which is basically a drop in for Bitwarden

[–] sudoer777@lemmy.ml 4 points 1 day ago* (last edited 1 day ago) (2 children)

now we need a fork/replacment for their shitty clients that have unreliable offline functionality and were on an EOL Electron for like 3 months, and for rbw which hasn't been updated in ages and has compatibility issues with bitwarden.com now

[–] bilb@lemmy.ml 1 points 17 hours ago* (last edited 17 hours ago) (1 children)

There's KeyGuard, but the license is simply "All rights reserved." Source available, non foss?

https://github.com/AChep/keyguard-app?tab=License-1-ov-file

[–] sudoer777@lemmy.ml 1 points 10 hours ago

Yeah no thanks

[–] Axolotl_cpp@feddit.it 2 points 1 day ago* (last edited 1 day ago) (1 children)

I hope someone makes a replacement rather than a fork, i reallly hate Electron, we need to hope for a fork of the browser extension too
(Before anyone says anything: yes i thought of making it myself but i don't really have expirience in security stuff and fluff so i'd rather wait for someone expirienced to do it)

[–] sudoer777@lemmy.ml 1 points 10 hours ago* (last edited 10 hours ago)

Agreed, Electron has so much weird behavior and is a bloated slow mess. My latest annoyance with Electron is that it has the keyrings hardcoded to the desktop environment instead of going through the proper DBus APIs which of course breaks on my own desktop environment and I have to add a flag to all of my Electron apps to work around this.

[–] jaygray91@piefed.zip 1 points 1 day ago (1 children)

I must be confusing vaultwarden with another bitwarden compatible thing and thought this is the one I have to host a server myself.

Probably better that I do that tbh

[–] WhyJiffie@sh.itjust.works 1 points 1 day ago (1 children)

that's right, vaultwarden is the server. It's not a bad idea to host it yourself, but this is kinda a critical service, and the clients are not too good in keeping the data accessible if the server goes down. so, choose wisely. there are also unofficial public bitwarden servers you can use. if that sounds better, choose one that hosts multiple services and has a community around it, those have a better chance of being kept alive.

[–] jaygray91@piefed.zip 1 points 16 hours ago (1 children)

My thought process is that I set up the server on my home computer as the main base, and have that occasionally sync to my other devices such as phone and laptop, and sync back to it if I do any changes in those. The remote devices should have local database because my main computer will not always be online.

How feasible is that and how easy is that to set up?

Or should I just set up keepass instead since IIRC that's one of the ways it can be set up.

[–] WhyJiffie@sh.itjust.works 1 points 7 hours ago (1 children)

The remote devices should have local database because my main computer will not always be online.

yeah, about that. none of the official bitwarden clients allow editing if the server is not accessible. they didn't want to have to deal with conflict resolution

Or should I just set up keepass instead since IIRC that's one of the ways it can be set up.

sounds like a better idea. but synchronization wise, conflict resolution has to happen somewhere. like when you edit an entry on two devices, and later they try to sync both changes at once. Fortunately tye keepass format has a more comprehensive entry edit history than bitwarden, so clients can figure it out.
keepassxc on linux supports something called keeshare, check how is compatibility for that with your mobile keepass app. original keepass on windows supports some kind of automatic merging on saving and loading, maybe keepassxc does that too? if you end up using synthing, conflicts could occur at that layer, which is not hard but not so straightforward to handle, but keeshare is supposed to help with that I think.

[–] jaygray91@piefed.zip 1 points 4 hours ago

Yeah, I feared that bitwarden might not like that with my scenario.

I've been putting off keepass ever since I found lastpass all those years ago and then learned about keepass. I guess I have to dedicate a weekend some time reading and setting everything up keepass between my Linux home base computer, android phone and grumble Windows work laptop.