MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher

github.com/ElyPrismLauncher/Launcher @11.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 11.0.2 ↗ · + Follow
6,384 symbols 19,476 edges 874 files 297 documented · 5% updated 9d ago11.0.3-pre1 · 2026-07-05★ 8156 open issues

Browse by type

Functions 5,303 Types & classes 1,081
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ru.pineconemc.launcher

This fork of Prism Launcher adds integrated support for Ely.by accounts (MSA accounts can still be used)

This is not endorsed by Prism Launcher or Ely.by.

Why this fork?

There are already quite a few forks out in the wild that add Ely.by support and/or disable the Microsoft account requirement. This fork goes beyond simply adding a login-password prompt and authlib-injector download.

  • Modern and secure login: PineconeMC uses OAuth2 to log you in. This means that your credentials are never transferred to the launcher. Instead, you log into your account on the official Ely.by page in the browser, and Ely.by gives the launcher a token to access your account with limited privileges.
  • Skins support on servers: All other forks rely exclusively on authlib-injector to patch Minecraft to support Ely.by. But authlib-injector can't provide skins on servers that don't have a special skins plugin installed. PineconeMC uses Ely.by's official Authlib patches, allowing you to see skins anywhere

Installation

  • All downloads and instructions for PineconeMC can be found on the Releases page.
  • Last build status can be found in the GitHub Actions tab.

Development Builds

Please understand that these builds are not intended for most users. There may be bugs, and other instabilities. You have been warned.

There are development builds available through:

  • GitHub Actions (includes builds from pull requests opened by contributors)
  • nightly.link (this will always point only to the latest version of develop)

These have debug information in the binaries, so their file sizes are relatively larger.

Community & Support

Feel free to create a GitHub issue if you find a bug or want to suggest a new feature. We have a Discord server where other community members can help you:

Octol1ttle's Studio Discord server

Building

If you want to build PineconeMC yourself, check the build instructions.

The following comes from the original Prism Launcher README

Forking/Redistributing/Custom builds policy

You are free to fork, redistribute and provide custom builds 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 Prism Launcher and is not endorsed by or affiliated with the Prism Launcher project (https://prismlauncher.org).
  • Go through CMakeLists.txt and change Prism Launcher's API keys to your own or set them to empty strings ("") to disable them (this way the program will still compile but the functionality requiring those keys will be disabled).

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

If you are just building Prism Launcher for your distribution, please make sure to set the Launcher_BUILD_PLATFORM to a slug representing your distribution. Examples are archlinux, fedora and nixpkgs.

Note that if you build this software without removing the provided API keys in CMakeLists.txt you are accepting the following terms and conditions:

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

License https://github.com/PrismLauncher/PrismLauncher/blob/develop/LICENSE

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.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 4,778
Class 977
Function 525
Enum 103
Interface 1

Languages

C++98%
Java2%
Python1%

Modules by API surface

launcher/ui/MainWindow.cpp87 symbols
launcher/minecraft/MinecraftInstance.cpp66 symbols
launcher/InstanceList.cpp61 symbols
launcher/FileSystem.cpp58 symbols
launcher/ui/pages/instance/ServersPage.cpp56 symbols
launcher/BaseInstance.cpp53 symbols
launcher/minecraft/PackProfile.cpp52 symbols
launcher/ui/instanceview/AccessibleInstanceView.cpp51 symbols
launcher/Application.cpp51 symbols
launcher/ui/instanceview/InstanceView.cpp50 symbols
launcher/ui/pages/modplatform/modrinth/ModrinthResourcePages.h45 symbols
launcher/ui/pages/modplatform/flame/FlameResourcePages.h45 symbols

For agents

$ claude mcp add Launcher \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page