/open-interpreter-termux

Instructions for installing Open Interpreter on your Android device.

Termux Setup for Open Interpreter

Note: This takes a long time

Update packages and sources

yes | pkg update

Install required packages

yes | pkg install termux-api python-pip cmake ninja patchelf build-essential matplotlib rust binutils libzmq

Allow storage permissions for termux after running:

termux-setup-storage

Note: Android will ask you to grant permission after the first time which causes the command to not succeed initially

So run the same command again and say 'Yes'

termux-setup-storage

Install open interpreter

pip install open-interpreter

Set your OpenAI API key:

export OPENAI_API_KEY=<apikey>

Start Open Interpreter

interpreter
  • ...
  • Profit