Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gene1wood/2369fce36766900e069df7860ca87c8d to your computer and use it in GitHub Desktop.
Save gene1wood/2369fce36766900e069df7860ca87c8d to your computer and use it in GitHub Desktop.
APK files for the last version of the Plex app before The New Plex Experience

This is the last version of the Plex Android App before the New Plex Experience was released.

You can roll back to this verion by uninstalling the new plex app you have installed, and then installing from these APKs

The "Google Play (arm64v8a)" APK is the one that's used on modern Google Pixel phones.

These files can also be found on Plex's download site (for now)

You can compare the hashes of these files with the ones on Plex's download site

for filename in \
  kepler-armeabi-v7a-googlePlay-10.26.0.2578-6cc7ea1a.apk \
  kepler-arm64-v8a-googlePlay-10.26.0.2578-6cc7ea1a.apk \
  kepler-x86-googlePlay-10.26.0.2578-6cc7ea1a.apk \
  kepler-x86_64-googlePlay-10.26.0.2578-6cc7ea1a.apk \
  kepler-armeabi-v7a-amazon-10.26.0.2578-6cc7ea1a.apk; do \
  echo "https://downloads.plex.tv/Kepler/$filename"; \
  curl --no-progress-meter "https://downloads.plex.tv/Kepler/$filename" | sha256sum; \
  sha256sum $filename; \
done

which produces this output

https://downloads.plex.tv/Kepler/kepler-armeabi-v7a-googlePlay-10.26.0.2578-6cc7ea1a.apk
4b3776f0c1ac5bded97985eb989882e4aa7de2360b83e7d880e55dd696eed211  -
4b3776f0c1ac5bded97985eb989882e4aa7de2360b83e7d880e55dd696eed211  kepler-armeabi-v7a-googlePlay-10.26.0.2578-6cc7ea1a.apk
https://downloads.plex.tv/Kepler/kepler-arm64-v8a-googlePlay-10.26.0.2578-6cc7ea1a.apk
f7271488dd931a720cf7965a36af25c5cd45c449d1dcea7edb16618e7a6ee010  -
f7271488dd931a720cf7965a36af25c5cd45c449d1dcea7edb16618e7a6ee010  kepler-arm64-v8a-googlePlay-10.26.0.2578-6cc7ea1a.apk
https://downloads.plex.tv/Kepler/kepler-x86-googlePlay-10.26.0.2578-6cc7ea1a.apk
3d66af95bfb14f1bf0a0d7967f3d642eeafdcaea8332048337d59d5487ae9512  -
3d66af95bfb14f1bf0a0d7967f3d642eeafdcaea8332048337d59d5487ae9512  kepler-x86-googlePlay-10.26.0.2578-6cc7ea1a.apk
https://downloads.plex.tv/Kepler/kepler-x86_64-googlePlay-10.26.0.2578-6cc7ea1a.apk
7a2ce192bb4fb923d40097f277893065cdf8ed8775af3d71601af6306843bc06  -
7a2ce192bb4fb923d40097f277893065cdf8ed8775af3d71601af6306843bc06  kepler-x86_64-googlePlay-10.26.0.2578-6cc7ea1a.apk
https://downloads.plex.tv/Kepler/kepler-armeabi-v7a-amazon-10.26.0.2578-6cc7ea1a.apk
f6823d25cd8422ac753263efacb6ea2325b6c847be2ae400720556d38bc7bf76  -
f6823d25cd8422ac753263efacb6ea2325b6c847be2ae400720556d38bc7bf76  kepler-armeabi-v7a-amazon-10.26.0.2578-6cc7ea1a.apk

I found these links from this forum post

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment