Skip to content
This organization was marked as archived by an administrator on Oct 17, 2024. It is no longer maintained.
@rade-package-manager

rade package manager

comrade is an open source package manager. It is built from source in a personal environment and is expected to run fast.

comrade-package-manager

comrade is a fast, flexible, and lightweight package manager written in Rust.

Features

  • Logging: Track all installation, update, and removal actions via the rade log status command.
  • Cross-Platform Support: Supports multiple platforms, including specific architectures such as x86_64-apple-silicon-darwin.

Installation

Windows

Download the installer and follow the instructions to install rade

Installer (x86_64)

Warning

Also, please install git bash, and make (as these are used by rade)..

Linux / macOS

  1. Run the following commands in your terminal to download and install comrade:
    curl -sSfL https://github.com/rade-package-manager/rade-installer/releases/download/0.1/installer.sh -o install.sh
    chmod +x install.sh
    ./install.sh

This command installs the install.sh file and runs install.sh. After installation, the install.sh file will be automatically deleted. For more information, please visit installer repositry

Usage

After installation, you can start using comrade by entering commands in your terminal. To check the installation was successful, run:

rade --version

Viewing Logs

To view the log of recent actions:

rade log status

Contributing

We welcome contributions from the community! If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Submit a pull request with a clear description of your changes.

For more details, please see CONTRIBUTING.md.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Pinned Loading

  1. rade-package-manager rade-package-manager Public archive

    A simple, fast and safe package manager

    Rust 2 1

  2. rade-installer rade-installer Public archive

    Shell

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…