I find it quite hard to find open source software for windows. In time i might switch to linux, but for now i am stuck with windows 10.

Is there some reliable place where you can search for open source software?

Or is it that devs usually just don't bother with windows?

EDIT: everyone, thank you so much for your input! I will check it all out. Yes, of course windows is evil, and i hope/expect to switch to linux before windows 11 comes around, but i still need it for a few programs, unfortunately. Once these come with a linux version - which is in the works - i can make the switch. Degoogling/demicrosofting is a process and i'm working on it.

Have a great weekend and thank you for the time to answer my question.

  • @[email protected]
    link
    fedilink
    381 year ago

    You may want to check out Chocolatey, https://chocolatey.org/ it’s a package manager for windows. Install chocolatey gui to geat an easy way to work with it. It works fine via powershell, you just need to learn the commands. They have tons of info on there sight. Good luck and enjoy

    • Atemu
      link
      fedilink
      181 year ago

      Note that while chocolatey is a package manager in some sense, unlike "proper" package managers, it relies on the individual apps' Windows installers to execute the actual installation functions.

      It also contains tonnes of unfree software; it's just a repository for installers afterall.

    • Kushan
      link
      fedilink
      English
      31 year ago

      This is a good response and worthy of being the top answer, however I feel the need to point out that it isn't actually what OP is asking for.

      F-Droid specifically only hosts open source software, in fact it builds that software itself, it is t just another store or package repository.

      Chocolatey does not build the applications it deploys and in fact contains plenty of closed source, proprietary and paid for software. It's a fantastic tool and I use it a lot myself, but I wanted to be explicit that it's not analogous to F-Droid at all.

  • @[email protected]
    link
    fedilink
    101 year ago

    Choco is pretty good but it does have less packages than say, brew.

    As someone who has packaged for Mac's with brew and RPMs and debs on Linux, packaging for windows is a total pain. Choco uses nuget 2 for self hosted repos which means you need to run a server for your packages, which there are things like the PPAs for Linux and Brew uses GitHub releases so you don't need to host anything yourself to provide binaries.

    This is also on top of windows needing extra work to develop for, because windows filesystem works differently enough to need code specially for windows. All of this means that windows users suffer on the open source software front.

    • @[email protected]
      link
      fedilink
      51 year ago

      How do people like scoop and chocolatey better than winget? Winget is thousands of times more reliable and useful to me.

      • people_are_cute
        link
        fedilink
        6
        edit-2
        1 year ago

        Winget… literally just acts as an installer downloader. Scoop and Chocolatey actually maintain repositories.

        Not to mention Scoop offers a lot more Unix tools that winget won't. Also it stores everything cleanly in a single folder in your %userprofile% and never requires admin privileges.

        Also, winget serves more proprietary software than FOSS, which is something OP cares about.

        • @[email protected]
          link
          fedilink
          01 year ago

          And creates huge fucking issues by not using the actual installers and doing user installs in many, many instances. Winget just works, which was my entire point.

          And I've seen little to no important FOSS projects that weren't available from winget, which you'd know if you'd actually try it.

      • Pyro
        link
        fedilink
        English
        61 year ago

        For me, Scoop feels faster and I also don't have to remember/find the package name of what I want to install.

        If I want to install Everything, I just type scoop install everything. I wanted Everything, it installs Everything. Easy. If I try winget install everything, no. I have to remember the author as well and type winget install voidtools.Everything. It's just a bit annoying.

        Plus, I know where all my software is with Scoop. Windows installers love flinging files all over your system, but with Scoop they're all in the apps folder. It's not always the case, but I trust Scoop apps to stay where they are more than Windows installers.

        • @[email protected]
          link
          fedilink
          11 year ago

          You can 100% use winget install [softwarename] if it doesn't collide with another piece of software of the same name.

          And throwing everything in a user directory causes tons of issues that I've seen when something is expected to be installed the way Windows needs it to be.

  • Pyro
    link
    fedilink
    English
    21 year ago

    Windows users generally don't care as much about using open source software, so there isn't really an audience for such a place.

    • @[email protected]
      link
      fedilink
      101 year ago

      There are a ton of great FOSS for Windows. Even before I moved to Linux as my primary OS, I used many of these because they were often just better than the proprietary alternatives.

      • Pyro
        link
        fedilink
        English
        01 year ago

        Oh, for sure. I do like using FOSS and Windows is my primary OS (for game compatibility reasons), but I'm saying that the number of Windows users who care enough about FOSS to seek out an F-Droid equivalent is very low, which is likely why nobody has bothered to build one yet.

        • @[email protected]
          link
          fedilink
          31 year ago

          Windows has billions of users, I guarantee you more than a few care about FOSS.

          Also FOSS repos for Windows do exist, as explained in other comments here.

    • Otter
      link
      fedilink
      English
      51 year ago

      I feel like a lot of people might like Foss, but still use FOSS. Sometimes you might need it for work/school but still want as many FOSS apps as you can get.

      Analogy: A lot of people that use FOSS apps on Android aren't running GrapheneOS

      If it was easier to find FOSS stuff on windows, I think more people would use it and care about it.

    • @[email protected]
      link
      fedilink
      English
      41 year ago

      Maybe not your typical users, but a lot of open sourced software us Linux users enjoy have Windows versions easily available.

  • @[email protected]
    link
    fedilink
    English
    -21 year ago

    F-Droid does a lot of vetting to help users avoid anti-features and other abuse.

    Windows has anti-features built right into the OS, so on that platform such vetting is kinda pointless.

    So, no, not really.