xllama / wiki / mobile

Run xllama from your phone

Android can run xllama directly in Termux as a lightweight remote client. A local llama.cpp backend is optional: open the TUI, connect a provider and start working.

Android with Termux

pkg install curl
curl -fsSL https://raw.githubusercontent.com/Valerio357/xllama/main/install-remote.sh | sh
xllama
/provider openai
/apikey sk-…
/model gpt-4o-mini

The installer provides a static linux/arm64 binary. xllama launches without llama-server, so the provider can be configured entirely from inside the TUI.

What works on mobile

  • Streaming chat, reasoning and agent tool loops.
  • Providers, MCP servers, agents, skills and plugins.
  • Transcript search, sessions, BUILD and PLAN modes.
  • File, shell and web tools with the same consent and privilege-escalation controls.

iPhone and iPad

iOS cannot run the native binary directly. Use an SSH client such as Blink Shell to connect to a Mac or Linux machine running xllama.