An open API service indexing awesome lists of open source software.

https://github.com/mikehorn-git/grapheneos-auto

Automate GrapheneOS Install
https://github.com/mikehorn-git/grapheneos-auto

android google grapheneos

Last synced: 3 months ago
JSON representation

Automate GrapheneOS Install

Awesome Lists containing this project

README

        

# Description

Automate GrapheneOS [CLI](https://grapheneos.org/install/cli#post-installation) installation.

# Quick Start

```bash
git clone https://github.com/MikeHorn-git/GrapheneOS-auto.git
cd GrapheneOS-auto/
```

## Env

Export your targeted DEVICE_NAME and VERSION from [releases](https://grapheneos.org/releases)

```bash
export DEVICE_NAME="tokay"
export VERSION="2025030300"
```

## Install

Now you're ready, follow the [guide](https://grapheneos.org/install/cli) with suitable commands.

```bash
make reqs
make images
make unlock
make flash
make lock
```

Check [Usage](https://github.com/MikeHorn-git/GrapheneOS-auto?#usage) for help.

# Usage

```makefile
Usage: make
Targets:
help Show this help message
reqs Install packages requirements for Arch
images Retreive and check factory images
lock Lock the bootloader
unlock Unlock the bootloader
flash Flash factory images
clean Remove factory images folders
prune Remove android-tools package
distclean Clean & Prune
```