Skip to content

radicle-dev/radicle-desktop

Repository files navigation

Radicle Desktop

This desktop application lets you interact with Radicle, a peer-to-peer code collaboration and publishing stack, directly from your web browser.

Local-first

Prerequisites:

  • Recent versions of Node.js (20.9.0 or higher) and npm installed
  • Requires the Rust toolchain (1.77 or higher).

Also make sure to have the following Tauri system dependencies installed.

Run the following commands to build the desktop app locally:

git clone https://seed.radicle.xyz/z4D5UCArafTzTQpDZNQRuqswh3ury.git radicle-desktop
cd radicle-desktop
npm install
npm run tauri build

Then run one of the builds that the script outputs at the end.

Getting in touch

To get in touch with the maintainers, sign up to our official chat on Zulip.

License

The UI is distributed under the terms of GPLv3. See LICENSE for details.