# Installing the launcher

# Android

Instructions for installing PojavLauncher on Android devices.

Google Play

You can grab PojavLauncher from the Google Play Store here. (opens new window)

GitHub Actions

If you want the latest and greatest to test before the official release, you can grab a copy from GitHub Actions.

Using nightly.link:

  1. Download the Latest Artifact (opens new window) using this link.
  2. Install as any usual .apk

Using Github (requires an account):

  1. Start off by heading to the PojavLauncher (opens new window) repository and switching to the "Actions" tab.

  1. Next, select "Android CI" in the workflow selection menu.

  1. Choose a build with a green or blue checkmark next to the branch you want to download.
    • v3_openjdk will be the one for most people.

  1. Under "Artifacts", choose the build type you wish to download.
    • app-debug will be the one for most people.

  1. Install as any usual .apk
Source

Instructions coming in a future revision to this website.

# iOS

Instructions for installing PojavLauncher on Apple devices.

Sideloading (TrollStore)

We recommend TrollStore for all users if possible. This method allows for automatic JIT enabling, more memory allocation, and non-revoking installs.

Note: Enable URL Schemes in TrollStore settings.

# TrollStore compatibility depends on whether your iDevice is arm64 (A8-A11) or arm64e (A12+/M1+)

# For arm64, TrollStore is compatible with the following iOS versions:

- 14.0 to 16.6.1
- 17.0 
- 16.7 to 16.7.10 (*)
- 17.0.1 to 17.7 (*)
- 18.0 (*)

(*) - requires the palera1n jailbreak

# For arm64e, TrollStore is compatible with the following iOS versions:

- 14.0 to 16.6.1
- 17.0
  1. Follow these steps to install TrollStore (opens new window).

  2. Download the latest release from here (opens new window).

  3. Locate where the .ipa was downloaded, tap the Share icon, and choose TrollStore in the list of options available.

You can now enjoy Minecraft: Java Edition on your iDevice!

Sideloading (Jailed)

Requires an active Apple ID, that has signed into the Apple Developer Program (opens new window).

PojavLauncher supports being sideloaded with AltStore and SideStore. Instructions to use AltStore are below--for other options, refer to their documentation.

  1. Follow the official guide on installing AltStore itself:

  2. Install the latest release using this Install with AltStore button.

Installing PojavLauncher is not the end for Jailed iOS devices. In order to play Minecraft itself, you will need to enable JIT.

Sideloading (Jailbroken)

Currently, AppSync Unified is not supported. There is an issue (opens new window) regarding the data directory when installed with AppSync.

You can follow the Sideloading (TrollStore) or Sideloading (Jailed) steps to sideload on a jailbroken iDevice. Regardless of the method, you will benefit from automatic JIT enabling and more memory allocation.

GitHub Actions

Requires a GitHub account in order to download.

If you want the latest and greatest to test before the official release, you can grab a copy from GitHub Actions.

  1. Start off by heading to the PojavLauncher iOS (opens new window) repository and switching to the "Actions" tab.

  1. Next, select "Development Build" in the workflow selection menu.

  1. Choose a build with a green or blue checkmark next to the branch you want to download.
    • main will be the one for most people.

  1. Under "Artifacts", choose net.kdt.pojavlauncher.ipa

Once you have an Actions build downloaded, you can now unzip the file and use this .ipa for TrollStore or sideloading.

Source

Instructions coming in a future revision to this website.