What operating systems are supported for installing Radicle?
Radicle currently supports installation on Linux, macOS, and various BSD variants. Users can install it via a shell command or by building from source.
How does Radicle ensure the authenticity and authorship of data within its repositories?
Radicle stores all social artifacts in Git and signs them using public-key cryptography. This process allows Radicle to verify the authenticity and authorship of all data for its users.
What are Radicle's Collaborative Objects (COBs) and what purpose do they serve?
Collaborative Objects (COBs) are Radicle’s social primitive, enabling features like issues, discussions, and code review to be implemented as Git objects. This design allows developers to extend Radicle’s capabilities and build custom collaboration workflows.
Can Radicle be used without an internet connection?
Yes, Radicle is designed to be local-first, which means it provides always-available functionality even without internet access. Users maintain ownership of their data, facilitating easy migration, backup, and access both online and offline.
What components make up the Radicle Stack and how is it designed for flexibility?
The Radicle Stack includes a CLI, a web interface, and a TUI, all backed by the Radicle Node and HTTP Daemon. Its modular design allows any part to be swapped out and supports the development of alternative clients.