✨ Command-line tooling for Radicle.
See the getting started guide for setup and usage instructions.
The Radicle CLI is still under development. Contributions are always welcome! Please check the contributing page if you want to help.
You can install the Radicle CLI and supporting tools by running the following command from inside this repository:
cargo install --path cli --force --locked
Or directly from our seed node:
cargo install radicle-cli --force --locked --git https://seed.alt-clients.radicle.xyz/radicle-cli.git
Note It's recommended to install release builds since development builds may be incompatible with the network.
Alternatively you can build the Radicle CLI docker rad
by running the
following command from inside this repository:
docker build . -t rad
And then to use it:
docker run -it --rm rad --help
Note It's recommended to install release builds since development builds may be incompatible with the network.
First, download the package signing key:
curl -fsSL https://europe-west6-apt.pkg.dev/doc/repo-signing-key.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/radicle-archive-keyring.gpg > /dev/null
Then update your sources list with the radicle repository by creating a registry file:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/radicle-archive-keyring.gpg] https://europe-west6-apt.pkg.dev/projects/radicle-services radicle-cli main" | sudo tee -a /etc/apt/sources.list.d/radicle-registry.list
Then update the package list and install radicle-cli
:
sudo apt update
sudo apt install radicle-cli
brew tap --force-auto-update radicle/cli https://pine.radicle.garden/radicle-cli-homebrew.git
brew install radicle-cli
We provide an AUR package containing precompiled binaries. In order to use it, you can follow the official installation instructions, or use any of the AUR Helpers available.