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.
- Host: GitHub
- URL: https://github.com/aetopia/bedrockupdater
- Owner: Aetopia
- License: gpl-3.0
- Created: 2024-05-01T16:21:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T07:07:42.000Z (6 months ago)
- Last Synced: 2025-12-24T21:53:44.074Z (6 months ago)
- Language: C#
- Homepage:
- Size: 372 KB
- Stars: 29
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```