Language Packages

Languages

Programming languages and runtimes for Termux development.

core install lang
View CORE-TERMUX Docs ←

Available Languages

8 programming languages

Node.js LTS

nodejs-lts

Long-term support release of Node.js

core install lang --nodejs

Python

python

Python 3 interpreter

core install lang --python

Perl

perl

Perl scripting language

core install lang --perl

PHP

php

PHP interpreter

core install lang --php

Rust

rust

Rust compiler and Cargo

core install lang --rust

C/C++

clang

LLVM C/C++ compiler

core install lang --clang

Go

golang

Go programming language

core install lang --golang

Bun

bun

JavaScript runtime, bundler, test runner, and package manager (all-in-one toolkit)

core install lang --bun

Individual Installation

Install specific languages:

core install lang --python --rust --golang