-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Installing Brave on Android
Francois Marier edited this page Jun 24, 2025
·
4 revisions
The two officially-supported ways to install Brave on Android is through Google Play and our F-Droid repositories.
Here are instructions on how to add our repositories to the F-Droid app:
F-Droid users who prefer not to add a third-party repository can install Brave using the community-supported FFUpdater app.
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 arm64BraveMonoarm64.apk
but it contains both 32 bits and 64 bits libraries inside and been used on old arm devices. Modern arm64 should useBravearm64Universal.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.