Skip to content

A Minecraft launcher and automation stack that helps maintainers avoid missed updates, security drift, and broken metadata in long-lived projects.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING.md
Notifications You must be signed in to change notification settings

Project-Tick/ProjT-Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ProjT Launcher

A Minecraft launcher focused on long-term maintainability and structural clarity.

Fork of Prism Launcher, diverging to keep maintenance healthy over time.

Why ProjT Launcher?

  • Long-term maintainability: Strict architectural discipline prevents technical debt accumulation
  • Controlled third-party handling: All external dependencies are detached forks with documented patch policies
  • CI determinism: Exact version requirements ensure reproducible builds across all environments
  • Structural clarity: MVVM enforcement and clear module boundaries simplify contribution and review

Download

  • Releases – Stable builds only. Nightly builds are not provided.
  • Website

Packaging status

Build

Quick start for release builds:

git clone --recursive https://github.com/YongDo-Hyun/ProjT-Launcher.git
cd ProjT-Launcher
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build

For development setup with presets and full tooling, see GETTING_STARTED.md.

Requirements

Tool Version
CMake 3.22+
Qt 6.10.x
Compiler C++20

Nix

nix build .#projtlauncher

Structure

launcher/       Application (C++/Qt)
website/        Website (Eleventy)
bot/            Automation (Cloudflare Workers)
meta/           Metadata generator (Python)
docs/           Documentation

Detached Fork Libraries

zlib/           Compression
bzip2/          Compression
quazip/         ZIP handling
cmark/          Markdown parsing
tomlplusplus/   TOML parsing
libqrencode/    QR codes
libnbtplusplus/ NBT format

Note: These directories contain original upstream READMEs preserved for reference. For Project Tick–specific documentation, see docs/handbook/.

Vendored Libraries

gamemode/       GameMode integration
LocalPeer/      Single instance
murmur2/        Hash functions
qdcss/          Dark CSS
rainbow/        Terminal colors
systeminfo/     System info

Documentation

License

Multiple licenses apply to different components:

Contributions to each component are licensed under its respective license. See COPYING.md for details.

Links


Maintained by Project Tick. Built with discipline, maintained for sustainability.

About

A Minecraft launcher and automation stack that helps maintainers avoid missed updates, security drift, and broken metadata in long-lived projects.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING.md

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 295