Termux:API (f-droid version) Icon

Download Termux:API (f-droid version) APK 0.53.0 Universal · Android 24+

By Fredrik Fornwall • Updated May 17, 2026
Productivity Universal Native (Java/Kotlin) 8.44 MB
Download APK
Verified Safe

This is the universal build of Termux:API (f-droid version) 0.53.0. It contains native libraries for every CPU architecture (arm64-v8a, armeabi-v7a, x86, x86_64), so it installs on any Android device. The trade-off is size — it's larger than per-architecture variants. Pick this one if you're unsure which CPU your phone has, or if you plan to share the APK with multiple devices.

File size: 8.4 MB   •   Min Android: 24   •   Target Android: 28   •   Version code: 1002   •   Framework: Native (Java/Kotlin)   •   Permissions: 35

File Information

Package Namecom.termux.api
Version Name0.53.0
Version Code1002
ArchitectureUniversal
Min Android VersionAndroid 24 (API 28)
Main Activitycom.termux.api.activities.TermuxAPILauncherActivity
FrameworkNative (Java/Kotlin)
File Size8.44 MB
Signature (SHA1)517955EABF69FC057C41C7D379DBBCEF20AD85F2
File Hash (SHA256)ecf916ff80ae751e65c092f51c055cce4de417ebeea8e449cd0f294afdbde39a

What's New

v0.53.0 - 2025-09-01
Commit history:
v0.52.0...v0.53.0
Changelog
Fixed
Fix
NullPointerException
in
BatteryStatusAPI
while converting a
null
Integer
to an
int
for
batteryCurrentNow
and also do not output
null
values. (
27a75996144b
)

App Description

Termux API

This is an app exposing Android API to command line usage and scripts or programs.

When developing or packaging, note that this app needs to be signed with the same key as the main Termux app for permissions to work (only the main Termux app are allowed to call the API methods in this app).

Installation

Latest version is

v0.53.0

.

Termux:API application can be obtained from

F-Droid

.

Additionally we provide per-commit debug builds for those who want to try out the latest features or test their pull request. This build can be obtained from one of the workflow runs listed on

Github Actions

page.

Signature keys of all offered builds are different. Before you switch the installation source, you will have to uninstall the Termux application and all currently installed plugins. Check

https://github.com/termux/termux-app#Installation

for more info.

License

Released under the

GPLv3 license

.

How API calls are made through the termux-api helper binary

The

termux-api

client binary in the

termux-api

package generates two linux anonymous namespace sockets, and passes their address to the

TermuxApiReceiver broadcast receiver

as in:

/system/bin/am broadcast ${BROADCAST_RECEIVER} --es socket_input ${INPUT_SOCKET} --es socket_output ${OUTPUT_SOCKET}

The two sockets are used to forward stdin from

termux-api

to the relevant API class and output from the API class to the stdout of

termux-api

.

Client scripts

Client scripts which processes command line arguments before calling the

termux-api

helper binary are available in the

termux-api package

.

Ideas

Wifi network search and connect.

Add extra permissions to the app to (un)install apps, stop processes etc.
Download Termux:API (f-droid version) APK

Fast, free and safe download.

APK Permissions 35

  • android.permission.ACCESS_BACKGROUND_LOCATION
  • android.permission.ACCESS_COARSE_LOCATION
  • android.permission.ACCESS_FINE_LOCATION
  • android.permission.ACCESS_NETWORK_STATE
  • android.permission.ACCESS_WIFI_STATE
  • android.permission.BODY_SENSORS
  • android.permission.CALL_PHONE
  • android.permission.CAMERA
  • android.permission.CHANGE_WIFI_STATE
  • android.permission.DUMP
  • android.permission.INTERNET
  • android.permission.MANAGE_EXTERNAL_STORAGE
  • android.permission.NFC
  • android.permission.PACKAGE_USAGE_STATS
  • android.permission.READ_CALL_LOG
  • android.permission.READ_CONTACTS
  • android.permission.READ_EXTERNAL_STORAGE
  • android.permission.READ_PHONE_STATE
  • android.permission.READ_PRIVILEGED_PHONE_STATE
  • android.permission.READ_SMS
  • android.permission.RECEIVE_BOOT_COMPLETED
  • android.permission.RECORD_AUDIO
  • android.permission.REQUEST_DELETE_PACKAGES
  • android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
  • android.permission.REQUEST_INSTALL_PACKAGES
  • android.permission.SEND_SMS
  • android.permission.SET_WALLPAPER
  • android.permission.SYSTEM_ALERT_WINDOW
  • android.permission.TRANSMIT_IR
  • android.permission.USE_BIOMETRIC
  • android.permission.USE_FINGERPRINT
  • android.permission.VIBRATE
  • android.permission.WRITE_EXTERNAL_STORAGE
  • android.permission.WRITE_SETTINGS
  • com.termux.api.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
APK Verified

The cryptographic signature guarantees that the file is safe to install and was not tampered with in any way.

Developer

Name: Fredrik Fornwall

See All Versions View on Google Play

Frequently Asked Questions about Termux:API (f-droid version) APK

This is the universal variant — a single APK that contains native libraries for every CPU architecture. It installs on any Android device but is larger than per-architecture variants.

Yes — the APK's signature has been cryptographically verified against the publisher's signing key. The SHA-256 hash is shown in the File Information panel so you can independently confirm the file matches the original release.

Android 24 (API level 28) or newer. Older devices will refuse the install.

Install a free app like 'CPU-Z' or 'Droid Hardware Info' from the Play Store and look at the ABI / Instruction Set row. Most phones made after 2017 are arm64-v8a; if in doubt, download the universal variant.

All variants are functionally identical — same features, same version. They differ only in which CPU architectures the native code is compiled for, and (sometimes) which screen densities the included graphics target. Pick the one that matches your device for the smallest install size, or pick 'Universal' if you're unsure.