An open API service indexing awesome lists of open source software.

https://github.com/alex2772/hackers-mc-launcher

Free and open source Minecraft and other games launcher
https://github.com/alex2772/hackers-mc-launcher

cpp launcher minecraft minecraft-launcher qt qt5

Last synced: 8 months ago
JSON representation

Free and open source Minecraft and other games launcher

Awesome Lists containing this project

README

          

# Hacker's Minecraft Launcher

![](Screenshot_20251127_045356.png)

A fast, cross-platform, open-source launcher for Minecraft with a focus on a clean UI/UX and reliable mod/profile management.

## Features
- Cross-platform builds (CMake-based)
- Modpack and mod handling
- Offline-friendly caching

## Platforms

- Windows
- Linux

## Prerequisites
- CMake (3.20+ recommended)
- A C++ compiler with C++20 support (e.g., GCC 11+, Clang 13+, MSVC 19.3+)
- Ninja or Make (optional but recommended)
- Git

## Quick Start (Local Build)

```bash
mkdir build
cd build
cmake ..
cmake --build .
```