Crates.io | packrinth |
lib.rs | packrinth |
version | 0.7.5 |
created_at | 2025-09-01 13:56:13.01371+00 |
updated_at | 2025-09-24 17:44:18.548625+00 |
description | CLI tool for creating and maintaining your own Minecraft modpack |
homepage | https://packrinth.thijzert.nl |
repository | https://github.com/Thijzert123/packrinth |
max_upload_size | |
id | 1819638 |
size | 286,201 |
Packrinth is a CLI tool for creating and managing Minecraft modpacks with Modrinth projects. The main features are being able to automatically update mods in a modpack and separate a modpack in branches. If you want to see Packrinth in action, please take a look at Client+, a modpack managed by Packrinth.
To install the latest version of Packrinth with Cargo, run:
cargo install packrinth
Packrinth is available on the AUR. You can install it with:
yay -S packrinth
You can also manually install Packrinth with one of the pre-compiled binaries from the latest GitHub release.
To compile Packrinth, clone the Git repository with:
git clone https://github.com/Thijzert123/packrinth.git
Then, compile the debug build with:
cargo build
Packrinth provides a library alongside the binary. Using this, you can modify Packrinth's configuration in an idiomatic way. For example, you can write your own CLI interface for Packrinth!