This repository contains a modified version of the official Google Colab CLI that can be installed and used on Android via Termux.
Original project: https://github.com/google/google-colab-cli
This version replaces the Android-incompatible components with a pure Python implementation so it can be installed successfully on Termux.
All credits for the original project belong to the Google Colab CLI developers.
-
Extract the archive.
-
Open a terminal and enter the extracted directory.
-
Install:
pip install . --break-system-packages- Verify:
colab --help- Tested on Termux.
- Python 3.14.
- This repository is intended to improve Android compatibility while preserving the original CLI functionality.