Radicle 1.3.0

110 Skinney 12 8/12/2025, 11:33:42 AM radicle.xyz ↗

Comments (12)

Skinney · 23h ago
Anyone using radicle for a project with external contributors?

I've tried it with some of my projects and it seems promising, but I wonder what it'd be like to use it on one of my more successful projects.

lostmsu · 18h ago
Hm, I thought Radicle does not have a way to create a private repository. E.g. your repository, code, and issues are always publicly visible.
depingus · 17h ago
This isn't true. You can setup private repos. Here are the docs.

https://radicle.xyz/guides/user#3-selectively-revealing-repo...

jedahan · 19h ago
Love the relaxation of git-specific guardrails to make jj workflows better.
sprybear · 19h ago
Definitely an interesting project. But what’s actually going to push adoption for P2P/decentralized platforms like this?
alphazard · 19h ago
The change in GitHub leadership at Microsoft for starters.
pessimizer · 16h ago
What radicle should be concentrating on is becoming a namespaced p2p crates.io alternative. Rust has a Microsoft dependency.
minraws · 17h ago
Are there any differences from git, or tbh is there a project I can maybe contribute to on Radicle and learn from experience?

Can pitch in with helping out Windows support

Skinney · 2h ago
It's "just" git, but you push to a special remote which will synchronize your repo on a p2p network.

There's also a CLI for issues and pr's, which also get's stored in your git repo.

esafak · 13h ago
Additional features that would make me consider switching:

- jujitsu support

- IDE plugins

- code-base CI

P2P VCS doesn't cut it for me.

Skinney · 2h ago
What sort of IDE plugin are you thinking of? As long as you have a git plugin it should work just fine (if you're thinking of something similar to github/gitlab plugins then I don't think there are any, but I'm not sure what those buy you).

It's possible to setup CI: https://app.radicle.xyz/nodes/ash.radicle.garden/rad%3AzwTxy...

aiw1nt3rs · 21h ago
"We made an effort to start paving some of the way to being able to use Radicle on Windows. The first step was taken for this, and you can now use the rad CLI on a Windows machine – without WSL."

This was a long-missing piece, and it’s great to finally be closing that gap.