apk-builder-cli
v1.4.0
Published
CLI tool to build Android APKs from any website using GitHub Actions
Maintainers
Readme
APK Builder CLI
A command-line tool that transforms any website into a native Android APK using GitHub Actions.
Built by sudo-self.
Web Version: https://apk.jessejesse.com
Features
One-command APK generation from any website
Customizable app appearance (colors, icons, names)
Native Android experience using a WebView wrapper
Cloud builds powered by GitHub Actions
No Android development experience required
Automatic download of generated APK files
Optional GitHub Releases for version management
Quick Start
Using npx (Recommended)
npx apk-builder-cli
Global Installation
npm install -g apk-builder-cli
apk-builder
Prerequisites
Node.js 18 or higher
GitHub Personal Access Token with:
reposcopeworkflowscope
Getting Your GitHub Token
Go to GitHub Settings → Developer settings → Personal access tokens → Tokens (classic)
Click Generate new token → Generate new token (classic)
Name it something like APK Builder CLI
Enable the following scopes:
repoworkflow
Generate and copy the token securely
Usage
Basic Usage
npx apk-builder-cli
Using Environment Variable (Optional)
export GITHUB_TOKEN=your_github_token_here
npx apk-builder-cli
