{"id":13580061,"url":"https://github.com/radicle-dev/radicle-cli","last_synced_at":"2025-04-06T00:30:42.969Z","repository":{"id":37775063,"uuid":"387436651","full_name":"radicle-dev/radicle-cli","owner":"radicle-dev","description":"Radicle CLI","archived":true,"fork":false,"pushed_at":"2023-03-27T20:36:00.000Z","size":1307,"stargazers_count":87,"open_issues_count":53,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T02:47:02.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://app.radicle.network/alt-clients.radicle.eth/radicle-cli","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radicle-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-19T11:12:56.000Z","updated_at":"2024-10-02T19:44:04.000Z","dependencies_parsed_at":"2024-08-01T15:31:43.069Z","dependency_job_id":"673e451a-b131-46a8-a84d-1db96b37cc07","html_url":"https://github.com/radicle-dev/radicle-cli","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radicle-dev%2Fradicle-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radicle-dev%2Fradicle-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radicle-dev%2Fradicle-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radicle-dev%2Fradicle-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radicle-dev","download_url":"https://codeload.github.com/radicle-dev/radicle-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419597,"owners_count":20936009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:01:46.707Z","updated_at":"2025-04-06T00:30:41.999Z","avatar_url":"https://github.com/radicle-dev.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"⚠️ **Notice**: Development of the Radicle CLI has moved to the [Heartwood repository](https://github.com/radicle-dev/heartwood). This repository is being deprecated.\n\n---\n\n# Radicle CLI\n\n\u003e ✨ Command-line tooling for Radicle.\n\n## Documentation\n\nSee the [getting started guide](https://radicle.xyz/get-started.html) for setup and usage instructions.\n\n## Contributing\n\nThe Radicle CLI is still under development. Contributions are always welcome! Please check the [contributing page](https://app.radicle.xyz/seeds/clients.radicle.xyz/rad:git:hnrkmg77m8tfzj4gi4pa4mbhgysfgzwntjpao/tree/cc80d84ea5be6466647777224c1131b2e0ad11c8/CONTRIBUTING.md) if you want to help.\n\n## Installation\n\n### 📦 From source\n\nYou can install the Radicle CLI and supporting tools by running the\nfollowing command from inside this repository:\n\n    cargo install --path cli --force --locked\n\nOr directly from our seed node:\n\n    cargo install radicle-cli --force --locked --git https://seed.alt-clients.radicle.xyz/radicle-cli.git\n\n\u003e **Note**\n\u003e It's recommended to install release builds since development builds may be incompatible with the network.\n\n### 🐳 From Dockerfile\n\nAlternatively you can build the Radicle CLI docker `rad` by running the\nfollowing command from inside this repository:\n\n    docker build . -t rad\n\nAnd then to use it:\n\n    docker run -it --rm rad --help\n\n\u003e **Note**\n\u003e It's recommended to install release builds since development builds may be incompatible with the network.\n\n### 🐧 From APT (Debian/Ubuntu)\n\nFirst, download the package signing key:\n\n    curl -fsSL https://europe-west6-apt.pkg.dev/doc/repo-signing-key.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/radicle-archive-keyring.gpg \u003e /dev/null\n\nThen update your sources list with the radicle repository by creating a registry file:\n\n    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\n\nThen update the package list and install `radicle-cli`:\n\n    sudo apt update\n    sudo apt install radicle-cli\n\n### 🍺 From Homebrew\n\n    brew tap --force-auto-update radicle/cli https://pine.radicle.garden/radicle-cli-homebrew.git\n    brew install radicle-cli\n\n### 🐧 From AUR (Arch)\n\nWe provide an [AUR package](https://aur.archlinux.org/packages/radicle-cli-bin) containing precompiled\nbinaries.  In order to use it, you can follow the [official installation\ninstructions](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages), or use\nany of the [AUR Helpers](https://wiki.archlinux.org/title/AUR_helpers) available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradicle-dev%2Fradicle-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradicle-dev%2Fradicle-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradicle-dev%2Fradicle-cli/lists"}