termux-llamacpp Logo

termux-llamacpp

v1.0.0 (GGUF Runtime)
PyPI (pip) GitHub

Installation Guide

Quick setup across Python, Node.js, and Android Termux.

1. Install SDK & CLI via pip

pip install termux-llamacpp

2. Compile Native ARM64 llama.cpp Runtime

# Standard safe baseline (armv8-a)
termux-llama install --preset android-arm64-baseline

# Hardware accelerated (if device supports DotProd)
termux-llama install --preset android-arm64-dotprod

3. Diagnostics

termux-llama doctor