Private AI for Android
An AI that runs on your phone.
Type a question, or tap the microphone and say it out loud. Either way Lite Mind
works the answer out on the device, and nothing you say leaves it.
Free, no ads, nothing to sign up for. Android 8.0 and up.
- On device
- The model runs on your phone
- Offline
- After the first download
- No account
- Nothing to sign up for
- Free
- No ads, no subscription
Two ways to ask.
Both of them stay on the phone.
Chat with no connection
Pick a model and download it once. After that the app works in aeroplane mode,
on a train, anywhere. Replies arrive as the model writes them and the chat
follows along. Your history is kept on the phone.
- Proper markdown: headings, lists, tables and links
- Code blocks with a copy button
- Chats saved on the device, yours to delete
Speak instead of typing
Tap the microphone, talk, tap stop. whisper.cpp turns the recording into text on
the phone and drops it into the message box, where you can edit it before
sending. Your voice never leaves the device either.
- A 57 MB voice model, fetched the first time you tap the microphone
- Microphone permission asked at that tap, never at launch
- Tap anywhere to stop; the text lands in the box, not in the chat
Two models to choose from.
Both are small enough to sit on a phone. The app fetches them from Hugging Face,
and you can switch between them whenever you like.
Fast Default
Answers in a second or two and runs comfortably on older phones. Good for
everyday questions, short writing and quick explanations.
- Model Qwen3.5-0.8B
- Download 0.6 GB
- Needs 2 GB RAM
- Licence Apache 2.0
Smarter
Handles harder questions and writes longer, more accurate answers. Built for
phones, so it stays quick despite being the larger of the two.
- Model LFM2.5-1.2B Instruct
- Download 0.7 GB, plus a 0.2 GB draft
- Needs 3 GB RAM
- Licence LFM Open License v1.0
Getting started
-
Install it
The app opens straight into the chat screen. There is no account to make and no
setup wizard to sit through.
-
Download a model
Pick Fast or Smarter from the sheet that sits over the chat. It is a few hundred
megabytes, fetched once over your connection.
-
Turn the connection off
From then on it works in aeroplane mode, on a train, or anywhere else you happen
to be. The model is already on your phone.
There is nowhere for your conversation to go. The app has no server behind it, and
no privacy setting you need to hunt for and switch on.
Nothing is collected
No accounts, no analytics, no crash reporting to anyone else. Your chats and
settings live on the phone, and uninstalling takes them with it.
What the network is for
Fetching a model from Hugging Face over HTTPS, and asking Google Play whether a
newer version exists. Never for answering you.
Dictation too
whisper.cpp transcribes on the device. No recording is uploaded, and the
microphone is only asked for when you tap it.
Read the full privacy policy →
Under the hood
Lite Mind is a hobby project, written by one person. A short note on what is doing
the work underneath, for anyone who likes to know.
llama.cpp and whisper.cpp
The two engines that do the work, compiled for the phone. Chat templates come
from each model file's own metadata.
Tuned to your phone
The app reads what each CPU core can do, keeps the fast ones and pins its worker
threads to them. It also loads the quickest backend your phone supports.
Speculative decoding
Smarter ships with a small draft model that proposes tokens for the big one to
check in a single pass. The reply comes out identical, just sooner.
Questions
Does it really work with no connection?
Yes, once a model is downloaded. That download is the only part that needs the
internet. After it finishes you can switch the connection off and carry on.
Which phones can run it?
Android 8.0 or newer on a modern ARM phone, which covers nearly everything sold
since about 2017. Fast wants 2 GB of RAM and Smarter 3 GB, plus room for the
model file itself.
How good are the answers?
These are small models, roughly a thousandth the size of the ones behind the big
cloud assistants. They do well on everyday questions, explanations and short
writing. They also get things wrong, so check anything that matters.
Where do the models come from?
Hugging Face. Qwen3.5-0.8B comes from the bartowski GGUF build and LFM2.5-1.2B
from Liquid AI. Both are published under licences that allow this use.
Does it cost anything?
No. There is no price, no subscription, no advertising and nothing to unlock. It
is a personal project rather than a business.
How do I know nothing is being sent?
Check it yourself. Once a model has downloaded, put the phone in aeroplane mode
and keep chatting. The replies still come, because the model is sitting on the
phone. Android's own data usage screen will back that up.
Keep your thoughts on your phone.
Free, no ads, nothing to sign up for. Download it once and it works anywhere.