PocketDevTermux
<!-- --
PocketDevTermux turns Termux into a complete mobile development workstation. Install programming languages, tools, editors, AI coding assistants, and a full Linux container all from one interactive installer.
Demo
---
Requirements
- Android 7.0 or higher
- Termux installed from F-Droid (recommended) or Play Store
---
Installation
curl -O https://raw.githubusercontent.com/debojitsantra/PocketDevTermux/main/pocketdev.sh && bash pocketdev.sh---
Why this exists ?
Setting up programming tools in Termux manually can take a long time. PocketDev automates the process and installs everything needed for development in one interactive setup.
---
Developer Profiles
Run the script and pick one or more profiles. You can combine them freely.
| # | Profile | What gets installed | |---|---------|---------------------| | 1 | Python | Python 3, pip, ipython, black, pylint, rich, requests, httpx, virtualenv | | 2 | Web | Node.js, live-server, eslint, prettier, nodemon, TypeScript, ts-node | | 3 | C / C++ | Clang, GCC, Make, CMake, GDB, binutils | | 4 | Java | OpenJDK 17, Gradle, Maven | | 5 | Kotlin | OpenJDK 17, Kotlin compiler | | 6 | Rust | rustup, rustc, cargo | | 7 | DevOps / Shell | zsh, tmux, jq, shellcheck, ripgrep, fd, bat, lsd | | 8 | Go | Go toolchain, air (hot reload) | | 9 | Polyglot | All of the above |
Multiple profiles can be selected at once: