RADICLE RADICLE RADICLE 
RADICLE PEER-TO-PEER NETWORK 
RADICLE SOVEREIGN FORGE 
RADICLE PEER-TO-PEER NETWORK 
RADICLE SOVEREIGN FORGE 
RADICLE PEER-TO-PEER NETWORK 
RADICLE SOVEREIGN FORGE 
RADICLE PEER-TO-PEER NETWORK 
RADICLE SOVEREIGN FORGE 

This is Radicle’s download page. Radicle uses a reproducible build pipeline to ensure that anyone can reproduce the binaries on this page from source.

Latest release

Download

You can download the appropriate tarball for your operating system with:

curl -O -L https://files.radicle.xyz/releases/latest/radicle-$TARGET.tar.xz

Replace $TARGET with the appropriate target for your system:

OS Arch Target
Linux x86_64 x86_64-unknown-linux-musl
aarch64 (ARM) aarch64-unknown-linux-musl
macOS x86_64 x86_64-apple-darwin
aarch64 (ARM) aarch64-apple-darwin

Verification

Release tarballs are signed using the following SSH public key:

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL460KIEccS4881p7PPpiiQBsxF+H5tgC6De6crw9rbU

The key’s fingerprint is:

SHA256:iTDjRHSIaoL8dpHbQ0mv+y0IQqPufGl2hQwk4TbXFlw

After you’ve downloaded the archive (ARCHIVE.tar.xz in the examples below), verify the signature using the .sig file and ssh-keygen. The output must match exactly, including the key fingerprint:

$ ssh-keygen -Y check-novalidate -n file -s ARCHIVE.tar.xz.sig < ARCHIVE.tar.xz
Good "file" signature with ED25519 key SHA256:iTDjRHSIaoL8dpHbQ0mv+y0IQqPufGl2hQwk4TbXFlw

To verify the checksum, download the .sha256 file, and run:

$ sha256sum -c ARCHIVE.tar.xz.sha256
ARCHIVE.tar.xz: OK

The output must correspond to the above.

Installation

To install, simply extract the files to a location in your PATH, for example:

$ tar -xvJf ARCHIVE.tar.xz --strip-components=1 -C ~/.radicle/

This will place binaries in ~/.radicle/bin and manuals in ~/.radicle/man, and overwrite any existing Radicle binaries.