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

https://github.com/aetopia/bedrockupdater

Download, update & install Minecraft: Bedrock Edition without the Microsoft Store.
https://github.com/aetopia/bedrockupdater

Last synced: 3 months ago
JSON representation

Download, update & install Minecraft: Bedrock Edition without the Microsoft Store.

Awesome Lists containing this project

README

          

> [!CAUTION]
> **Not approved by or associated with Mojang or Microsoft.**

> **This project doesn't allow you to pirate Minecraft: Bedrock Edition, you must own it.**

# Bedrock Updater
Download, update & install Minecraft: Bedrock Edition without the Microsoft Store.

## Features
- Instantly download, update & install Minecraft: Bedrock Edition:
- Minecraft

- Minecraft Preview

- Decouples the game from the Microsoft Store.
- Making it possible to deploy Minecraft: Bedrock Edition on systems where these components aren't accessible.

- Installs any dependencies required for Minecraft: Bedrock Edition.

## Prerequisites
- A Microsoft account that owns Minecraft: Bedrock Edition.
- To sign in:

- Open Windows Settings.

- Go to Accounts → Email & accounts.

- Click Add an Account.

- Hardware & software that fulfill the [system requirements](https://www.minecraft.net/en-us/store/minecraft-java-bedrock-edition-pc#accordionv1-0afde1e050-item-203d6a0d57) for Minecraft: Bedrock Edition.

## Usage
- [Install](#installation) Bedrock Updater with your preferred method.

- From the Windows Start Menu:
- Start `Bedrock Updater` for Minecraft.

- Start `Bedrock Updater Preview` for Minecraft Preview.

> [!NOTE]
> If you have downloaded Bedrock Updater manually, pass `/Preview` to the executable for Minecraft Preview.

## Installation
### Manual
Download the latest release from [GitHub Releases](https://github.com/Aetopia/BedrockUpdater/releases/latest).

### [Scoop](https://scoop.sh/)
```
scoop bucket add games
scoop install bedrockupdater
```
## Build
1. Download the [.NET SDK](https://dotnet.microsoft.com/en-us/download).

2. Run the following command to compile:

```cmd
dotnet publish "src\BedrockUpdater.csproj"
```