Development Tools

Dev Tools

Essential CLI tools for development on Termux. Git, fuzzy finders, JSON processors, and more.

core install tools
View CORE-TERMUX Docs ←

Available Tools

19 development tools

GitHub CLI

gh

Official GitHub command-line tool

pkg install gh

Wget

wget

File downloader

pkg install wget

Curl

curl

HTTP client and transfer tool

pkg install curl

Fzf

fzf

Command-line fuzzy finder

pkg install fzf

LSD

lsd

Modern ls replacement with icons and colors

pkg install lsd

Bat

bat

Modern cat replacement with syntax highlighting

pkg install bat

jq

jq

Lightweight JSON processor

pkg install jq

Tree

tree

Recursive directory listing

pkg install tree

Proot

proot

Chroot alternative for user-space

pkg install proot

Cloudflared

cloudflared

Cloudflare Tunnel client

pkg install cloudflared

ImageMagick

imagemagick

Image manipulation suite

pkg install imagemagick

Shfmt

shfmt

Shell script formatter

pkg install shfmt

Make

make

Build automation tool

pkg install make

Udocker

udocker

Run Docker containers without root

pkg install udocker

Tmate

tmate

Instant terminal sharing

pkg install tmate

Ncurses Utils

ncurses-utils

Terminal UI manipulation tools

pkg install ncurses-utils

Translate Shell

translate-shell

Command-line translator

pkg install translate-shell

html2text

html2text

HTML to plain text converter

pkg install html2text

bc

bc

Arbitrary precision calculator

pkg install bc