SkillAgentSearch skills...

Modmanager

A Qt-based mod manager for minecraft.

Install / Use

/learn @kaniol-lck/Modmanager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img width="256" height="256" align="left" style="float: left; margin: 0 10px 0 0;" src="images/modmanager.png" alt="modmanager.png"/><br />

<h1>Mod Manager</h1>

C++17 Qt 5.15.2 GitHub CodeFactor GitHub release (latest by date including pre-releases) GitHub all releases CI

English | 中文

A Qt-based mod manager for Minecraft, able to manage, update and download mod.

License

Mod Manager is licensed under GPLv3.

Installation

See Release.

Build

This repository has deployed GitHub Actions. If you want to try my new-written bugs, welcome to try it and open some issues.

Build From Source

Clone this repository:

git clone git@github.com:kaniol-lck/modmanager.git

Install dependencies

This project has these external dependencies:

  • Qt (5.15.2 or maybe other versions)
  • quazip
  • libaria2

Depends on your OS and package managers:

  • Ubuntu (apt-get):

    apt-get install libaria2-0-dev libquazip5-dev
    
  • Archlinux:

    pacman -S aria2 quazip
    
  • Windows (MSYS2):

    pacman -S mingw-w64-x86_64-aria2 mingw-w64-x86_64-quazip
    
  • MacOS:

    brew install quazip
    

    libaria2: see kaniol-lck/aria2 Releases for install instructions.

Compile

qmake && make

Usage

(Background in images is my wallpaper, because toolbar is semi-transparent on KDE)

Explore - Download Mod

You can browse and download mod from:

  • Curseforge
  • Modrinth
  • OptiFine
  • ReplayMod

curseforge_browser

Local - Manage Mod

You can browse and manage your local mod:

  • update & rollback
  • tag your mods
  • batch rename
  • disable mods

local_browser

Related Skills

View on GitHub
GitHub Stars242
CategoryDevelopment
Updated3d ago
Forks21

Languages

C++

Security Score

100/100

Audited on Mar 21, 2026

No findings