{"id":21981397,"url":"https://github.com/kaniol-lck/modmanager","last_synced_at":"2026-05-30T16:04:06.899Z","repository":{"id":37723672,"uuid":"395224345","full_name":"kaniol-lck/modmanager","owner":"kaniol-lck","description":"A Qt-based mod manager for minecraft.","archived":false,"fork":false,"pushed_at":"2024-07-12T10:31:37.000Z","size":10633,"stargazers_count":240,"open_issues_count":19,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-22T20:45:39.723Z","etag":null,"topics":["aria2","minecraft","minecraft-mod","qt"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaniol-lck.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-12T06:53:39.000Z","updated_at":"2025-07-20T17:24:58.000Z","dependencies_parsed_at":"2024-06-04T04:36:48.555Z","dependency_job_id":"f41461e6-b96d-433c-b668-3d4ea024147b","html_url":"https://github.com/kaniol-lck/modmanager","commit_stats":null,"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"purl":"pkg:github/kaniol-lck/modmanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaniol-lck%2Fmodmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaniol-lck%2Fmodmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaniol-lck%2Fmodmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaniol-lck%2Fmodmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaniol-lck","download_url":"https://codeload.github.com/kaniol-lck/modmanager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaniol-lck%2Fmodmanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33698728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aria2","minecraft","minecraft-mod","qt"],"created_at":"2024-11-29T17:17:24.524Z","updated_at":"2026-05-30T16:04:06.878Z","avatar_url":"https://github.com/kaniol-lck.png","language":"C++","funding_links":[],"categories":["Minecraft"],"sub_categories":["Cyberpunk 2077 / REDEngine 4"],"readme":"\u003cimg width=\"256\" height=\"256\" align=\"left\" style=\"float: left; margin: 0 10px 0 0;\" src=\"images/modmanager.png\" alt=\"modmanager.png\"/\u003e\u003cbr /\u003e\n\n\u003ch1\u003eMod Manager\u003c/h1\u003e\n\n![C++17](https://img.shields.io/badge/C%2B%2B-17-%2300599C) ![Qt 5.15.2](https://img.shields.io/badge/Qt-5.15.2-%2341CD52) ![GitHub](https://img.shields.io/github/license/kaniol-lck/modmanager) [![CodeFactor](https://www.codefactor.io/repository/github/kaniol-lck/modmanager/badge)](https://www.codefactor.io/repository/github/kaniol-lck/modmanager) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/kaniol-lck/modmanager?include_prereleases)](Changelog.md) [![GitHub all releases](https://img.shields.io/github/downloads/kaniol-lck/modmanager/total)](https://github.com/kaniol-lck/modmanager/releases) [![CI](https://github.com/kaniol-lck/modmanager/actions/workflows/ci.yml/badge.svg?event)](https://github.com/kaniol-lck/modmanager/actions/workflows/ci.yml)\n\n**English** | [中文](README_zh.md)\n\nA Qt-based mod manager for Minecraft, able to manage, update and download mod.\n\n## License\n\nMod Manager is licensed under [GPLv3](LICENSE).\n\n## Installation\n\nSee [Release](https://github.com/kaniol-lck/modmanager/releases).\n\n## Build\n\nThis repository has deployed [GitHub Actions](https://github.com/kaniol-lck/modmanager/actions). If you want to try my new-written bugs, welcome to try it and open some issues.\n\n### Build From Source\n\nClone this repository: \n\n```bash\ngit clone git@github.com:kaniol-lck/modmanager.git\n```\n\n#### Install dependencies\n\nThis project has these external dependencies:\n\n- Qt (5.15.2 or maybe other versions)\n- quazip\n- libaria2\n\nDepends on your OS and package managers:\n\n- Ubuntu (apt-get):\n\n  ```sh\n  apt-get install libaria2-0-dev libquazip5-dev\n  ```\n\n- Archlinux:\n\n  ```sh\n  pacman -S aria2 quazip\n  ```\n\n- Windows (MSYS2):\n\n  ```sh\n  pacman -S mingw-w64-x86_64-aria2 mingw-w64-x86_64-quazip\n  ```\n\n- MacOS:\n  \n  ```sh\n  brew install quazip\n  ```\n  libaria2: see [kaniol-lck/aria2 Releases](https://github.com/kaniol-lck/aria2/releases/tag/release-1.36.0) for install instructions.\n  \n\n#### Compile\n\n```bash\nqmake \u0026\u0026 make\n```\n\n## Usage\n\n(Background in images is my wallpaper, because toolbar is semi-transparent on KDE)\n\n### Explore - Download Mod\n\nYou can browse and download mod from:\n\n- Curseforge\n- Modrinth\n- OptiFine\n- ReplayMod\n\n![curseforge_browser](images/curseforge_browser.png)\n\n### Local - Manage Mod\n\nYou can browse and manage your local mod:\n\n- update \u0026 rollback\n- tag your mods\n- batch rename\n- disable mods\n\n![local_browser](images/local_browser.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaniol-lck%2Fmodmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaniol-lck%2Fmodmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaniol-lck%2Fmodmanager/lists"}