Can You Use ChatGPT Offline?

No, and no setting will change that. But you can run a different model entirely on your phone. Here is the honest version of what that gets you.

Run this on your own phone

TokForge is free. Android is on Google Play open testing; iPhone and iPad are in open TestFlight beta. No account, and it works with the network off once a model is downloaded.

Get it on Google Play iPhone beta on TestFlight

Reading on a computer? See real measured speeds on the phone-speed leaderboard.

The direct answer: no. ChatGPT itself cannot work offline. The app on your phone is a thin client. Every message you type is sent to OpenAI's servers, the model runs there, and the reply comes back over the network. Turn the network off and the app has nothing to talk to. The same is true of Gemini, Claude and Copilot. There is no hidden setting, no download, no offline mode.

What you can do is run a different model, one whose weights sit on your phone's storage, entirely on the handset. That is a real thing you can have working in a few minutes, and this page explains what it is actually like rather than overselling it.

Why people want this

The honest trade-off

A model small enough to run on a phone is not GPT-5 and will not pretend to be. It is worth being blunt about where the line falls, because the biggest cause of disappointment here is a page like this overselling it.

TaskHow an on-device model does
Drafting, rewriting, summarising, tone changesGenuinely good. This is the strongest use case.
Brainstorming, naming, outliningGood. Speed matters more than depth here, and local is fast.
Translation and language practiceGood on the mid-size models.
Character chat and interactive fictionGood, and a common reason people prefer local.
Questions about a document you supplyGood, because the document is the context rather than the model's memory.
CodeWorkable at small scale. Do not expect a frontier coding model.
Hard multi-step reasoning and long-horizon mathsWeak. This is where the size gap really shows.
Current events and facts after training cutoffIt does not know them, and it may confidently invent them. Optional web search exists for this, but that requires a connection by definition.

If someone tells you a phone-sized model matches ChatGPT, they are selling something. What is true is that for a large share of everyday writing and thinking tasks, the gap is much smaller than people expect, and the model answers instantly with nothing leaving the device.

What you need

Getting it working

  1. Install TokForge. Free on Google Play, and in open TestFlight beta on iPhone and iPad.
  2. Let it read your hardware. On first launch it checks RAM and chipset and narrows the model list to what will actually run well on your device, so you are not guessing.
  3. Download one model. Take the recommendation for your RAM tier rather than the biggest thing on the list. See which models run on your phone if you want to understand the choice first.
  4. Turn the network off and try it. Airplane mode is the honest test, and it is worth doing on day one so you know it genuinely works rather than trusting a claim.

How it compares to keeping ChatGPT

ChatGPT and similarOn-device model
Works with no connectionNoYes, once the model is downloaded
Where your messages goTo the provider's serversNowhere; they stay on the handset
Account requiredYesNo
CostFree tier with limits, or a subscriptionFree; the cost is storage and battery
Raw capabilityMuch higherLower, and honest about it
SpeedNetwork round-trip plus queueImmediate, no round-trip
Knows today's newsYes, with browsingNo, unless you enable optional web search
Battery impactMinimalNoticeable; it is real compute on your device

Most people who do this end up using both: the cloud model for hard problems, the local one for everything private, offline or routine.

Questions people ask

Can I download ChatGPT to use offline?

No. OpenAI does not release the weights for its ChatGPT models, so there is nothing to download and run locally. What you can run offline are open-weights models such as Qwen, Gemma, Llama and Mistral, which are published for exactly this purpose.

Is there a free offline AI app?

Yes. TokForge is free, with no subscription and no account. Several other apps in this space are free too, and some are open source; the models themselves are free downloads from Hugging Face.

Does it really work in airplane mode?

Yes, once a model is on the device. That is the test worth running yourself on the first day.

Will it drain my battery?

Generating text is a sustained CPU or GPU load, so it uses meaningfully more power than reading or scrolling. We have not published a battery-drain measurement, so we will not put a number on it here. A long session will be noticeable.

How much storage does it need?

The app download is around 100 MB. Models are the large part, from roughly 0.4 GB for the smallest up to about 10 GB for a 14B model. You can delete and re-download models freely.

Does my data go anywhere?

No. Inference happens on the handset. TokForge has two features that can reach the network and both are off unless you turn them on: optional web search, and connecting to your own OpenAI-compatible server. Model downloads come from Hugging Face, and that is the only other time it uses the network.

Keep reading