Radicle code forge | Hugonweb Annotated Link Bibliography

https://radicle.xyz

Radicle is an open source, peer-to-peer code collaboration stack built on Git.

Radicle is pretty neat, replicating cryptographically signed repositories between peers. "Collaborative objects (COBs)" like issues, patches, and comments are stored as git objects in the same repository as code.

I like the storage of COBs in the git repository and Radicle's nice command-line and TUI access to them. I'd like just those parts in a traditional client-server system rather than a peer-to-peer system.

I'm not sure I need all of the fancy features of GitHub. The core seems to be git repositories, issue tracking, and pull requests (or patches), which Radicle implements.