AI on the command line

Control Ollama from your phone

Chat with a model your own GPU is running, from anywhere on your network — the weights never leave your box.

$ onlytty -- ollama run llama3

Ollama on your phone

Ollama is Run open large language models locally with a single command. OnlyTTY runs it on your own machine and hands you a private link to drive it from your phone — the terminal stays live where you launched it; your phone is just a second screen and keyboard.

  • End-to-end encrypted — the relay only ever forwards ciphertext, never your keystrokes.
  • View-only by default — but the link is the key: anyone with it can take control with a tap. Lock it to watching with --control view-only.
  • Nothing stored — sessions are in-memory and vanish when you exit; no account, no inbound ports.

New to OnlyTTY? See how it works · read the FAQ.

Get started

Run Ollama from your phone in about 30 seconds

Install + share Ollama
$ curl -fsSL https://onlytty.com/install.sh | sh -s -- ollama run llama3
Share Ollama
$ onlytty -- ollama run llama3

It prints a link and a QR — scan it and you're live. More ways to run it →