16
submitted 1 day ago* (last edited 1 day ago) by uuj8za@piefed.social to c/opensource@lemmy.ml

I spent some time reading the User Guide and some other docs, instead of going to sleep... here are my main takeaways.

  • It's like GitHub, but decentralized.
  • It's P2P, so you run a Radicle node on your laptop (but you have to opt-in to incoming connections)
  • It's very offline/local workflow friendly
  • https://radicle.garden/ is an optional centralized, always-available node that can mirror/seed/host your code. So basically YOU <-> radicle.garden -> world
  • This is what the web interface looks like: https://radicle.network/nodes/kristoff.radicle.garden/rad:z3WukSjzicL8WaZHFALbBwb2r8W52
  • There is a concept of "seeding". When a user "seeds" your repo, they add to your repo's replica count, meaning it'll have higher availability. It's kinda like a GitHub "fork", but the fork becomes a valid location to download your repo from. (Crypto makes it trustworthy.)
  • The point of seeding is to help keep the repo up, whatever the reason may be (outages, censorship, etc).
  • Repos have UUIDs across the network, so you aren't tied to a specific server or company. If radicle.garden enshitifies and you move, your users keep cloning exactly the same.
  • CLI is written in Rust... single static binary, contains everything you need
  • Your git repo carries code, issues, and pull requests, but not in literal files mixed with your code (right?)
  • You can host on Radicle, but your users don't have to use Radicle to clone, they can just do a regular git clone
  • Users do have to get on the Radicle network to post issues and pull requests though.
  • Private/invite-only repos supported
  • Release artifacts supported
  • CI supported via web hooks?
top 13 comments
sorted by: hot top new old
[-] thingsiplay@lemmy.ml 3 points 19 hours ago* (last edited 19 hours ago)

BTW This post (or link) causes a localhost port scan, when I open it with Firefox. I just noticed this, because I have an addon that blocks this and notifies me. Is this something to be concerned about?

Edit: Looks like its the users account that causes this, not the post itself.

[-] onoira@lemmy.dbzer0.com 2 points 12 hours ago

it's the thumbnail:

<meta property="og:image" content="http://localhost:3000/assets/images/og-card.png">
<meta name="twitter:image" content="http://localhost:3000/assets/images/og-card.png">

several of the meta and canonical elements reference localhost:3000

[-] thingsiplay@lemmy.ml 1 points 12 hours ago

Thanks! So this is not an issue then, right? Why would anyone access localhost for caching files? I don't get it.

[-] onoira@lemmy.dbzer0.com 3 points 12 hours ago* (last edited 12 hours ago)

no, it's not dangerous. the website linked in the OP is misconfigured and never replaced/removed the placeholders.

EDIT: clarified that the website linked in the OP is the culprit, not OP themself. you can find the intended image here: https://radicle.dev/assets/images/og-card.png

[-] thingsiplay@lemmy.ml 2 points 10 hours ago

Thanks. I wonder if this is the result of an Ai usage...

[-] Sxan@piefed.zip 2 points 21 hours ago
[-] francisco_1844@discuss.online 3 points 15 hours ago

It is rare, very rare, to find anything like this with Mercurial support. Same for services.

[-] Sxan@piefed.zip 0 points 13 hours ago

Yes, I know. It's one reason I'm sticking wiþ Sourcehut.

[-] somegeek@programming.dev 1 points 22 hours ago

Do you think it's a viable option for replacing our team's gitea/forgejo instances, so we don't have to connect through a VPN for remote work, and mirror on a vps for redundancy?

[-] uuj8za@piefed.social 1 points 9 hours ago

Hm. Not totally sure... I just started messing with this, but...

I think what you could do is connect to the VPN and sync the latest state of the repo, code, issues, patches. Then disconnect from the VPN. Work. View issues, review patches, write code, git push to your local node. Then, when you're ready, connect to the VPN and sync up with the latest changes.

Or I guess you could use the VPS as a bridge? Install Radicle on the VPS, which is also connected to the VPN? Sync your local node with the VPS node?

Just gotta make sure the repo is set to private so it doesn't get announced to the whole network. A private repo is invite-only.

Hm... Idk. Again, total Radicle noob here.

[-] somegeek@programming.dev 1 points 9 hours ago

That would be exactly same as the current Gitea setup

[-] uuj8za@piefed.social 1 points 9 hours ago

Ah, then I guess not.

[-] francisco_1844@discuss.online 1 points 12 hours ago

I don't use radicle yet, but from what I understand I don't see how it would change anything connectivity wise for your team. If you have private repos you self host in a company server, radicle would behave exactly the same. You would still not want it exposed publicly and would still need the VPN.

If anything, you could be less safe since a miss configuration would mean Radicle publishing, and potentially many others seeding, your private repos.

this post was submitted on 25 Aug 2026
16 points (100.0% liked)

Open Source

48663 readers
282 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS