Unofficial guide to Android installation - jarun/googler GitHub Wiki

Disclaimer: This is an unofficial guide to run googler on Android based on third-party apps. The procedure is unsupported.
  1. Install Termux from Google Play

  2. Install python and curl

    pkg install python python-dev curl
    
  3. Download googler (replace v3.6 with the latest release) and set as executable

    curl -o /data/data/com.termux/files/usr/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.6/googler && chmod +x /data/data/com.termux/files/usr/bin/googler
    
  4. Run googler

googler on Android

⚠️ **GitHub.com Fallback** ⚠️