Live data from Hacker News

Radicle: Sovereign {code forge} built on Git

radicle.dev

61–70 of 101 posts

Re: Radicle: Sovereign {code forge} built on Git

#61

Congrats! Maybe I'm not the target audience for this, so pardon my ignorance when I ask what problem does this solve? Centralization and censorship?

Centralization is not a small problem to solve, and this looks like it might have done just that. More than censorship, I think the worst problem with github is long-term viability / reliability: they could pull the plug tomorrow and most people would likely lose everything but the raw code.

Re: Radicle: Sovereign {code forge} built on Git

#62
post #44

Earlier quoted context omitted.

What are the things you would do differently?

Prioritize discoverability, and self hosting on my own domain, with more customization for the protocol and ui/ux aspects. Basically allow people to deploy something closer to gitea on a webserver initially, which has all the basic protocol features and sharing aspects implemented. Currently the focus seems to have been very much on just the seeding & p2p part which honestly is good but not very useful for me as a de…

This is all good feedback. (I'm not a radicle dev btw, just happened to be evaluating it for my own project this week.)

Fwiw, I think this is a matter of UI/UX. I think radicle provides the foundation for everything you describe -- it is just the pr/patch & issue tracking substrate, and the p2p layer for federation.

To make an analogy, I think what you are saying is "Look, BitTorrent is great and all, but I want to be able to search for music and movies. I want IMDB with a download button." That's fair, but the problem BitTorrent is solving is more fundamental, and you can build Napster or ThePirateBay on top.

Radicle, like BitTorrent, is solving the transport layer.

Re: Radicle: Sovereign {code forge} built on Git

#64
post #38
post #35

Earlier quoted context omitted.

Would it? Realistically, what support could they add that would make it a selling point? Mercurial?

Jujutsu + stacked PRs.

It does work with jujutsu. Not sure about stacked PRs.

https://radicle.dev/2025/08/14/jujutsu-with-radicle

Re: Radicle: Sovereign {code forge} built on Git

#65

I tried to understand what this does... > What is Radicle? How is it different from Git/GitHub? > Radicle is a peer-to-peer code collaboration platform (“forge”) built on Git. Unlike centralized platforms like GitHub, there is no single entity controlling the network or user data. Repositories are replicated across peers in a decentralized manner. Radicle is an alternative for people and organizations who want full c…

I agree it's not immediately clear how it works, although I think I understand the role it's intending to fill. If you're not familiar with the distinction between git and github it could be even more confusing. As soon as I hear decentralized I have lots of questions about the underlying protocols. Their protocol page helps a little but also uses terms I'm not familiar with like "gossip protocol". It would be nice f…

Someone looked at git - a distributed version control system that already works, that has been working since 2005, that Linus Torvalds wrote in a fit of pique and spite, and that currently hosts approximately all of the world's source code - and said, "This is good, but what if we added BitTorrent?" And then, presumably after consuming substances that I cannot legally inquire about, they continued: "And what if we added the Bitcoin peer-to-peer protocol?" And then, reaching a crescendo of architectural ambition that would make Icarus say "maybe dial it back a little," they concluded: "And we should DEFINITELY add blockchain identity."

Notice how each additional sentence makes the previous sentence worse, like a turducken of solutions looking for problems, or a nesting doll where every layer is a different kind of sadness. This, I presume, is what happens when you have a hammer and a screwdriver and a chainsaw, and you decide that every problem would be better solved by using all three simultaneously while riding a unicycle.

But seeing as it already does exist, it's pretty awesome.

Re: Radicle: Sovereign {code forge} built on Git

#66
post #7

Radicle is really underrated, especially when working with agents. I find it a joy to use for my agentic workflows. If there's purely an agentic forge one day, it's likely going to be a distributed one, with cryptographic identities and signed artifacts by default.

What makes it a joy to use with agents?

Probably less issues with account management and rate limits.

Re: Radicle: Sovereign {code forge} built on Git

#67
I saw https://radicle.dev/2025/08/14/jujutsu-with-radicle at the bottom of the homepage and assumed it meant Radicle was planning to support a native jj protocol to decentralize jj repositories. That's unfortunately not the case.

Is there a plan for jj repositories in radicle proper? I'm very tired of git shortcomings.

Re: Radicle: Sovereign {code forge} built on Git

#69
post #51

I discovered Radicle back in 2020 (when their website looked incredible: https://web.archive.org/web/20201201030505/https://radicle.x... ). I bounced off of it, in part due to being unable to effectively delete repositories. They used to have an FAQ about that—looks like it's gone now, though the public-private repository area is much more fleshed out (you can make a repo private, in which case no new updates will be…

It’s a fair point about the difficulty in deleting data in a decentralised system but that’s also true in more centralised systems like GitHub or any other website. Once some data is out there, you have no control over whether it can be removed. Other parties could have copied it and may re-share it. “All” removing data from a centralised system does is slow down this spread, sometimes to the point that it is effectively deleted but that can’t be guaranteed.

The best response I’m aware of is to invalidate any secrets that have been accidentally shared. Sometimes that is easier said than done though. And of course there are plenty of other reasons someone might want to delete data.

Re: Radicle: Sovereign {code forge} built on Git

#70
post #37
post #29

Earlier quoted context omitted.

I am surprised you don't use RustChat[1] [1] https://rustchat.io/

Doesn't even come close to Zulip in terms of features.

Zulip used to have a really neat feature where you could open up certain channels to be indexable by search engines. Basically turning it into an open forum. The feature is still sorta around but completely broken. Quite unfortunate imo. It was a really neat solution to the walled garden problem with team chats
Post reply on HN