Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
The network installation command from the README doesn't work
did:key:z6Mkno75...x9Qi opened 3 months ago

I use stable Rust release.

$ cargo install --force --locked --root ~/.radicle \
    --git https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git \
    crates/radicle-cli crates/radicle-node crates/radicle-remote-helper

    Updating git repository `https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git`
error: could not find `crates/radicle-cli` in https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git with version `*`
    Updating git repository `https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git`
error: could not find `crates/radicle-node` in https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git with version `*`
    Updating git repository `https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git`
error: could not find `crates/radicle-remote-helper` in https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git with version `*`
     Summary Failed to install crates/radicle-cli, crates/radicle-node, crates/radicle-remote-helper (see error(s) above).
error: some crates failed to install

$ cargo --version
cargo 1.90.0 (840b83a10 2025-07-30)