Install WraithLink

Loading release information...

This erases the device. Installing wipes all data. Back up anything you need first. Installation is only safe on the supported Pixel devices listed in the install guide.

Before you start

  1. Use a Chromium-based browser on a computer (Chrome, Edge, or Brave). WebUSB is required, and this page must be served over HTTPS.
  2. On the phone, enable Developer options, then turn on OEM unlocking and USB debugging.
  3. Connect the phone by a good-quality USB-C cable and reboot it into the bootloader (power off, then hold Volume Down while powering on).

Flash

This unlocks the bootloader, flashes the WraithLink factory image, then relocks against the WraithLink verified-boot key.

Waiting for device...

Prefer the command line?

The fastboot CLI is the guaranteed method and does not depend on your browser. Download the factory image + checksum from the release, verify it, then:

sha256sum -c wraithlink-<device>-factory.zip.sha256
# reboot the phone to the bootloader, then:
fastboot flashing unlock          # confirm on the phone
bootloader/flash-all.sh           # from inside the extracted factory image
fastboot flashing lock            # confirm on the phone

Full walk-through in the install guide.