Skip to content

Local LLM

Native tool

Run a small language model fully on-device via LiteRT-LM (Gemma 4) — private, offline, zero-cost completions (summaries, classification, drafting). Models are .litertlm files downloaded on-device.

  • Android — supported
  • iPhone — supported
  • Mac — not available

How it reaches an agent

  1. 1It ships built inLocal LLM is part of the runtime — nothing to install, nothing to configure into a prompt.
  2. 2Grant it to an agentA tool is a capability, not an instruction: granting it costs zero context, so the agent's window stays for your work.
  3. 35 calls unlockedThe agent calls it like a function and the result lands back in the conversation.

Zero context cost

A skill carries a teaching prompt, and that prompt takes up room in the model's context window. A tool carries none — it is a capability, not an instruction. Granting Local LLM to an agent costs nothing against the window it thinks in.

What it unlocks

5 calls your agent can make:

  • litert_load
  • litert_unload
  • litert_status
  • litert_chat
  • litert_list

Needs setting up first

Local LLM has a one-time runtime setup inside OpenAlly. You do it once, from the app; after that any agent you grant it to can call it without asking you again.

Get Local LLM

It ships inside OpenAlly — one install, the whole catalogue.

Get OpenAlly

More tools