/azadidroid

Automated installation of google free Android distributions (Lineage, CalyxOS, GrapheneOS,...) - easier than ever before!

Primary LanguageTypeScript

Azadidroid

free your phone from google

https://azadidroid.app

Automated installation of google free Android distributions - easier than ever before!

Project Overview

Folder Purpose
azadidroid-data Available ROMs, informations about models
azadidroid-lib Logic for automatic installation of android ROMs (utilizing heimdall.js, fastboot.js and ya-webadb)
azadidroid-cli command line tool using azadidroid-lib
azadidroid-web Web GUI using azadidroid-lib. deployed under https://azadidroid.app

Supported

it is an early version. Lot's of devices probably aren't supported yet.

ROM's

  • LineageOS
  • /e/ OS
  • GrapheneOS
  • CalyxOS
  • Proton AOSP
  • DivestOS
  • iodéOS

Setup

git clone --recurse-submodules https://github.com/alangecker/azadidroid.git
cd azadidroid
yarn install

Run CLI

yarn azadidroid

Run web development server

yarn web-dev