archon-exec icon indicating copy to clipboard operation
archon-exec copied to clipboard

Wrapper script for launching APK files with ARChon and chromeos-apk

archon-exec

A wrapper for ARChon and chromeos-apk to launch Android APKs in a single step

Dependencies

  • ARChon: Executes converted ARChon APKs
  • chrome or chromium: Runs ARChon inside as an extension
  • chromeos-apk: Extracts Android APKs and converts them to ARChon APKs

Configuration

Configuration is done by setting the values of the following environment variables:

  • ARCHON_APKROOT: The directory to extract and install APK files (default: /tmp/archon)
  • ARCHON_CONFIG: The directory to manage config data for each APK (default: $HOME/.config/archon)
  • ARCHON_PATH: The directory containing ARChon (default: /opt/archon)

USAGE

Simply run ./archon-exec /path/to/file.apk and the application should start right up!

CREDITS

Written by Kevin MacMartin:

LICENSE

Released under the MIT license.