llm-inference / app
Ollama App
Capability: Ollama App
Use it when
- You run Ollama on a home server or workstation and want a native phone or desktop chat client instead of a browser tab
- You want to chat with private local models from your Android device without any cloud account or data leaving your network
What it solves
Not the fit when
- Hosting Ollama on the phone or desktop; the app is only a client
- Publicly exposing an unauthenticated Ollama endpoint
- Assuming traffic remains local when the configured endpoint, DNS path, proxy, or tunnel is external
- Stable Windows/Linux production use; desktop support is experimental and the Windows installer is unsigned
- hosting or serving the model itself
- accessing cloud LLM providers
- programmatic LLM inference from code
Install
Download the release for your platform from https://github.com/JHubi1/ollama-app/releases (Android also via IzzyOnDroid); Windows uses an installer, Linux ships a portable executable started with ./ollama
Invoke
Open the app, configure an existing Ollama API endpoint reachable from the device, choose a model, and chat. Keep the server on a trusted LAN or authenticated private tunnel; do not expose an unauthenticated Ollama port publicly merely to reach it from a phone.
Alternatives
No reviewed alternatives recorded yet.