{"id":16201538,"url":"https://github.com/mikebirdtech/open-interpreter-termux","last_synced_at":"2025-04-09T18:18:49.857Z","repository":{"id":216593761,"uuid":"697531552","full_name":"MikeBirdTech/open-interpreter-termux","owner":"MikeBirdTech","description":"Instructions for installing Open Interpreter on your Android device.","archived":false,"fork":false,"pushed_at":"2024-03-17T14:40:52.000Z","size":20,"stargazers_count":216,"open_issues_count":6,"forks_count":24,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T18:18:45.255Z","etag":null,"topics":["ai","android","artificial-intelligence","open-interpreter","termux"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeBirdTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-27T23:36:37.000Z","updated_at":"2025-03-20T03:55:46.000Z","dependencies_parsed_at":"2024-01-13T20:47:04.461Z","dependency_job_id":"b4948a88-81b1-4970-8dfe-524290a43728","html_url":"https://github.com/MikeBirdTech/open-interpreter-termux","commit_stats":null,"previous_names":["arrendy/open-interpreter-termux","mikebirdtech/open-interpreter-termux"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fopen-interpreter-termux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fopen-interpreter-termux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fopen-interpreter-termux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fopen-interpreter-termux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBirdTech","download_url":"https://codeload.github.com/MikeBirdTech/open-interpreter-termux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085325,"owners_count":21045139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","android","artificial-intelligence","open-interpreter","termux"],"created_at":"2024-10-10T09:38:53.604Z","updated_at":"2025-04-09T18:18:49.826Z","avatar_url":"https://github.com/MikeBirdTech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Open Interpreter](https://github.com/KillianLucas/open-interpreter) on Android\n\nFollow these instructions for installing Open Interpreter on your Android device. [Termux](https://termux.dev/en/) is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. This is where Open Interpreter will be installed and interacted with.\n\n\u003cdiv align=\"center\"\u003e\n\n | [日本語](docs/README_JP.md) | [English](README.md) |\n\n\u003c/div\u003e\n\n---\n\n## Installation\n\n- Install [Termux](https://github.com/termux/termux-app/releases/tag/v0.118.0)\n\n- Install [Termux:API](https://github.com/termux/termux-api/releases/tag/v0.50.1)\n\n- Open Termux and run the following:\n\n_Note: This takes a long time_\n\nUpdate packages and sources\n\n```bash\nyes | pkg update\n```\n\nInstall required packages\n\n```bash\nyes | pkg install termux-api python-pip cmake ninja patchelf build-essential matplotlib rust binutils libzmq\n```\n\nAllow storage permissions for termux after running:\n\n```bash\ntermux-setup-storage\n```\n\n_Note: Android will ask you to grant permission after the first time which causes the command to not succeed initially_\n\nSo run the same command again and say 'Yes'\n\n```bash\ntermux-setup-storage\n```\n\nInstall open interpreter\n\n```bash\npip install open-interpreter\n```\n\nSet your OpenAI API key:\n\n```bash\nexport OPENAI_API_KEY=\u003capikey\u003e\n```\n\nStart Open Interpreter\n\n```bash\ninterpreter\n```\n\n- ...\n- Profit\n\nNote, `OS mode` is not currently supported on Android\n\n---\n\n## Considerations\n\n### Updating config.yaml\n\nWhen running `interpreter --config` a `config.yaml` may be created in `~/Downloads`. This is _not_ the config file used by Open Interpreter. This is due to how Android/Termux handles opening files.\n\nIn order to update your Open Interpreter config file, you need to edit the one located in `/data/data/com.termux/files/home/.config/Open Interpreter/`\n\nYou may get an error saying that Termux cannot use external applications. You need to update the `termux.properties` file. You can use any text editor, here are the steps for `nano`:\n\n- `nano /.termux/termux.properties`\n- uncomment `allow-external-apps` property\n- save file\n\n### Exiting the Chat\n\nIn order to exit the chat, you need to press `control + c`. In some instances, this will halt the current process Open Interpreter is running but will not exit the interactive chat. Pressing `control + c` a second time will exit the chat.\n\n---\n\n## Example Uses\n\nCheck out these posts for examples of how Open Interpreter can be used on your Android\n\n- [One](https://x.com/MikeBirdTech/status/1707108619529916820)\n- [Two](https://x.com/MikeBirdTech/status/1711798317288419382)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebirdtech%2Fopen-interpreter-termux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikebirdtech%2Fopen-interpreter-termux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebirdtech%2Fopen-interpreter-termux/lists"}