A GUI for Cargo

Build Status dependency status

This is a project to make a GUI for cargo, built using SixtyFPS:

Screnshots

| Screenshot main | Screenshot Dependency tree | Screenshot install | | ---- | ---- | ---- |

Installation

Cargo UI can be installed from crates.io:

sh cargo install cargo-ui

Alternatively, you can download one of our pre-built binaries for Linux or Windows:

  1. Open https://github.com/sixtyfpsui/cargo-ui/releases
  2. Click on the latest release
  3. From "Assets" download either cargo-ui-linux.tar.gz for a Linux x86-64 binary or cargo-ui-windows.zip for a Windows x86-64 binary.
  4. Uncompress the downloaded archive and run cargo-ui/cargo-ui.exe or place the uncompressed directory into your PATH.

Usage

sh cargo ui

Prerequisites

In addition to a working cargo and Rust installation, a few other tools or libraries are needed:

Linux:

Windows:

macOS: * "Xcode Command Line Tools" need to be installed: xcode-select --install

For the native style: (optional) * The native style requires Qt >= 5.15, see https://github.com/sixtyfpsui/sixtyfps/blob/master/docs/install_qt.md. If Qt is not present while building, the fluent style will be used as a fallback.

Vision

Some ideas for features:

License

The source code of Cargo UI is available under the terms of both the MIT license and the Apache License (Version 2.0). (See LICENSE-APACHE and LICENSE-MIT for details.)

However, because of the use of GPL dependencies, cargo-ui, as a whole, is licensed under the terms of the GPLv3 (See LICENSE-GPL)