radicle-cli
radicle-cli copied to clipboard
Radicle CLI
⚠️ Notice: Development of the Radicle CLI has moved to the Heartwood repository. This repository is being deprecated.
Radicle CLI
✨ Command-line tooling for Radicle.
Documentation
See the getting started guide for setup and usage instructions.
Contributing
The Radicle CLI is still under development. Contributions are always welcome! Please check the contributing page if you want to help.
Installation
📦 From source
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.
🐳 From Dockerfile
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.
🐧 From APT (Debian/Ubuntu)
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
🍺 From Homebrew
brew tap --force-auto-update radicle/cli https://pine.radicle.garden/radicle-cli-homebrew.git
brew install radicle-cli
🐧 From AUR (Arch)
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.