Discover Hidden Gems: Open-Source Software You Should Know About

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!

  • CubitOom@infosec.pub
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    pass coupled with the pass-otp extension and synced with a private git repository is what I use for all my passwords and encryption.

    It’s self hosted on really any device so you don’t have to worry about some company getting hacked and having to change everything.

    Since it can be synced over git, any synced device will be able to verify OTP requests. This means that I can use my android phone, my laptop, or my desktop to sign into anything without needing a different device to be on me at all times.

    I like the CLI but it also has many other clients to choose from and most do auto fill very well.

    Here is a handy guide to using pass: https://ryan.himmelwright.net/post/setting-up-pass/