conduit-cli
A lightning-fast Minecraft mod manager built in Rust.
Features
- Fast & Lightweight: Minimal overhead, native performance.
- Cross-Platform: Binaries for Windows, Linux (GNU/MUSL/ARM), and macOS.
- Dependency Management: Handles mod dependencies automatically.
- Developer Friendly: Clean CLI output and intuitive commands.
📦 Installation
Windows
Download the .msi installer from the Releases page. It will automatically add conduit to your PATH.
Linux
We provide multiple options for Linux users:
- Debian/Ubuntu: Download the
.debpackage and install it viasudo dpkg -i conduit.deb. - Fedora/RHEL: Download the
.rpmpackage. - Universal: Download the
musl-amd64binary for a standalone, dependency-free experience.
macOS
Download the macos-arm64 (Apple Silicon) or macos-intel binary.
Note: Since the binary is not signed, you may need to Right Click -> Open it the first time.
Usage
# Display help and available commands
# Search mods in modrinth and get project slug for installing
# Add a new mod to your project
# Install all mods from your configuration
# Remove a mod
# List installed mods in a tree view
Development
If you want to build conduit from source, ensure you have the Rust toolchain installed.
License
This project is licensed under the MIT License. See the LICENSE file for details.