logo

Android SillyTavern Setup Tutorial

Install Termux

Download and install Termux from F-Droid or GitHub.

Install Termux

Termux Interface

Update Packages

Update packages in Termux:

pkg update && pkg upgrade

Update Packages

Update Complete

Install Git

pkg install git

Install Git

Clone the Tavern Repository

For users outside China, use GitHub:

git clone https://github.com/SillyTavern/SillyTavern -b release

For users in the Asia-Pacific region with unstable GitHub connections, use the Gitee mirror:

git clone https://gitee.com/mirrors/sillytavern.git -b release

Clone Tavern

Enter Directory and Install Node.js

Enter the SillyTavern directory and install Node.js:

cd SillyTavern
pkg install nodejs

Enter Directory

Install Node.js

Install Dependencies

npm install

npm install

Run the Tavern

If you are already in the SillyTavern folder, run the startup script directly:

cd SillyTavern
./start.sh

Run Tavern

Tavern Startup

If you cannot redirect or see garbled text, open in your browser: http://127.0.0.1:8000

Configure API

Configure LLMoxy in SillyTavern:

  • Click Settings, select Custom (OpenAI-compatible) as the chat completion source
  • Custom endpoint URL: https://llmoxy.com/v1
  • API Key: enter your token
  • Model name: gpt-5.4
  • Click "Get available models" to verify the configuration

Config Step 1

Config Step 2

Config Step 3

Config Step 4

⚠️ Note Make sure there are no trailing spaces when checking the configuration!