PixelPlay Launcher is a modern Minecraft launcher forked from LiquidLauncher and NoRiskClient Launcher. This project is licensed under the GNU General Public License v3.0 (GPLv3).
- Origin: Forked from LiquidLauncher and NoRiskClient Launcher.
- License: This project and all modifications are licensed under GPLv3. See the LICENSE file for details.
- Branding: All previous NoRisk and LiquidLauncher branding has been replaced with PixelPlay branding.
- Multi-platform support: Windows, Linux, macOS (Intel & ARM)
- Modern UI with React and Tauri
- Automatic updates via Cloudflare R2
- Installer builds for all major platforms
- Node.js (v18 or newer recommended)
- Yarn (v1.x)
- Rust (stable toolchain)
- Tauri CLI
- On Linux:
libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf build-essential
- Install dependencies:
yarn install --frozen-lockfile
- Build the frontend:
yarn build
- Build the Tauri app (installer):
yarn tauri build
- For a specific platform (e.g., Windows):
yarn tauri build --target windows
- For a specific platform (e.g., Windows):
- The installer or app bundle will be in
src-tauri/target/release/bundle/for your platform.
This project is licensed under the GNU GPL v3. See LICENSE.
- Forked from LiquidLauncher and NoRiskClient Launcher.
- PixelPlay Team and contributors.