Can AI run without the internet?
- Yes — AI can run with no internet, but only the kind that lives on your device.
- Cloud assistants (ChatGPT, Claude, Gemini) can't: they send every prompt to a data center, so no signal means no answer.
- On-device AI can: the model is a file on your disk and the math runs on your own chip — nothing is fetched per query.
- The one-line proof: turn on Airplane Mode and watch it answer.
Yes, AI can run with no internet — but only the kind that lives on your device. The chatbot most people mean by "AI" can't, because it isn't on your phone at all; it's in a building three states away and your screen is just the window. On-device AI flips that: the model sits on your disk, the math runs on your chip, and the question never leaves the room. The quickest way to tell which kind you have is to switch on Airplane Mode and ask it something. One goes quiet. The other just answers.
The short answer
There are two kinds of AI and they fail differently when the Wi-Fi drops. Cloud AI is rented from a data center — pull the plug and it's a dead box. On-device AI is downloaded and lives locally — pull the plug and it doesn't notice. So the honest answer to "can AI work without internet" is: it depends entirely on where the model actually runs. If it runs on someone else's servers, no. If it runs on yours, yes.
Why cloud AI needs a connection
ChatGPT, Claude, and Gemini are thin clients. That's a real technical term, not a knock: the app on your device is mostly a text box and a network connection. The model — hundreds of billions of parameters — runs on racks of GPUs in a data center. When you hit send, your prompt travels to that data center, gets processed, and the reply travels back. Type the same question on a plane with the Wi-Fi off and you get a spinner and an error. There's no model on your phone to fall back on, because there was never a model on your phone to begin with.
This is also why those services have usage caps and why prices keep moving — every answer is someone else's compute, metered and billed. The connection isn't a convenience. It's the whole product.
Why on-device AI doesn't
On-device AI inverts the setup. You download the model once — it's a set of weight files, the same way a font or a video is a file — and after that it sits on your disk. Ask it something and the app reads those weights and does the math right there on your processor. Apple Silicon Macs are well suited to this because the chip and memory are built for exactly this kind of work. Nothing is sent anywhere, because nothing needs to be fetched: the entire model is already on the machine.
That's the part worth sitting with. With a local model, the network round-trip simply doesn't exist in the loop. Outlier runs this way — one signed Mac app, open-weight models on your disk, no account and no terminal — and a paged inference engine lets it run models far larger than the Mac's RAM, up to a 397-billion-parameter model on a 64 GB Mac. The internet has nothing to do with whether it answers.
What you can actually do offline
Once the AI is on your machine, "no signal" stops being a wall. A few places it matters:
- Flights and trains. Six hours over the Atlantic is six hours of working drafts, code, and outlines — no in-flight Wi-Fi required.
- Sensitive rooms. A clause, a diagnosis, a financial model: when the question can't go to a data center, a local model is the only kind you can use. That's why it lands with lawyers and clinicians who keep work private by default.
- Dead zones. Cabins, basements, rural stretches, a hotel with hostile Wi-Fi — the model doesn't care that the bars are gone.
- Privacy, everywhere. Even with a perfect connection, a question that never leaves your disk can't be logged, trained on, or leaked. Offline-capable and private are the same property looked at from two sides.
If you want the step-by-step, here's how to use AI offline on your Mac. The setup takes a few minutes; the Wi-Fi toggle takes a second.
Frequently asked questions
Does ChatGPT work without internet?
No. ChatGPT, Claude, and Gemini are cloud apps — the model lives in a data center and your phone or laptop is just a window into it. Every prompt is sent over the network and the answer is sent back. With no connection there is nothing on your device to run, so it can't reply.
How does offline AI work?
An on-device model is a set of weight files stored on your disk. The app loads those files and runs the math on your own chip, so each answer is computed locally with nothing fetched per query. Because the whole model is already on the machine, it keeps working with Wi-Fi off.
Is offline AI any good?
For everyday work — writing, summarizing, code, Q&A — it's genuinely good. On a 54-prompt comparison Outlier's Core 27B matched Claude Opus on 98.9% of rubric checks. Cloud flagships still win the hardest roughly 10% and answer faster. So offline handles the bulk of daily work; the cloud keeps the edge cases.
Try Outlier free
Free Nano + Lite — local, private, no account. Pro $20/mo or $149/yr adds everything (all 7 model tiers incl. Plus 397B). Lifetime Pro from $99 (Founding 200, first 200 seats) or $200 (Founders 500). Apple Silicon only.
Download for Mac