-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ARM64 on Linux? #11836
Support for ARM64 on Linux? #11836
Comments
cc: @mihaiplesa |
Support |
This would open up Brave support on the PinePhone as well. |
I've got a PR pending at brave/brave-core#6927 if anyone wants to try building. It needs more testing from our side and a few fixes. |
Is there a relatively easy way to test the above PR as a part of building brave-browser repo? The documentation states that brave-core is mounted at src/brave, but I'm not sure I know how to shim that into place. I did attempt to follow the build instructions, but apt couldn't find libgnome-keyring-dev and My build environment:
|
I agree, Brave should port to ARM64 Linux. I will try and see if I can build/run it on my pi 4 with Manjaro Arm64 |
Reopening as this broke some things. Have to reimplement. |
The comments on this are ultra confusing and comments and statements appear to contradict each other. Simple yes/no: Is there a working Aarch64 Brave Browser version? If not, when can we expect it? Asking as Aarch64 linux (Manjaro) user. |
No sadly there isn't a working version for aarch64, there just has been developments on debugging issues to get it working currently. |
It's a shame that Brave has walked away from the Arm64 Linux community. |
@coreybruce what are the issues? |
There isn't a working version of Brave for AArch64 or arm7l |
@mihaiplesa is there any news regard the ARM64 support implementation? When can we expect to see it working? Can't wait to use it on my pinebook pro 😎 |
I would love to use ARM64 Brave on my M1 Mac (running Linux). |
As a PinePhone and 64-bit booting RPi owner I would love a proper ARM/Aarch64 build of brave too. Brave really should support this. There's literally dozens of us 😅 |
But why?
As there is an android arm64 build, I assume the code work on arm64 |
Also interested in using Brave on an arm64 (Pi Model 4B). |
@leberschnitzel this is not launched in our Linux repos yet. The only way to get it is via GitHub releases. |
duh, I could have thought of that. Using the GitHub release worked nicely and finally I have the desktop experience on my chromebook :) |
I like the fact that this seems to be WIP (Work in progress); the community is very strong it seems. |
@brave/qa-team: marking as We'll revisit the fuller testing in each of the |
When trying to install this on a Debian 9 (stretch) system, I get the message:
This highest version of libc6 for Debian 9 is 2.24. The Brave System Requirements say Debian 9+ is supported. |
@martinbutt please see #26189. |
Has anyone figured out how to get this running on a Mac M1 running Ubuntu 22.04 on Parallels? |
Yes. |
Yes, I don't think there's anything special about running inside Parallels on a Mac M1 and it worked for me. Just download the latest nightly that has a Linux ARM build:
Here's a Gnome
|
We're out with Linux arm64 on all channels, see https://brave.com/linux |
yay, thanks! |
Works fine for me on Ubuntu 22.04.1LTS (aarch64 ARM). |
Might have to do with the fact that I'm running in UTM on Apple Silicon |
I'm actually running in Parallels on Apple Silicon. Btw, Parallels is worth the money IMO. It's got impressive features. |
Thanks, will give the trail a shot. Do you have an M1 or M2? |
I have an M1 Pro Max. But any Mac will do :) |
@marthinus-engelbrecht Same experience on a Pinephone64 (aarch64) running Mobian/Debian. |
You can install it with the following commands( I am running ubuntu 22.04 jellyfish on UTM, macbookpro M1 "arm64") sudo apt install apt-transport-https curl |
ty @myusuf963 ! Since apt-key is deprecated I used the following instead of your curl line above... |
Description
I recently bought a PineBook Pro from Pine64 and I obviously want to use Brave just like on my Intel powered Laptop that runs Gentoo Linux.
Though sadly Brave only seems to support ARM-HF powered Android devices. PineBooks run on Linux though, also they use a ARM64 processor.
As PineBooks have a ARM64 (64 bit) processor, I cant really run/use armhf (32 bit) builds as one would on a Raspi.
I tried to run armhf applications before, but after 6 hours of trying without success I gave up.
For what I know, Chromium has ARM64 support. I have Chromium running on here.
As the ARM processor in PineBooks is not ment for heavy load I will not attempt to compile Brave myself on here.
The text was updated successfully, but these errors were encountered: