Files
HMCL/docs/README.md

78 lines
4.1 KiB
Markdown
Raw Permalink Normal View History

2026-01-07 22:33:03 +08:00
<!-- #BEGIN BLOCK -->
<!-- #PROPERTY NAME=TITLE -->
<div align="center">
<img src="/HMCL/src/main/resources/assets/img/icon@8x.png" alt="HMCL Logo" width="64"/>
</div>
<h1 align="center">Hello Minecraft! Launcher</h1>
<!-- #END BLOCK -->
<!-- #BEGIN BLOCK -->
<!-- #PROPERTY NAME=BADGES -->
2026-01-07 22:33:03 +08:00
<div align="center">
[![GitHub](https://img.shields.io/badge/GitHub-repo-blue?style=flat-square&logo=github)](https://github.com/HMCL-dev/HMCL)
[![CNB](https://img.shields.io/badge/CNB-mirror-ff6200?style=flat-square&logo=cloudnativebuild)](https://cnb.cool/HMCL-dev/HMCL)
[![Gitee](https://img.shields.io/badge/Gitee-mirror-c71d23?style=flat-square&logo=gitee)](https://gitee.com/huanghongxun/HMCL)
[![QQ Group](https://img.shields.io/badge/QQ-gray?style=flat-square&logo=qq&logoColor=ffffff)](https://docs.hmcl.net/groups.html)
[![Discord](https://img.shields.io/badge/Discord-gray?style=flat-square&logo=discord)](https://discord.gg/jVvC7HfM6U)
[![Bilibili](https://img.shields.io/badge/Bilibili-gray?style=flat-square&logo=bilibili)](https://space.bilibili.com/20314891)
</div>
<!-- #END BLOCK -->
2017-08-01 18:10:36 +08:00
2026-01-07 22:33:03 +08:00
---
<!-- #BEGIN LANGUAGE_SWITCHER -->
2025-10-03 21:41:18 +08:00
**English** (**Standard**, [uʍoᗡ ǝpᴉsd∩](README_en_Qabs.md)) | 中文 ([简体](README_zh.md), [繁體](README_zh_Hant.md), [文言](README_lzh.md)) | [日本語](README_ja.md) | [español](README_es.md) | [русский](README_ru.md) | [українська](README_uk.md)
<!-- #END LANGUAGE_SWITCHER -->
2017-08-01 18:10:36 +08:00
## Introduction
HMCL is an open-source, cross-platform Minecraft launcher that supports Mod Management, Game Customizing, ModLoader Installing (Forge, NeoForge, Cleanroom, Fabric, Legacy Fabric, Quilt, LiteLoader, and OptiFine), Modpack Creating, UI Customization, and more.
2017-08-01 18:10:36 +08:00
HMCL has amazing cross-platform capabilities. Not only does it run on different operating systems like Windows, Linux, macOS, and FreeBSD, but it also supports various CPU architectures such as x86, ARM, RISC-V, MIPS, and LoongArch. You can easily enjoy Minecraft across different platforms through HMCL.
For systems and CPU architectures supported by HMCL, please refer to [this table](PLATFORM.md).
2018-12-08 19:14:56 +08:00
2020-04-05 02:15:13 +01:00
## Download
2026-01-07 22:33:03 +08:00
You can download HMCL from the following sources:
2020-04-05 02:15:13 +01:00
2026-01-07 22:33:03 +08:00
- [HMCL Official Website](https://hmcl.huangyuhui.net/download)
- [GitHub Release](https://github.com/HMCL-dev/HMCL/releases)
- [CNB Release](https://cnb.cool/HMCL-dev/HMCL/-/releases)
2026-01-07 22:33:03 +08:00
## Contributing
2020-04-05 02:15:13 +01:00
2026-01-07 22:33:03 +08:00
HMCL is a community-driven open-source project, and everyone is welcome to contribute code or provide suggestions.
2026-01-07 22:33:03 +08:00
You can contribute to HMCL development in the following ways:
2026-01-07 22:33:03 +08:00
- Report bugs or request features by [creating an issue](https://github.com/HMCL-dev/HMCL/issues/new/choose) on GitHub.
- Contribute code by forking the repository on GitHub and [submitting a pull request](https://github.com/HMCL-dev/HMCL/compare).
2026-01-07 22:33:03 +08:00
Before contributing, please read the [Contributing Guide](./Contributing.md), which includes the following:
2026-01-07 22:33:03 +08:00
- [How to build and run HMCL from source](./Contributing.md#build-hmcl)
- [Adjusting HMCL behavior using debug options](./Contributing.md#debug-options)
2026-01-07 22:33:03 +08:00
## Contributors
2026-01-07 22:33:03 +08:00
Since 2015, more than 110 contributors have participated in HMCL. Thank you for your hard work!
2026-01-07 22:33:03 +08:00
[![Contributors](https://contrib.rocks/image?repo=HMCL-dev/HMCL)](https://github.com/HMCL-dev/HMCL/graphs/contributors)
## License
2026-01-07 22:33:03 +08:00
The software is distributed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license with the following additional terms:
2017-08-01 18:10:36 +08:00
2026-01-07 22:33:03 +08:00
### Additional terms under GPLv3 Section 7
2026-01-07 22:33:03 +08:00
1. When you distribute a modified version of the software, you must change the software name or the version number in a reasonable way in order to distinguish it from the original version. (Under [GPLv3, 7(c)](https://github.com/HMCL-dev/HMCL/blob/11820e31a85d8989e41d97476712b07e7094b190/LICENSE#L372-L374))
2020-06-14 19:51:46 +08:00
2026-01-07 22:33:03 +08:00
The software name and the version number can be edited [here](https://github.com/HMCL-dev/HMCL/blob/javafx/HMCL/src/main/java/org/jackhuang/hmcl/Metadata.java#L33-L35).
2026-01-07 22:33:03 +08:00
2. You must not remove the copyright declaration displayed in the software. (Under [GPLv3, 7(b)](https://github.com/HMCL-dev/HMCL/blob/11820e31a85d8989e41d97476712b07e7094b190/LICENSE#L368-L370))