Skip to content
DKim edited this page May 21, 2025 · 4 revisions

Installing srtgo in termux

apt update && apt upgrade -y
apt install python3
apt install rust
pip install srtgo==2.1.8
pip install keyrings.alt
  • You need to create a password for the encrypted keyring and enter it every time you use it.
  • The later version doesn't work because curl_cffi is not compatible with Termux.
Clone this wiki locally