Skip to content

Use the launcher

The launcher installs, updates, and switches versions of the discord-mcbe application. It opens a keyboard-controlled terminal interface (TUI). For a normal update, open the launcher and select Stable.

Update to the latest stable release interactively

Section titled “Update to the latest stable release interactively”
  1. Double-click updater.exe in the discord-mcbe folder.

  2. The launcher checks for its own updates when it starts. If a new launcher is available, confirm the update. When the window closes, double-click updater.exe again.

  3. When the version menu appears, use the up and down arrow keys to select Stable, then press Enter. Stable is the recommended release for normal use.

    Version selection screen

  4. Wait for the update to finish. After Successfully installed discord-mcbe ... appears, the window closes automatically.

  5. Double-click start.bat to start discord-mcbe again.

The interactive Stable option is enough for normal updates. Use a command when you need a beta, a specific older release, or rollback.

Run these commands in PowerShell or Command Prompt.

.\updater.exe [version] [options]
Task Command
Update to the latest stable .\updater.exe stable
Update to the latest beta .\updater.exe beta
Install a specific version .\updater.exe 4.0.0
Update the launcher itself .\updater.exe upgrade
Install a launcher version .\updater.exe upgrade 4
Restore the previous version .\updater.exe rollback
Reinstall the same version .\updater.exe stable --force

Use one of these values for [version]. Omitting it opens the interactive menu.

Argument Behavior
stable Select the latest stable release
beta Select the latest beta release
4.0.0 Select that exact release; replace the number with the version needed
upgrade Update the launcher itself to the latest release
rollback Swap the current application with the previous one in app.backup/
Option Purpose
-f, --force Force a reinstall or a switch such as beta to stable; use it with a version argument
--dry-run Download and verify the selected version without changing installed files
-c, --cwd <path> Update the specified folder instead of the current folder
--no-interactive Hide menus and confirmations; when no version is given, select the latest stable release
-v, --version Show the launcher’s own version
-h, --help Show the available arguments and options

Restore the previous version after a problem

Section titled “Restore the previous version after a problem”

After a successful update, the launcher keeps the previous application in app.backup/. Stop discord-mcbe and run .\updater.exe rollback or ./updater rollback, depending on your OS, to restore it.

Run updater upgrade to update the launcher itself. The interactive screen also checks automatically when it starts.