Bringing Chrome to ARM64 Linux Devices
blog.chromium.org
Bringing Chrome to ARM64 Linux Devices
1–10 of 78 posts
Re: Bringing Chrome to ARM64 Linux Devices
#2Re: Bringing Chrome to ARM64 Linux Devices
#3Re: Bringing Chrome to ARM64 Linux Devices
#4Re: Bringing Chrome to ARM64 Linux Devices
#5I'm confused, how does Chrome work on ARM64 Android phones today?
Also curious about this.
Re: Bringing Chrome to ARM64 Linux Devices
#6I'm confused, how does Chrome work on ARM64 Android phones today?
To run conda-forge arm64 Linux binaries on Android in termux requires proot-distro because the ABIs are slightly different FWIU.
What is necessary to run Android ARM64 binaries on Linux ARM64?
Android Studio, LineageOS or BlissOS's outdated Android containers, a runtime like vinegarhq/sober that emulates just enough of Android.
An Android binary that makes Linux compatible syscalls only (that doesn't require Android libraries that aren't compiled for Linux) won't work will it?
Re: Bringing Chrome to ARM64 Linux Devices
#7I'm confused, how does Chrome work on ARM64 Android phones today?
on that note, it would have been nice if they also clarified if this means they'll be shipping an official "chrome for testing" for arm64 linux, too.
Re: Bringing Chrome to ARM64 Linux Devices
#8I'm confused, how does Chrome work on ARM64 Android phones today?
Maybe Android has its own libc? So they compile it for Android, but not for general Linux. Also curious about this.
Bionic (software) https://en.wikipedia.org/wiki/Bionic_(software)
Re: Bringing Chrome to ARM64 Linux Devices
#9Re: Bringing Chrome to ARM64 Linux Devices
#10Curious; given that ARM Chromebooks are nothing new, I'm surprised that it took them this long to ship it to other Linux distros.
There were actually some paid services that provided a distro-agnostic chromium arm64 builds mostly targeting people running puppeteer on AWS ARM lambda. You can see some discussion here https://github.com/alixaxel/chrome-aws-lambda/issues/241
edit: I think I replied to the wrong comment.