Skip to content

Installing Brave on Android

Serg edited this page Feb 4, 2025 · 3 revisions

The official way to install Brave on Android is through Google Play.

Alternatives

F-Droid users can install Brave using the community-supported FFUpdater app.

Development

Development builds are available as GitHub release assets.

There are different apks for different CPU architectures. Most modern tablets, smartphones are arm64 and should use Bravearm64Universal.apk

  • x86 - BraveMonox86.apk
  • x86_64 - BraveMonox64.apk
  • arm32 - BraveMonoarm.apk(that apk should be picked for Android 8, 8.1 devices even if they are arm64. arm64 builds use optimization techniques that are not available on Android OS 8 and 8.1)
  • arm64 - Bravearm64Universal.apk
    There is another apk that could be used for arm64 BraveMonoarm64.apk but it contains both 32 bits and 64 bits libraries inside and been used on old arm devices. Modern arm64 should use Bravearm64Universal.apk

Also see https://github.com/brave/brave-browser/wiki/Android-app-installation-on-64-bit-emulators for instructions on installing Brave inside an emulator.

Clone this wiki locally