you are viewing a single comment's thread
view the rest of the comments
[–] 423 points 2 years ago (9 children)

TBF, they could probably make the "releases" page more prominent rather than having it buried in all the "code" stuff.

  • source
  • hideshow 17 child comments
  • [–] 294 points 2 years ago (8 children)

    GitHub has bad UX for people who just wanna download and use the programs

  • source
  • parent
  • hideshow 16 child comments
  • [–] 147 points 2 years ago (1 child)

    I'd agree, but the caveat is that github is primarily about an interface for source control and collaboration between developers for projects. The release page is really just an also-ran in terms of importance.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 72 points 2 years ago* (4 children)

    Imo they aren't even trying, because it's not that hard to make it better. Doesn't even have to be a compromise. Most people just need a visible download button for the programs, that's all.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 52 points 2 years ago (1 child)

    If that's a concern for the project maintainers, they should create a homepage for the project with download links.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (2 children)

    There is, it's literally right there on the home page of the project. You can either copy a URL and download it by cloning the git repo, or you can download the whole project as a zip file. Then you just have to compile it!

    GitHub is for developers, not end users.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 89 points 2 years ago (4 children)

    Excel has a bad UX for people who want to use it to make art

  • source
  • parent
  • hideshow 5 child comments
  • [–] 40 points 2 years ago* (2 children)

    Do most people who use Excel also make art with it? Because sometimes devs also just download exe files on GitHub :D

    They don't just always copy code from there.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 2 years ago (1 child)

    Do MOST people who use GitHub download .exes? In my experience the VAST majority of people are using it for source and version control, not external releases. The overwhelming majority. FOSS and OSS is a small portion of the overall GitHub user base compared to, say, enterprise companies.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 31 points 2 years ago (18 children)

    So you never downloaded a program on GitHub?

    No one everever said you need to compromise its focus on developers. There is no compromise to be made. It's just a stupid button. Stop arguing lol.

  • source
  • parent
  • hideshow 20 child comments
  • [–] 6 points 2 years ago* (last edited 2 years ago) (1 child)

    No, you shouldn't really be downloading exe's from github. It is widely being used to spread malware and to pretend that the software is open source when it is not. At least look for a link to the store page(including microsoft store), a distro-specific package or build instructions. Those usually have an AV scan or at least harder to fake.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • [–] 6 points 2 years ago

    The github project page is for developers, and Github already gives you tons of ways to make a user website. Don't ask your users to visit github.com/group/project, make them visit group.github.io/project, like any sane person.

    Same with Gitlab, BTW.

    And if you don't like the full static site, use the wiki, or guide your users in the first paragraphs of the README so they find the user information if they must.

  • source
  • parent
  • load more comments (16 replies)
  • load more comments (3 replies)
  • [–] 53 points 2 years ago (1 child)

    not only the ux, some devs make it absurdly confusing to find a binary.

    I don't want to throw anyone under the bus, but there's this one niche app.

    their github releases at one point were YEARS out of date, they only linked to the current version in seemingly random issue reports' comments. And the current versions were some daily build artefacts you could find in a navigation tree many clicks deep in some unrelated website. And you'd better be savvy enough to download a successfully built artefact too. And even then the downloaded .zip contained all kinds of fluff unnescessary for using the app.

    The app worked fine, sure, but actually obtaining it was fairly tricky, tbh.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 26 points 2 years ago (1 child)

    GitHub has bad UX for a lot of things

  • source
  • parent
  • hideshow 2 child comments
  • [–] 29 points 2 years ago (4 children)

    The Github UX is amazing if you ever had to use gitlab or bitbucket

  • source
  • parent
  • hideshow 6 child comments
  • [–] 5 points 2 years ago

    Comparing bad to bad doesn't make any of them better lol

    I've gone nuts trying to download a single file from the git website on my first interactions with it (because somehow adding a download file button when you're viewing a file on the site is just too much to handle)

  • source
  • parent
  • load more comments (2 replies)
  • [–] 21 points 2 years ago (1 child)

    That's not really what it's designed for though

  • source
  • parent
  • hideshow 2 child comments
  • [–] 19 points 2 years ago (1 child)

    I've bounced off GitHub more than once trying to figure out how to download the .exe file that I assumed must be somewhere. Honestly I still don't understand the interface and I've submitted bug reports for Jeroba on there. I might have even used GitHub for a project once? Every time I look at it it's overwhelming and confusing and none of it is self-explanatory. But, that's fairly true for a lot of stuff in programming.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 20 points 2 years ago* (2 children)

    If there is an exe, it's under the releases link. On desktop it's on the right sidebar below "About". On mobile it's at the bottom after the readme blurb.

    It's not obvious because the code is the main focus and GitHub would much rather people host their releases somewhere else.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 8 points 2 years ago

    And even if releases are hosted on github, there should ideally be a download links page somewhere that presents the different binaries or installation files in an easier to understand format, especially if the software is designed for non-developers.

  • source
  • parent
  • load more comments (1 reply)
  • [–] 31 points 2 years ago (2 children)

    I've been using github for what, 10 years now? And I had no idea there even was a releases page.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 14 points 2 years ago*

    If you use it as a developer you don't care about the releases page. You want to see the code and for latest version you just need the git tags. But I've also used it for stuff I just needed to run on my machine as an end-user. And for those you turn to the Releases page. That's where pre-built binaries go.

    But it also depends on the target audience. Some projects, even if meant more as software to run than code to import, still target mainly developers or tech users in general and will not have more than just instructions on how to build them. Others, say a Minecraft launcher, or some console emulator, will target a wider audience and provide a good Releases page with binaries for multiple platforms.

  • source
  • parent
  • [–] 6 points 2 years ago

    Honestly, releases and the readme could be the first page on their own, you can push the code to another tab as long as the clone button is there. There's at most a 5% chance I'm just gonna raw dog the code straight from the browser anyways.

  • source
  • parent
  • load more comments (1 reply)