superman-enamy/opencode-termux-installer — explained in plain English
Analysis updated 2026-05-18
Run an AI coding agent directly on your Android phone without a laptop or remote server.
Ask OpenCode to explain or modify a codebase using a one-shot command from Termux.
Set up a portable coding assistant for quick fixes while away from a desktop.
| superman-enamy/opencode-termux-installer | 100/dotfiles | adams549659584/my-openwrt-actions | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Shell | Shell | Shell |
| Last pushed | — | 2016-11-18 | 2020-06-06 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | hard |
| Complexity | 1/5 | 1/5 | 3/5 |
| Audience | vibe coder | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Must use the F-Droid build of Termux, the Play Store version will not work.
opencode-termux-installer is a script that lets you run OpenCode, an AI coding agent that normally lives in a terminal on a computer, directly on an Android phone using an app called Termux. Termux gives you a Linux style terminal on Android, but OpenCode is built for a different underlying system than the one Android normally uses, so this project bridges that gap using pre built packages from a separate compatibility project. Installing it is meant to be a single command pasted into Termux, or you can clone the repository and run its install script instead. The instructions are firm that you must install Termux from F-Droid rather than the Google Play Store version, since the Play Store version has restrictions on storage and processes that stop OpenCode from working correctly. You also need a 64 bit ARM Android device, which covers most modern phones, and an internet connection to download roughly 100 megabytes of packages. After installing, you set an API key for whichever AI provider you plan to use, such as Anthropic, OpenAI, or Google, then launch OpenCode from any project folder either interactively or with a one shot command that answers a single question about your code. The README includes troubleshooting steps for common problems like the command not being found, permission errors, or picking the wrong version of Termux, along with a simple uninstall command that removes the binary and its files. The project credits the original OpenCode agent and the separate Termux packaging project it depends on. It is released under the MIT license.
opencode-termux-installer is a one-command installer that gets the OpenCode AI coding agent running natively inside Termux on an Android phone.
Mainly Shell. The stack also includes Shell, Termux, Android.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.