Google to merge Android and ChromeOS in 2026

(theregister.com)

99 points | by fork-bomber 6 hours ago ago

38 comments

  • xnx 4 hours ago

    I'm glad they'll be focusing on a single OS across more devices, but I'm very concerned there will be no workaround for installing "untrusted" apps. Without ultimate user control of the device, they'll just be ad/influence appliances.

    • transpute an hour ago

      Qualcomm Arm PCs support hardware nested virtualization for pKVM L0 and KVM L1 hypervisor, similar to Pixel devices. This could enable Debian Linux in a VM, currently available on Pixel as "Linux Terminal" for developers, with all Debian Arm packages and root access in the VM.

      "Terminal app can now run full graphical Linux apps in the latest Android Canary", https://news.ycombinator.com/item?id=44681858

      "Coding without a laptop: Two weeks with AR glasses and Linux on Android", https://news.ycombinator.com/item?id=43985513

      • rs186 an hour ago

        So?

        Technical capability often has little to do with how the product works.

    • gclawes 2 hours ago

      Worse, surveillance appliances. Highly likely we'll see mandatory client-side scanning apps in EU soon, and possibly Digital ID stuff in the UK.

      Great opportunity for mandatory remote attestation and mandatory software.

      • thewebguyd 24 minutes ago

        That's definitely where things are heading I think. All of Google's changes point to getting ready for this.

        The big tech companies are boiling the frog, trying to get us used to Linux just being an "app" we run on our licensed, not managed by us devices.

        Google will point to the linux terminal app on Android and go "see, it's OK that we're making these sideloading changes - you can just run Linux (in a VM, on a device you don't have root on). WSL also gets us used to the idea that Linux is just an app.

        Get ready for people to not see between the lines, adopt it, and then the rug will get pulled. We'll see hardware OEMs that lock boot loaders, no more alternative OS for you, or if you do manage to install another OS, you won't get to access any internet services because you won't pass the device attestation checks.

  • ggm 4 hours ago

    If you can adb unlock, and it's not a closed box, then people can run F-Droid and install apps. Which means they can run independent path code without "sideload" in the apk download-and-install-by-hand sense. I guess for google, F-Droid IS sideloading.

    If you unlock and you cannot run google wallet or your banking app, it's a closed box and the EU anti-monopoly lawsuit may still apply on this. But, if they can make a "trust" story run about LEA access to lawful decode or something, this might go away.

    I'd say that the projections about fuschia and the like have turned out to be less interesting than some people hoped: but having two OS in the public eye (3 or more if you include Android TV and whatever closed systems run on Nest and Chromecast) was always a mistake.

    I can live inside termux but there are things termux struggles to do, (like tcpdump maybe? and interacting simply with data downloaded from outside termux because of sandbox rules), which I very much would want.

    I do not like how Android interacts with removable storage. It's an anti-pattern.

    • jsight an hour ago

      I'd guess that these will support their virtualization framework so that you don't have to depend on tmux.

      Android Terminal works pretty well on the pixel at the moment, so hopefully the merged version in ChromeOS-style laptops and tablets will be fully usable.

    • VHRanger 2 hours ago

      I love termux, but it's really not a replacement for full fat linux. There's tio many incompatibilities with how linux software expects to run for it to work for a dev workflow (unless your workflow is to immediately ssh into something else).

      The most compatible setup I found is proot-distro into alpine, which bypasses a lot of the android blockers, and the bionic-libc incompatibilities by using musl. Comes at a performance cost, however.

    • benoau 2 hours ago

      I think in general their plans are contrary to the DMA if they prevent F-Droid from existing. The big bet seems to be that Trump can coerce the EU into repealing the law entirely.

      > (50) [...] In order to ensure that third-party software applications or software application stores do not endanger the integrity of the hardware or operating system provided by the gatekeeper, it should be possible for the gatekeeper concerned to implement proportionate technical or contractual measures to achieve that goal if the gatekeeper demonstrates that such measures are necessary and justified and that there are no less-restrictive means to safeguard the integrity of the hardware or operating system.

      > (54) Gatekeepers can hamper the ability of end users to access online content and services, including software applications. Therefore, rules should be established to ensure that the rights of end users to access an open internet are not compromised by the conduct of gatekeepers. Gatekeepers can also technically limit the ability of end users to effectively switch between different undertakings providing internet access service, in particular through their control over hardware or operating systems. This distorts the level playing field for internet access services and ultimately harms end users. It should therefore be ensured that gatekeepers do not unduly restrict end users in choosing the undertaking providing their internet access service.

      https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv%...

      • westurner an hour ago

        Surely most governments have a compelling interest in preserving the ability to sideload apps on Android for software development, information security research, and preserving the open competitive ecosystems that so many bought into and invested in with such terms.

        The ability for open source software developers to write and run applications on their [fork of AOSP with a bunch of binary closed source out-of-tree kernel modules] devices should be protected, in order to prevent anti-competitive practices from squandering the open platform the community has helped to build.

        Play Store requires a DUNS number and registration therefore these days.

        F-Droid does not require a DUNS number for app upload.

        (F-Droid is one of a number of third party APK registry and APK installer services. The F-Droid web service hosts signed Android "APK" software packages and updates which can be uploaded by registered users and downloaded without registration or login. The F-Droid application installs APKs from the F-Droid web service; though app install and update requires more taps to install or update multiple packages due to Android's lack of functionality to add third-party package repos with keys, a standard feature in modern Linux software package management systems.)

        Android app developers can already choose whether their app can be installed or run on a device that doesn't pass Play Integrity checks.

        If non-rooted third-party AOSP forks with recent Security Patch Levels fail Play Integrity checks and thus cannot work with retail banking apps for example, then old versions of Android for which there are no longer updates should also fail Play Integrity checks.

        • westurner 43 minutes ago

          Open standards for modern software management include: schema.org/SoftwareApplication , W3C Verifiable Credentials, Sigstore, SLSA, and OCI Artifact registries which already support signatures.

          There are various tools which sideload APKs over HTTPS without any checksum or signature (e.g. from GitHub releases instead of from for example an OCI Registry) which are as reckless as curl | sh.

          Couldn't bash and zsh run in a container2wasm WASM container that, in a browser tab without install, gets its own SELinux security context like all apps since Android 4.4+?

          Does ls -Z work in Android Terminal (or termux, or the ChromeOS term)?

          Students and Family Link accounts are currently denied access to containers on Chromebooks.

          So on a Chromebook the same curriculum is limited to JupyterLite in WASM which almost works offline in a browser, instead of a local repo2docker container or a devcontainer.json (because there is no money for students to have server resources (like shells, CI, GitLab+k8s resource quotas) other than their provisioned computer).

          container2wasm: https://github.com/container2wasm/container2wasm :

            $ c2w ubuntu:22.04 out.wasm
  • jakebasile an hour ago

    I wonder if they'll drop support for ChromeOS Flex, their install-it-on-whatever version. Would be kind of interesting to have a semi-official Android for various x86 machines I have lying around.

  • textlapse 3 hours ago

    I sense an impending merge conflict.

    Seriously though this is inevitable as Fuchsia wound down and Android essentially proved its worth running on Windows (which was a nice experiment I guess).

    • vachina 3 hours ago

      Android on Windows?

      • textlapse 2 hours ago

        Google Play Store on Windows really.

        • Spunkie an hour ago

          Ok, but what are you talking about?

          The only android on Windows I know about was the subsystem but that was shackled to the Amazon app store and was killed off when Amazon finally gave up on their app store.

  • Macha 4 hours ago

    > To buttress his argument that Android can work on laptops, Samat pointed to the OS being "super successful" on tablet computers.

    In like 2015 before all the OEMs lost interest when it turned out tablets didn't have phone-esque upgrade cycles maybe? Isn't the Android tablet market basically on life support from occasional Samsung refreshes at this stage?

    • mrheosuper 16 minutes ago

      > Android tablet market basically on life support

      I dont think so, it's more active recent year. There are a lot of good Chinese tablet(from well known brand). Xiaomi, lenovo, vivo, oppo and oneplus all have "flagship" tablet(running high end CPU, with very good screen and build quality)

    • cogman10 3 hours ago

      It's pretty bad. The only place it sort of thrives is Amazon's tablets and android ereaders.

      They are all (AFAIK) based around android 9 or 10.

      You are seriously almost better off just doing something like a windows tab converted to a linux machine.

      • ThatMedicIsASpy 3 hours ago

        Touch and Linux is still a terrible experience (vs W8/W10). Windows 11 replaces the useful W10 gesture (edge screen swipe) for win+tab with a widget for ads so I have no hopes in MS

        • cogman10 3 hours ago

          It's been a while since I've tried it. I assume the experience got better with ubuntu putting in around ubuntu touch but honestly I can't say if it's much better.

    • jemmyw 2 hours ago

      I've got a Lenovo tablet. It's bad - I only use it to read music and it's so laggy. It was cheap but I feel I'd have been better off getting a used ipad.

    • worik 3 hours ago

      I am on a Samsung Android tablet

  • smilbandit 30 minutes ago

    Wonder if android will scale up to a windowing interface for larger screens or will it be like samsung dex.

  • cpeterso 3 hours ago

    Google tried to merge Android and ChromeOS back in 2016 in a project called Andromeda: https://www.neowin.net/news/google-has-reportedly-killed-its...

    • zobzu 2 hours ago

      I mean, Pixels run a "desktop mode" today if you enable stuff in dev options and connect a display, keyboard, mouse via USB.

      Not a stretch to imagine that its the same work, so its desktop android, not, ChromeOS merge, this time.

  • roody15 2 hours ago

    Not convinced this will happen. Plenty of k-12 Chromebooks with an extended support life to 2032+. Having used both seems to be still quite a big task to merge these together.

    • rs186 an hour ago

      I think it matters what "support" means.

      This could be the "next generation" ChromeOS that are exclusively available on new/recent Chromebook devices, while Google keep updating the "legacy" ones with only security patches. From what I can tell, Google never explicitly promised that every supported Chromebook can get the latest feature updates. The only said "updates".

      Of course this is pure speculation and I'd love to be proven wrong.

  • conartist6 2 hours ago

    The Register "confirmed" with Google the the mobile OS will be "trumphant?"

  • seneca 4 hours ago

    Sounds more like they're killing ChromeOS and attempting to implement a Laptop experience for Android.

    I wonder what this means for all the schools that invested in Chromebooks.

    • klipklop 4 hours ago

      I would suspect that they continue to support those until they hit their agreed upon EOL. At some point they will ship new units that are essentially identical in use (running chrome), but are locked down under the hood (for school use) to be more like chromeOS and less like Android.

      There is a good chance the average end user wont even notice the difference. It seems doable, but I guess the devil is in the details. If they can't pull it off, Apple is rumored to be launching a ~$599 macboook. Would not be really stretch to see them complete in this space again in the future.

      • extraduder_ire 3 hours ago

        Every chromebook ever sold can have its bootloader unlocked and software replaced, doing so un-enrolls it from whatever management the school set up.

    • ofalkaed 2 hours ago

      I think ChromeOS has been slowly making the merge for awhile now, hence the chrome store being killed and replaced by the android store. Everytime I updated my Chrome book over the past year or so it gets a bit more android like.

    • zobzu 2 hours ago

      ChromeOS support is contracted and thus guaranteed.

      But one day they'll have to switch, when the support runs out. IIRC it's 7-10 years depending.

    • zer0zzz 4 hours ago

      They see an entrance into the windows desktop market and they are taking it. I personally like this path because the only good laptop+phone integrated combo I see is from Apple. Hope they don’t screw up on opportunities like clipboard sharing and other integrations.

  • snvzz 3 hours ago

    Hopefully replacing Linux with Fuchsia at the same time?

    • BoredPositron 2 hours ago

      Fuchsia is DoA. They tried moving nest and smart speakers to it and scrapped the project in 2023.