A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) https://polymc.org/

Lenny McLennington 7337850194 Merge pull request #1686 from LordMZTE/nix-fix 1 月之前
.github e4211fea1a fix: change windows legacy builds to 64 bit 1 年之前
buildconfig d6ceb1a408 Remove Matrix related links 4 月之前
cmake e259bffca6 Merge pull request #810 from Scrumplex/refactor-launcher-version 2 年之前
launcher f01797e165 Merge pull request #1170 from Erogig/disable-mod-updates 1 月之前
libraries 8e842d1b6e Update to Java 8 1 年之前
nix 7bcfe5cb1f nix: Update to latest nixpkgs-unstable 1 月之前
program_info 19d34dd302 Fix capitalization and add Oxford commas in metainfo. 8 月之前
tests b4029553d4 chore(tests): add test for FS copy with dot folders/files 1 年之前
.clang-format a28fa219d7 fix indent width 2 年之前
.clangd c0ca8d21ca Fix build on Qt 6.6.0 1 年之前
.gitattributes 771dd6f9ab NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 8 年之前
.gitignore 2a0018e730 add a .clang-format 2 年之前
.gitmodules c520faed6d feat: add gulrak/filesystem submodule 2 年之前
.markdownlint.yaml 76aa0c434a feat(markdown): Add markdownlint config 2 年之前
.markdownlintignore 76aa0c434a feat(markdown): Add markdownlint config 2 年之前
BUILD.md c799faaca6 fix: typos 2 年之前
CMakeLists.txt 1af4ba0e43 Merge pull request #1668 from xslendix/remove_matrix 1 月之前
CONTRIBUTING.md 8085b2728d chore(markdown): MD032 Lists should be surrounded by blank lines 2 年之前
COPYING.md 0e9435d703 Open paths directly (#1636) 1 月之前
LICENSE 1e51827ba3 add LICENSE file explicitly 3 年之前
README.md d6ceb1a408 Remove Matrix related links 4 月之前
default.nix 123d6c72e4 nix: fix nix-build 2 年之前
flake.lock 7bcfe5cb1f nix: Update to latest nixpkgs-unstable 1 月之前
flake.nix 1aec41faa1 fix nix build 9 月之前

README.md

PolyMC logo PolyMC logo

PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.

This is a fork of the MultiMC Launcher and not endorsed by MultiMC. If you want to read about why this fork was created, check out our FAQ page.

Installation

Development Builds

There are per-commit development builds available here. These have debug information in the binaries, so their file sizes are relatively larger. Portable builds are provided for AppImage on Linux, Windows, and macOS.

For Debian and Arch, you can use these packages for the latest development versions:
polymc-git polymc-git
For flatpak, you can use flathub-beta

Help & Support

Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.

PolyMC Discord

We also have a subreddit you can post your issues and suggestions on:

r/PolyMCLauncher

Development

If you want to contribute to PolyMC you might find it useful to join our Discord Server.

Building

If you want to build PolyMC yourself, check Build Instructions for build instructions.

Translations

The translation effort for PolyMC is hosted on Weblate and information about translating PolyMC is available at https://github.com/PolyMC/Translations

Download information

To modify download information or change packaging information send a pull request or issue to the website here.

Forking/Redistributing/Custom builds policy

We don't care what you do with your fork/custom build as long as you follow the terms of the license (this is a legal responsibility), and if you made code changes rather than just packaging a custom build, please do the following as a basic courtesy:

  • Make it clear that your fork is not PolyMC and is not endorsed by or affiliated with the PolyMC project (https://polymc.org).
  • Go through CMakeLists.txt and change PolyMC's API key to your own or set it to an empty string ("") to disable it (this way the program will still compile but you won't be able to log into your Minecraft account).

If you have any questions or want any clarification on the above conditions please make an issue and ask us.

Be aware that if you build this software without removing the provided Microsoft API key in CMakeLists.txt you are accepting the following terms and conditions:

If you do not agree with these terms and conditions, then remove the Microsoft API keys from the CMakeLists.txt file by setting it to an empty string ("").

All launcher code is available under the GPL-3.0-only license.

The logo and related assets are under the CC BY-SA 4.0 license.