bedrock-linux-gdk

Version, currently 0.1.24 versions

github.com/RestartFU/bedrock-linux-gdk

Minecraft Bedrock Edition for Linux

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  bedrock-linux-gdk:
    github: RestartFU/bedrock-linux-gdk
    version: ~> 0.1.2

Then run:

shards install

shard.yml

Crystal
>= 1.19.0
License
MIT
Author
RestartFU
Targets
  • bedrock-linux-gdk from src/bedrock_linux_gdk.cr
  • bedrock-linux-gdk-engine from src/bedrock_linux_gdk_engine.cr

Dependencies

Runtime Dependencies

  • gtk40.18.0github: hugopl/gtk4.cr

README

Bedrock Linux GDK

Native Crystal/GTK4 launcher for Minecraft Bedrock Windows GDK on Linux.

Install

Nightly:

curl -fsSL https://github.com/RestartFU/bedrock-linux-gdk/releases/download/nightly/install.sh | sh

Latest stable release:

curl -fsSL https://github.com/RestartFU/bedrock-linux-gdk/releases/latest/download/install.sh | sh

Open Bedrock Linux GDK from GNOME search.

Use

  1. Add a Microsoft account and complete browser sign-in.
  2. Choose a Minecraft version.
  3. Press Play. Missing game files install automatically.

Signing in never downloads or starts Minecraft.

Each Microsoft account gets its own profile, worlds, credentials, and Wine prefix. Minecraft downloads are shared between accounts. Multiple accounts can run simultaneously.

Use Uninstall to remove the selected game version without deleting accounts or worlds. Folder button opens that account's com.mojang game data.

Data lives in:

${XDG_DATA_HOME:-~/.local/share}/bedrock-linux-gdk

Requirements

  • x86_64 Linux with Vulkan
  • curl, tar, and unzip
  • Docker for source builds

Build and test

make build
make test

Docker is the supported build toolchain. Bundle runs on normal glibc distributions and NixOS.

Releases

Nightly builds publish automatically. Stable releases use the manually triggered release workflow with patch, minor, or major version increments.

Uninstall launcher

curl -fsSL https://github.com/RestartFU/bedrock-linux-gdk/releases/download/nightly/install.sh | sh -s -- --uninstall

License

MIT. Bundled WineGDK component remains LGPL-2.1.