Skip to content

Kaihuang724/radicle-upstream

 
 

Repository files navigation

Upstream

Is the "build" Action succeeding? Is the "dist" Action succeeding?

Upstream is a cross-platform desktop client for the Radicle code collaboration protocol.

At the moment we support Linux and macOS. Latest packages for these platforms are available on the Radicle website.

Windows support is considered experimental at this stage -- we don't provide packages for this platform, so you'll have to build it from source.

The UI is written in JavaScript using Svelte and Electron and the node proxy logic is implemented in Rust.

A good entry point for exploration is development.md, where you'll find information on how to build Upstream from source.

If you're looking to contribute, take a look at contributing.md to learn about the different ways that we accept contributions.

If you have questions or would like to get in touch, check out radicle.community.

Building and running Upstream

Prerequisites

To build Upstream, run

yarn install
yarn run dist

This command will create an application package in the ./dist folder which you can then run.

Development Builds

You can download the latest development build here

The development builds for macOS are unsigned. See this article on how to run unsigned apps on macOS.

Attribution

Upstream uses:

About

Desktop client for Radicle.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Svelte 41.9%
  • TypeScript 32.6%
  • Rust 18.4%
  • JavaScript 4.4%
  • Shell 1.4%
  • CSS 1.0%
  • Other 0.3%