Pixelated is a user-friendly tool that simplifies the process of flashing images on Pixel devices. With just a few clicks, users can easily install stock or custom images on their supported Pixel devices. This repository and all branches are experimental for now.
Please note that the link fetching functionality in Pixelated uses Selenium and web scraping. Use this feature responsibly, as overuse may lead to your IP being blocked by the ROM providers. Additionally, using this tool may break the user agreement with the ROM provider. If you learn of a formal API way to get links, please open a request, and it will be implemented.
- Select from various channels to view available images for your device
- Download and install images with ease
- Supports a wide range of Pixel devices (Pixel 2 and up)
- Clone the Pixelated repository
- Install Fastboot by following the instructions below:
- Install drivers on Windows
Windows:
- Download: https://developer.android.com/tools/releases/platform-tools
- Extract to C:\platform-tools
- Run PowerShell as Administrator and type:
setx PATH "%PATH%;C:\platform-tools"
Mac:
- Run
brew install --cask android-platform-tools
Linux (via APT):
- Run
sudo apt-get install android-tools-adb -y
- Install the required dependencies
- Run the Pixelated application
If you're using Pixelated on a Windows machine, you may need to install the Pixel drivers to ensure proper connectivity with your Pixel device. Follow these steps to install the Pixel drivers:
-
Open the Device Manager on your Windows machine.
-
Find your Pixel device in the list and right-click on it. Select "Update driver" from the context menu.

-
In the Update Driver Software window, select "Browse my computer for drivers."

-
Navigate to the folder containing the Pixel drivers you downloaded from the following link: Pixel Drivers

-
Select the folder and click "Install" to install the drivers.

After completing these steps, your Pixel device should be recognized and ready for use with Pixelated.