Ask HN: What alternatives to GitHub are you using?
Lately I’ve been seeing a lot of chatter about GitHub alternatives. I’m interested in looking into them as well but I was curious what everyone else’s experience was.
I’ve been looking at Codeberg but I’m really anxious to leave GitHub Actions behind and Codeberg’s replacement doesn’t seem ready yet.
49 comments
[ 1.6 ms ] story [ 61.0 ms ] threadPublic projects: Github. Having no problem with it. Also makes me happy poisoning LLMs with my shitty code.
Similar for indexes of open source repos - I dont know of a singlar winner now but it was for a bit freshmeat for a feed of open source project updates
I've moved the bulk of my repos from GitHub to cgit first, but now to https://tangled.sh.
OSS work is mirrored to Codeberg and SourceHut. For actions I try to make sure that local builds, and cross compilation to Windows, macOS, armhf and arm64, is always working to not soley depend on Github Actions.
We have a more advanced PR flow (stacking, round-based reviews), jujutsu support and we just launched our new CI system. Come join! https://tangled.sh/signup. The goal is to be the new town square for collaborating with friends and open source communities.
It's built fully in the open (https://tangled.sh/@tangled.sh/core) and we have a neat little community built around it on our Discord https://chat.tangled.sh.
Last night was a ton of fun with the sudden influx of users thanks to the GitHub news. :)
Committed items are stored in 2 places:
1. anon ftp on sdf, back to using tar files via gopher, the main site
2. gitlab is a mirror and will make it easier for youngsters. FWIW, I find gitlab easier than github.
If gitlab starts going the way github did, I will delete my items on gitlab like I did on github a long time ago.
- GitHub for things I expect broad collaboration on
- SourceHut for things I just want to share (or expect contributions from a specific group that are comfortable with email git flows)
- Self-hosted for everything else. This used to be Gitea, but I've recently switched to charmbracelet/soft-serve, which fits my needs well (it's small and comparatively simple)
As other folks have noted, the social features of GitHub are hard to replicate elsewhere, but I've enjoyed SourceHut's stripped back approach.
Where should I host software for individual papers in 2025 now that GitHub is part of Microsoft AI? @ academia.sx
https://academia.stackexchange.com/questions/220795/where-sh...
If you're using GitHub for your public projects, why not just use GitHub period? Genuine question here.
So, given that this will happen everywhere, does it really make a difference what MS does?