comrade is a fast, flexible, and lightweight package manager written in Rust.
- 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
.
Download the installer and follow the instructions to install rade
Warning
Also, please install git bash, and make (as these are used by rade)..
- 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
After installation, you can start using comrade by entering commands in your terminal. To check the installation was successful, run:
rade --version
To view the log of recent actions:
rade log status
We welcome contributions from the community! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature or fix.
- Submit a pull request with a clear description of your changes.
For more details, please see CONTRIBUTING.md.
This project is licensed under the MIT License. See the LICENSE file for more details.