We all love open-source software, but there are so many amazing projects out there that often go unnoticed. Let’s change that! Share your favorite open-source software that you think more people should know about. Here’s how you can contribute:

  1. Single Option Per Comment: Mention one open-source software per comment to be able to easily find the most popular software.
  2. No Duplicates: Avoid duplicating software that has already been mentioned to ensure a wide variety of options.
  3. Upvote What You Love: If you see a software that you also appreciate, upvote it to help others discover it more easily.

Check out last year’s post for more inspiration: Last Year’s Post

Let’s create a comprehensive list of open-source software that everyone should know about!

    • paper_moon@lemmy.world
      link
      fedilink
      arrow-up
      42
      arrow-down
      2
      ·
      12 days ago

      Mixed with syncthing to sync your database file across your devices and its chef’s kiss

      • CosmicTurtle0@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        12 days ago

        My only complaint with KeePass is that if any corruption occurs, your passwords are borked. I use KeePass for non-critical accounts, like Lemmy, etc. I don’t trust myself or the sync enough for storing my bank or other identity passwords.

        • SorteKanin@feddit.dk
          link
          fedilink
          arrow-up
          9
          ·
          11 days ago

          I have used KeePass for many, many years and have never run into this. Besides, I usually have a copy of the database on some other device so I’m not too worried

            • Mika@sopuli.xyz
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              edit-2
              10 days ago

              Beware that syncthing is a bad backup strategy as it will update to sync the broken file (or even file deletion). I advice to do some other sort of backup. Even a simple shell script that copies selected folders into selected location that you run from time to time is a better one.

              Edit1: I’ve looked at my script, I use rsync for that.

              • MalReynolds@slrpnk.net
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                10 days ago

                I use rsync for that.

                As does syncthing under the hood. The issue is with backing up an open database and getting an inconsistent state, but KeepassXC keeps its database closed except on update. I also tick the backup old before save setting in KeepassXC (the aforementioned ‘and it’s backup’) and use a versioning backup of the sync directory on the desktop with 3-2-1, so I am sanguine.