Guides
3 min read

Ditch Google: How to Install /e/OS for a Privacy-First Android Experience

Give your phone a second life - free from Google surveillance.


Why /e/OS?

Contemporary digital environments frequently sacrifice user privacy through surveillance-oriented mainstream operating systems. While Google services offer convenience, they are recognized for extensive data collection practices. /e/OS offers a Google-free Android experience, removing Google apps and services to strengthen privacy protections.

Instead of throwing away a perfectly functional phone because the manufacturer stopped updating it, you can flash /e/OS and extend its useful life by years - keeping hardware out of landfills while reclaiming your privacy.


Before You Start

Check Compatibility

Verify your device supports /e/OS by consulting the /e/OS compatibility list. The project supports hundreds of devices, including many that manufacturers have already abandoned.

Backup Your Data

Protect your existing data through a full backup before installation begins. Use adb backup or your preferred backup tool.

What You Need

  • A USB cable to connect your phone to a computer
  • A computer with adb and fastboot installed
  • The /e/OS image for your specific device from the official /e/OS website
  • A charged battery (at least 80%)

Installation Process

1. Enable Developer Options

On your Android device:

  1. Go to Settings > About phone
  2. Tap Build number 7 times
  3. Go back to Settings > System > Developer options
  4. Enable USB debugging
  5. Enable OEM unlocking (if available)

2. Unlock the Bootloader

Connect your device to your computer and run:

adb reboot bootloader
fastboot oem unlock

Warning: Unlocking the bootloader will factory reset your device. Make sure you have backed up everything.

3. Flash /e/OS

Follow the official documentation for your specific device. The general process is:

# Boot into fastboot mode
adb reboot bootloader

# Flash the recovery image
fastboot flash recovery recovery-e-device.img

# Reboot into recovery
# Use volume keys to navigate, power button to select

# In recovery: Wipe > Format Data
# Then: Apply Update > Apply from ADB
adb sideload e-OS-device.zip

4. First Boot Setup

After flashing, your device will boot into /e/OS. Configure your device through the on-screen prompts:

  • Set your language and Wi-Fi
  • Create or sign in to your Murena account (optional)
  • Customize your privacy settings

Key Features

  • Privacy Dashboard - manage app permissions and see which apps accessed your data
  • Ad Blocker - integrated tracker and ad blocking at the system level
  • App Lounge - install apps from multiple sources, with privacy scores for each app
  • Open-Source - the entire codebase is publicly auditable

Benefits and Trade-offs

What You Gain

  • No Google services collecting your data in the background
  • Extended device lifespan - your phone stays useful after the manufacturer abandons it
  • Full control over permissions and network access
  • Transparent, open-source architecture

What to Consider

  • Some apps that depend heavily on Google Play Services may not work (banking apps, Google Maps)
  • MicroG compatibility layer handles most cases, but not all
  • The ecosystem is smaller - you may need to adapt some workflows

Conclusion

/e/OS is a strong option for anyone seeking a Google-free Android experience that prioritizes privacy and user control. It is also one of the most practical ways to fight e-waste - by giving abandoned hardware a second life with a modern, maintained operating system.