this post was submitted on 07 Aug 2026
9 points (100.0% liked)

Programming

28351 readers
622 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Radicle 1.10.0 is out!๐ŸŒป
https://radicle.dev/2026/08/05/radicle-1.10.0

Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.

top 4 comments
sorted by: hot top controversial new old
[โ€“] HelloRoot@lemy.lol 2 points 3 weeks ago (1 children)

I'm about to set up forgejo again because I need to mirror some git repos and run custom actions on them to build arm64 images automatically when new releases come out.

Would that be possible out of the box with radicle? The project seems interesting and I'd give it a shot if it can do what I need.

[โ€“] BlackEco@lemmy.blackeco.com 0 points 3 weeks ago (1 children)

I have not been able to find mentions of continuous integration in the FAQ and Guides, so I guess not.

It doesn't seem like a big release. And radicle doesn't seem to be for large repos. None of the big and popular repos from Github would be able to be mirrored. I've tried it and it just hangs. Cloning react or Linux into it never succeeded.