信任与安全
Transparency with nothing hidden between you and the code
源码 visibility, licensing, package integrity, and user control — what the project publishes openly, and what stays on you as the player.
许可
GPL-3 in plain language
You may run, study, share, and modify Prism Launcher under the GNU 常规 Public 许可 version 3. Redistributed builds must preserve the same freedoms for downstream users.
The license covers the launcher software. Minecraft assets, Mojang services, and third-party mods keep their own terms — each in its own legal boundary.
Ethics
Project stance
Prism Launcher prioritizes user freedom and honest redistribution. It does not claim Mojang endorsement. 社区 packaging should state origin, version, and checksums clearly — no clutter, no misdirection.
开源
Readable tree, buildable code
Review the repository layout before you trust a binary. Prefer release tags that match the version string on the download page — clean provenance, clean install.
├── launcher/
├── libraries/
├── cmake/
├── program_info/
└── LICENSE
定义
信任 grid
- 源码
- GPL-3下的公共存储库,因此熟练的用户可以审核版本之间的更改。
- 构建
- 与未知镜像相比,更喜欢官方渠道资产和已发布的校验和。
- Warnings
- SmartScreen 和防病毒启发式措施衡量声誉。它们是信号,而不是最终证据。
- Mods
- Third-party jars live outside the launcher license. Vet packs the same way you would any executable content — inside each instance boundary.
- 账户
- Microsoft 登录流程与 Mojang 或 Microsoft 服务通信。Prism 按实例在本地存储会话数据。
- Scope
- This community site documents Prism Launcher. It does not replace legal advice 或 platform policy docs.
Malware clarification
What a flag usually means
Game launchers often trigger heuristic engines because they download libraries, spawn Java, and write instance folders. A quarantine event after an official install is commonly a false positive — restore carefully and re-check hashes. See 指南 for antivirus steps.
Your responsibility
What stays on you
- 遵守 Minecraft EULA 与当地法律。
- Only install mods and packs you trust.
- Keep backups of worlds before large updates.
- 不要在日志或屏幕截图中共享帐户凭据。