Some FOSS programs, due to being mantained by hobbyists vs a massive megacorporation with millions in funding, don’t have as many features and aren’t as polished as their proprietary counterparts. However, there are some FOSS programs that simply have more functionality and QoL features compared to proprietary offerings.

What are some FOSS programs that are objectively better than their non-FOSS alternatives? Maybe we can discover useful new programs together :D

I’ll start, I think Joplin is a great note-taking app that works offline + can sync between desktop and mobile really well. Also, working with Markdown is really nice compared with rich text editors that only work with the specific program that supports it. Joplin even has a bunch of plugins to extend functionality!

Notion, Evernote, Google Keep, etc. either don’t have desktop apps, doesn’t work offline, does not support Markdown, or a combination of those three.

What are some other really nice FOSS programs?

edit: woah that’s a whole load of cool FOSS software I have to try out! So far my experiences have been great (ShareX in particular is AWESOME as a screenshot tool, it’s what snip and sketch wishes it could be and mostly replaces OBS for my use case and a whole lot more)

  • dave@lemmy.wtf
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Keepass. ill skip the obvious and just mention the really neat features that other server/cloud based password managers dont or cant have.

    • on desktop, you dont need any browser extension to fill in passwords since the “autotype” feature in keepassXC handles that. this means your browser has no to access your database at all. any password manager thats connected to your browser in any way is a huge security risk imo.
      (i would recommend this extension that changes the window title though)

    • you can have 2 databases open at the same time (in keepassXC and keepassDX at least), which means you can have important logins in one and everything else in the other one. if you ever get annoyed having to unlock your vault using a really long master password just so you can autofill some crappy forum password then you might get why 2 databases is a good idea!

    • you can fill in login details for desktop programs. (maybe others do this now but they didnt when i switched to keepass years ago)

    Aegis authenticator. its been years since ive used google’s authenticator app so maybe its improved now, but it used to be very spartan. it showed you your OTP codes and thats about it.

    Aegis lets you add an icon to each entry and the different sized text makes things a lot easier to read. the visual timer is much clearer as well and the text turns red when its close to running out.

    you can also backup your codes so if you lose your phone its no big deal. you can unlock the app with your fingerprint. you can tap on a code and then have it add that to the clipboard and then go back to the previous app

    • sbird@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      interesting that keepassXC doesn’t need a browser extension. I might have to try it out, seems pretty cool.

      • dave@lemmy.wtf
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        yea it simulates keypresses somehow, like how autohotkey or xdotool does. i should probably throw out a disclaimer before i hype it up too much though :p

        it used to work a lot better back when most sites had both the username and password input box on the same page. sites like google have started putting them on different pages now which confuses things. the sequence of keys it sends is {USERNAME}{TAB}{PASSWORD}{ENTER} so it doesnt really have awareness of the actual input box elements the way a browser extension would

        the quick fix for this is to just use the separate hotkeys ctrl+1 to autotype the username and then ctrl+2 for the password