Skip to content

Pixel-Play-Server/pixelplaylauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Play Launcher

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).

About This Fork

  • 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.

Features

  • 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

Build Instructions

Build and Upload to R2 (Windows)

Build and Upload to R2 (macOS Intel)

Build and Upload to R2 (macOS ARM)

Build and Upload to R2 (Linux)

Prerequisites

  • 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

Steps

  1. Install dependencies:
    yarn install --frozen-lockfile
  2. Build the frontend:
    yarn build
  3. Build the Tauri app (installer):
    yarn tauri build
    • For a specific platform (e.g., Windows):
      yarn tauri build --target windows

Output

  • The installer or app bundle will be in src-tauri/target/release/bundle/ for your platform.

License

This project is licensed under the GNU GPL v3. See LICENSE.

Credits

  • Forked from LiquidLauncher and NoRiskClient Launcher.
  • PixelPlay Team and contributors.

Releases

No releases published

Packages

 
 
 

Contributors