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!

  • Ardens@lemmy.ml
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    3 hours ago

    LibreOffice - simply the best office suite there is (IMHO). I was a MS-office user for years, but since I switched, I haven’t looked back…

  • Ardens@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    3 hours ago

    GIMP - unlike Krita - which is made for drawing - this is made for photo-editing. It’s like Photoshop. The learning curve is a bit steep, but it is really powerful.

  • Ardens@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    3 hours ago

    Firefox - the original private webbrowser. Even though some people don’t like the options in it (like those that let you stream Netflix and other DRM content). If people care about privacy, they use this browser, or one that is made from it…

  • Ardens@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    3 hours ago

    Thunderbird - a brilliant e-mail program, which also handles contacts, newsfeeds, calender and more. It’s available for multiple platforms, like Android, Windows, Linux and so forth…

  • unphazed@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    3 hours ago

    Learned about the mentos thing in 2006. Saw a list of things to flavor coke. This was #4 on the list and I decided to try it (yay mint coke) - at a dollar tree parking lot, in my car. Went off in my mouth and I maintained the pressure until I got the door open and my head out. Thankfully little mess on me or the car. Learned the internet can be full of sneaky assholes that day.

  • cally [he/they]@pawb.social
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 hours ago

    aria2. From the website:

    aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.

  • osugi_sakae@midwest.social
    link
    fedilink
    arrow-up
    6
    ·
    7 hours ago

    krename is another excellent, but not as well known as it should be, KDE app.

    krename can rename files and directories, and directories recursively, to almost anything. You can rename:

    • using information from the files or about the files (image info, date / time info, etc)
    • with templates (like #### for incrementing 0001, 0002, 0003, etc)
    • by adding parts of the original file name (first three characters then the last 4 characters, for example)
    • using find and replace (spaces to underscore, remove special characters, etc), including regular expressions
    • by changing case

    or with a mix of everything.

    krename has a simple mode and an advanced mode for renaming, so you don’t have to jump into the deep end with the features.

    You do have to be careful with some of the file info functions - it will happily try to rename a movie or a pdf with (non-existent) image EXIF info, for example. That would result in a file with a name you did not intend.