Reviewed and updated August 2026
Chapter 03 · 5 minute readOffline private sessions: the internet stays off, the conversation stays yours
Once a model is running locally through Ollama (see Chapter 02), you can go a step further: turn your internet connection off completely and keep working.
Why go to the trouble of disconnecting
Most privacy claims from software companies ask for your trust: "we don't read your data," "we don't store your conversations." An offline session doesn't ask you to trust anything. If the Wi-Fi is off and the airplane mode is on, there is no working connection for your words to travel through, full stop.
This matters most for conversations you probably don't want stored anywhere outside your own home: working through a health concern before a doctor's visit, sorting through finances after a loss, drafting a difficult letter to family, or simply thinking out loud about something private.
A simple test you can run yourself
Turn off your Wi-Fi or unplug your network cable, then open your local AI tool and ask it something. If it answers, the answer came from your own machine — there was no connection for it to come from anywhere else. Try the same thing with a cloud chatbot and you'll get an error page. That contrast is the whole lesson, and it takes about a minute to see for yourself. Chapter 06 builds on this test with three others.
Setting up an offline session
- Install Ollama and a model beforehand, while you still have internet — the download itself needs a connection, the everyday use afterward does not.
- Disconnect fully. Turn off Wi-Fi, switch on airplane mode, or unplug the cable — whichever suits your device.
- Open your chat interface (the command window, or a visual tool like Open WebUI) exactly as usual.
- Have your conversation. Everything you type and everything the model replies stays inside your machine — in memory, or in a file you choose to save.
- Reconnect only when you're ready — there's no rush.
What offline sessions are especially good for
- Thinking through situations with sensitive details, before or after seeking professional advice.
- Reviewing financial documents, wills, or estate matters.
- Drafting an emotionally difficult letter or conversation.
- Journaling or processing a personal experience you're not ready to share with anyone.
- Asking how-to questions without the fear of looking dumb. It's how we learned Linux, Docker, RAG, and HTML — all of which were new to us.
A gentle reminder
A local AI model is a private notebook that talks back — it is not a doctor, lawyer, or accountant, and it can be confidently wrong. Use it to organize your thoughts and prepare good questions, then bring those questions to a qualified professional for anything that truly matters.
Saving what you talked about
Since nothing is stored on a company's server, it's worth deciding for yourself whether to save a session. Most local tools let you export a conversation to a plain text file you control, or you can simply let it disappear when you close the window — your choice, not a company's.