Skip to content

Latest commit

 

History

History
128 lines (80 loc) · 5.19 KB

INSTALL.md

File metadata and controls

128 lines (80 loc) · 5.19 KB

Installing the launcher

Android

Instructions for installing PojavLauncher on Android devices.

::: details Google Play You can grab PojavLauncher from the Google Play Store here. :::

::: details 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 using this link.
  2. Install as any usual .apk

Using Github (requires an account):

  1. Start off by heading to the PojavLauncher 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 :::

::: details Source Instructions coming in a future revision to this website. :::

iOS

Instructions for installing PojavLauncher on Apple devices.

::: details 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.8 (*)
- 17.0.1 to 17.5.1 (*)
- 18 b1 to 18 b4 (*)

(*) - requires the palera1n jailbreak

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

- 14.0 to 16.6.1
- 17.0 (*)

(*) - No installation method at the moment.
  1. Follow these steps to install TrollStore.

  2. Download the latest release from here.

    • For a specific release, you can find its package on the Releases page
  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! :::

::: details Sideloading (Jailed) Requires an active Apple ID, that has signed into the Apple Developer Program.

PojavLauncher supports being sideloaded with AltStore, Sideloadly, and Xcode. 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.

    • For a specific release, you can find its button on the Releases page

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

::: details Sideloading (Jailbroken) Currently, AppSync Unified is not supported. There is an issue 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. :::

::: details 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 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. :::

::: details Source Instructions coming in a future revision to this website. :::