Back Home

硬體

Googlebook opens for preorders, integrating agent development tools and an isolated Linux environment

Google is bringing Antigravity, a Linux terminal, and on-device AI hardware to its new laptop platform. The pKVM protection modes across processor variants and NPU access from Linux still require product documentation and testing on actual devices.

Albrecht Altdorfer · Public domain · Image source
zh-Hant

Google opened preorders for Googlebook on September 21, integrating the Antigravity development platform, a Linux terminal, and Gemini features into laptops based on the Android technology stack. For agent developers, the concrete change is an isolated environment that can run software development tools. Google explicitly lists Claude Code and Antigravity CLI and says the Linux environment is backed by the pKVM hypervisor. [Launch announcement](https://blog.google/products-and-platforms/devices/googlebook/pre-order-googlebook/)

Initial processor options include Intel Core Ultra Series 3 and Snapdragon X Elite. Official specifications list NPU performance above 45 TOPS and memory starting at 16 GB, with some models offering 32 GB. These specifications provide a foundation for on-device computing, but the announcement includes no benchmarks that translate the compute figures into latency for specific models, nor does it explain how the Linux guest accesses the NPU. [Hardware specifications](https://blog.google/products-and-platforms/devices/googlebook/first-look-googlebook/)

The isolation mechanism needs to be understood in layers. In Android’s publicly documented architecture, pKVM builds on KVM and uses memory access controls at a higher privilege level to restrict the host’s ability to read the memory of guests marked as protected. Its design goals include guest confidentiality and integrity. Scheduling remains under host control, however, so continued access to compute resources is not guaranteed for guests. [Architecture overview](https://source.android.com/docs/core/virtualization/architecture), [Security model](https://source.android.com/docs/core/virtualization/security)

Documentation gaps remain at the product level. The public reference implementation described above currently focuses on ARM64, with x86_64 listed only as supporting tests of non-protected virtual machines. Googlebook, however, offers both Intel and Qualcomm models. This establishes only that product-specific documentation is needed. It does not justify assuming that Linux guests on all models have the same protection mode, nor can older reference documentation be treated as proof that the new product lacks support. [Reference implementation scope](https://source.android.com/docs/core/virtualization/architecture)

Desktop features include Magic Pointer, invoked by user gestures, and Rambler, which organizes dictated content. Google also says Gemini Spark can continue processing tasks after the laptop lid is closed. The feature description does not detail how local and remote inference are divided for each feature. Development teams still need to confirm where code, screen content, and prompts flow before determining which tasks can be completed offline. [Feature overview](https://blog.google/products-and-platforms/devices/googlebook/googlebook-built-in-intelligence/)

From an engineering workflow perspective, the value lies in bringing agent tools, a terminal, and execution isolation into a single environment as shipped, reducing the steps required to assemble it yourself. Preorders and actual delivery should also be considered separately: the US release date is October 4, and testing of retail units is still pending. [Delivery timeline](https://blog.google/products-and-platforms/devices/googlebook/pre-order-googlebook/) Before production adoption, teams should verify shared directories, credential visibility, package compatibility, and accelerator access on actual hardware. A virtual machine’s memory isolation does not automatically revoke file or network permissions that users grant to an agent.

Sources

  1. Googlebook: The laptop your Android phone has been waiting for
  2. Premium materials and striking design set Googlebook apart
  3. AVF architecture
  4. Android Virtualization Framework — Security
  5. Googlebook’s built-in intelligence reinvents the way you use your laptop