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

Signer
Keyssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL460KIEccS4881p7PPpiiQBsxF+H5tgC6De6crw9rbU
FingerprintSHA256:iTDjRHSIaoL8dpHbQ0mv+y0IQqPufGl2hQwk4TbXFlw
Ownercloudhead@radicle.xyz

Latest release

Signer
Keyssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKU7IHRsae2q1/qd8NaWxfGhPEFGHwK1dcxvSjNdttjb
FingerprintSHA256:mqjWN1YrPRDTcVTxB4IZPHyH+vXpjWSogi+3zezZ/rQ
Ownerme@sebastinez.dev

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

For Radicle proper, and:

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

For Radicle HTTP Daemon.

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

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 the following, including the respective signing key fingerprint from the section above. For example:

$ 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.