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
- Host: GitHub
- URL: https://github.com/mikehorn-git/grapheneos-auto
- Owner: MikeHorn-git
- License: mit
- Created: 2025-03-07T16:17:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T17:00:08.000Z (3 months ago)
- Last Synced: 2025-03-08T17:30:33.401Z (3 months ago)
- Topics: android, google, grapheneos
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```