Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
post: Radicle Desktop announcement
Johannes Kühlewindt committed 10 months ago
commit 087484d0fae6ec23c15347612ad02b9a8b4d1beb
parent 62cdaf6
5 files changed +53 -1
added _posts/2025-06-13-radicle-desktop.md
@@ -0,0 +1,47 @@
+
---
+
title: "Radicle Desktop 🖥️"
+
layout: post
+
image: radicle-1.png
+
---
+

+
Today, we're excited to officially introduce Radicle Desktop - a simple, intuitive desktop app that makes contributing to the Radicle network easier than ever.
+

+
![Radicle Desktop](/assets/images/blog/radicle-desktop-repo-home.png)
+

+
Since Radicle reached version 1.0 in September last year, we’ve been focused on improving the overall user experience. We believe the Radicle network becomes more valuable the more people participate - and Radicle Desktop is a step toward making that participation more accessible, without making any compromises.
+

+
## Try it out! 🪄
+

+
Head over to [radicle.xyz/desktop][desktop] to find the install instructions including packaged versions for major distributions.
+

+
## What is Radicle Desktop?
+

+
![Radicle Desktop](/assets/images/blog/radicle-desktop-pr.png)
+

+
Radicle Desktop is a graphical interface built to simplify some of the more complex parts of the Radicle experience, such as issue management and patch reviews. It offers a familiar experience to other forges, giving you an overview of all the repositories on your node, and allowing you to manage issues and collaborate on patches seamlessly.
+

+
## What Radicle Desktop (currently) is not
+

+
Radicle Desktop is not trying to replace your terminal, IDE, or code editor - you already have your preferred tools for code browsing. It won’t replace our existing [app.radicle.xyz](https://app.radicle.xyz) and [search.radicle.xyz](https://search.radicle.xyz) for finding and exploring projects. It also doesn’t run a node for you. Instead, it communicates with your existing Radicle node, supporting your current workflow and encourages gradual adoption.
+

+
## Why we’re excited 🎊
+

+
Radicle Desktop marks the latest addition to the growing Radicle ecosystem. A lot of work has gone into this release, and we’re happily using Radicle Desktop ourselves for some time now. We also want to extend a big thank you to everyone who tried the earlier versions - the feedback has been immensely valuable. Even some of the CLI fans admit that certain workflows are better in the app.
+

+
---
+

+
**Follow us** on 🐘 [Mastodon] or 🦋 [Bluesky].
+

+
**Contribute** to Radicle as a 🌱 [seeder](/guides/seeder), 🧙
+
[developer][heartwood] or by 🪞 [mirroring][mirror] your repositories on
+
the Radicle network.
+

+
**Join** our community on 💬 [Zulip] and discuss your ideas to
+
improve Radicle.
+

+
[heartwood]: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
+
[Mastodon]: https://toot.radicle.xyz/@radicle
+
[Bluesky]: https://bsky.app/profile/radicle.xyz
+
[Zulip]: https://radicle.zulipchat.com
+
[mirror]: /guides/user/#git-going-with-repositories
+
[desktop]: https://radicle.xyz/desktop
modified assets/css/page.css
@@ -368,6 +368,10 @@ p.notice {
  color: var(--color-fg-dim);
}

+
p img {
+
  max-width: 100%;
+
}
+

img.screenshot {
  margin-top: 1rem;
  margin-bottom: 1rem;
added assets/images/blog/radicle-desktop-pr.png
added assets/images/blog/radicle-desktop-repo-home.png
modified index.md
@@ -3,7 +3,7 @@ title: "Radicle: the sovereign forge"
layout: index
---

-
> ✨ Radicle 1.2 is out. Read the [announcement](/2025/06/02/radicle-1.2.html).
+
> Radicle Desktop is now available. Read the [announcement](/2025/06/13/radicle-desktop.html). ✨

# Synopsis

@@ -115,6 +115,7 @@ updated, join our community on 💬 [Zulip][zulip], or <a href="{{ site.feed.pat
  Subscribe <img src="/assets/images/rss.svg" alt="RSS logo" style="width:15px;"/>
</a>

+
- 13.06.2025 [Radicle Desktop](/2025/06/13/radicle-desktop.html) is out. 🖥️
- 02.06.2025 [Radicle 1.2](/2025/06/02/radicle-1.2.html) released. ✨
- 05.12.2024 [Radicle 1.1](/2024/12/05/radicle-1.1.html) released. ✨
- 10.09.2024 [Radicle 1.0](/2024/09/10/radicle-1.0.html) is out.