Set Up a Local AI Assistant with Ollama: Private, Offline, No Subscription
Ollama lets you run a capable AI assistant entirely on your own computer — no monthly fee, no internet required, and nothing you type ever leaves your home. This guide walks you through setting it up, step by step.
AI-authored (Claude Sonnet) · accessibility & independence guide · as of June 2026 · pending human review
Why Running AI Locally Is a Good Way to Stay Independent
Most AI assistants live somewhere else. You type a private worry — a health symptom, a money question, the wording of a hard letter — and it travels off to a company's servers, gets logged, and quietly becomes part of someone else's business. On top of that, the good ones increasingly ask for a monthly subscription, which means your helpful assistant can be switched off the month the payment does not go through.
Ollama removes both of those problems. It is a free, open-source tool that runs a large language model — the same kind of AI that powers the famous chat assistants — directly on your own Mac, Windows, or Linux computer. Once you have downloaded a model, it works with the internet unplugged. Nothing you type is sent anywhere. There is no account, no subscription, and no meter running.
For independence, that matters in a very concrete way. If you live on a fixed income, a tool that costs nothing every month is a tool you never have to worry about losing. If your internet is slow, capped, or unreliable, an assistant that works offline is one that is always there. And if you are asking it deeply personal things — because you are managing your own health, your own paperwork, or your own home from a seated or bedbound position and would rather not phone a stranger — then knowing the answer stayed inside your four walls is its own kind of dignity. This guide walks you through it step by step.
Before You Start: What You Need
- A reasonably modern computer. A Mac with Apple Silicon (any M-series chip — M1, M2, M3, M4) is ideal and very fast. A recent Windows or Linux PC works well too.
- Enough memory (RAM). This is the number that matters most. With 8GB of RAM you can comfortably run small models like llama3.2:3b or phi. With 16GB or more you can run the more capable 7-8B models like llama3.1:8b. Larger models need proportionally more memory.
- Some free disk space. Each model is a download of several gigabytes, so leave 10GB or more free to start.
- A graphics card helps but is not required. Ollama runs on an ordinary processor (CPU), but it is much faster with a dedicated GPU or on Apple Silicon. On a plain laptop, small models still work — just answer a little more slowly.
- About twenty minutes, mostly spent waiting for the first download.
You do not need to be technical. You will type a few short lines, and after that you are simply having a conversation.
Step 1 — Download and Install Ollama
1. Open your web browser and go to ollama.com. 2. Click the download button. The site detects whether you are on Mac, Windows, or Linux and offers the right version. 3. On Mac: open the downloaded file and drag Ollama into your Applications folder, then open it. 4. On Windows: run the downloaded installer and follow the prompts, then let it finish. 5. On Linux: the site gives you a single install line to paste into a terminal; it sets everything up for you.
Once installed, Ollama runs quietly in the background. On Mac and Windows you will see a small icon appear. That is the engine; now you need a way to talk to it.
Step 2 — Pull and Run Your First Model
The simplest way to start is the Terminal — a plain text window where you type a command and press Enter. Do not let the word "Terminal" put you off; you only need one line.
- On Mac: open the Terminal app (in Applications, under Utilities).
- On Windows: open PowerShell or the Terminal from the Start menu.
- On Linux: open your usual terminal.
Now type this and press Enter:
- Run: ollama run llama3.2
The very first time, Ollama will download the model — this is a few gigabytes, so it can take several minutes on a normal connection. You only do this once per model; after that it lives on your computer and loads in seconds. When it finishes, you will see a prompt waiting for you to type.
Go ahead and type a message, like "Hello, can you help me write a short thank-you note?" and press Enter. The assistant will reply, right there, entirely from your own machine. To leave the chat, type /bye and press Enter.
If your computer has only 8GB of memory, use a smaller model instead:
- Run: ollama run llama3.2:3b
That model is lighter and friendlier to modest hardware, while still being genuinely useful for everyday tasks.
Step 3 — Talk to It in Plain English
You do not need special commands or technical wording. You talk to it the way you would talk to a patient, knowledgeable neighbor. Here are prompts an ordinary person might actually use:
- Understand a bill or letter: "I am going to paste in a paragraph from a letter I received. Please explain in simple terms what it is asking me to do." Then type or paste the text.
- Draft a reply: "Help me write a polite reply telling my insurance company I disagree with their decision and want it reviewed. Keep it under 150 words."
- A simple recipe: "Give me an easy recipe for a soft, one-pot dinner I can make with chicken, rice, and frozen peas. Assume I am cooking seated and want few steps."
- Summarize something long: "Here is a long email from my landlord. Tell me the three things I actually need to do and by when."
- Just ask a question: "What is the difference between a will and a power of attorney, in plain language?"
If the first answer is too long, too short, or too formal, simply say so — "make that shorter," "explain it like I am new to this," "make it warmer." The assistant remembers the conversation, so you can shape the reply by talking to it, exactly as you would with a person.
Step 4 — Get a Friendlier Interface Than the Terminal
The terminal works, but a proper chat window is easier on the eyes and the hands. As of 2026 you have good options, all free.
- The Ollama desktop app. Ollama now ships with a simple built-in app on Mac and Windows that gives you a clean chat window — no typing commands at all. You pick your model from a menu and type in a normal text box. For most people this is the easiest starting point.
- Open WebUI. This is a free, open-source web-based chat interface that looks and feels like the well-known commercial assistants — conversation history, easy model switching, larger readable text. It runs on your own computer and connects to Ollama locally.
Both of these work because Ollama quietly offers a local connection point at the address localhost port 11434. That is simply your own computer talking to itself; nothing goes online. Many other free apps can connect to that same address, which means once Ollama is installed, a whole ecosystem of friendlier front-ends becomes available to you without any new accounts.
If installing Open WebUI feels like a step too far today, skip it. The built-in app is more than enough to begin.
Step 5 — Add Your Voice, Hands-Free
You do not have to type at all if that is difficult for you. Every modern computer already includes tools that pair naturally with Ollama.
- Dictation (speak instead of type). On Mac, turn on Dictation in System Settings and press the dictation key to talk into the chat box. On Windows, press the Windows key plus H to start voice typing. Speak your question; the words appear; press Enter.
- Read answers aloud (text-to-speech). On Mac, VoiceOver or the "Speak selection" feature will read the assistant's reply out loud. On Windows, Narrator does the same. Select the answer and let the computer read it back to you, so you never have to lean in and squint.
Put those together — dictate your question, have the answer read aloud — and you have a genuinely hands-free assistant, useful whether you are cooking, resting, or working from bed.
One honest note: this is speak-then-send, not a true always-listening assistant like a smart speaker. Making Ollama respond to a spoken wake word, continuously, requires extra software beyond the scope of this guide. But dictation and read-aloud together already get you most of the way, using tools you already own.
Use the Accessibility Tools If They Help You
None of these are extras or workarounds. They are the intended way to use a computer, and they combine beautifully with a local assistant.
- Make the text large. In the Ollama app or Open WebUI, and in your system display settings, increase the text size until it is comfortable. There is no prize for straining.
- Let it read to you. Text-to-speech turns every answer into something you can simply listen to — invaluable for low vision or for resting your eyes.
- Speak instead of type. Built-in dictation removes the keyboard entirely when your hands need a rest.
- It works when your internet does not. Because everything runs locally, a dropped connection, a data cap, or a rural signal changes nothing. For anyone on unreliable internet or a fixed income, an assistant that never phones home and never sends a bill is quietly liberating.
Turn on whatever helps and ignore the rest. The goal is that the tool bends to you, not the other way around.
Other Ways to Run a Local Model (and When to Pick Them)
Ollama is our recommended starting point because it is free, quietly reliable, and works the same on every kind of computer. But it is not the only way to run a private, offline assistant on your own machine, and one of the others may suit you better. The good news is that they all share Ollama's core promise: the model lives on your hardware, nothing you type leaves the house, there is no subscription, and it keeps working with the internet unplugged. What changes from one to the next is really *who it is for* — how much you want to touch a menu versus a command, whether one person or a whole household will use it, and how much control you want under the hood. Here is an honest guide, as of 2026.
- LM Studio — the friendliest app for a true beginner. If the word "Terminal" made you nervous earlier, this is likely your best home. LM Studio is a polished desktop application you download and click, with a built-in model browser: you search for a model, press a button, and it downloads and is ready to chat — no commands at all. It is the gentlest on-ramp for someone who just wants a clean app that behaves like the assistants they have seen. Under the surface it can also serve a local "OpenAI-compatible" connection point (more on what that means below), so it grows with you.
- Msty — one-click, and it lets you compare answers side by side. Msty is another refined, no-setup app: install it, and it can fetch models for you automatically. Its standout trick is running the *same question* against two models at once in a split screen, so you can see which one answers better for you before you settle in. Like LM Studio, it is fully offline and asks nothing of the command line. A lovely choice for a beginner who also likes to tinker a little.
- Jan — an open-source "ChatGPT you own." Jan is a clean desktop app built privacy-first and offline by design: the conversation sidebar, the model switching, and the familiar feel of the well-known chat assistants, but running entirely on your computer with code anyone can inspect. If what appeals to you most is the plain reassurance that *nothing is phoning home and nothing is hidden*, Jan is made for exactly that peace of mind.
- GPT4All — privacy on modest hardware, and good at reading your own files. If your computer is older or has no fancy graphics card, GPT4All is built with you in mind — it runs respectably on ordinary machines. It is also particularly good at "chatting with your files": you point it at your own documents and ask questions about them, all offline, which pairs beautifully with the idea of understanding your own paperwork (see our companion guide on using AI to read your mail, bills, and prescriptions aloud). A strong pick when the hardware is humble but the need for privacy is not.
- Open WebUI — a shared, browser-based front-end for the whole household. This is not a separate engine; it is a polished *web page* that sits in front of Ollama (or the others) and gives you a ChatGPT-style interface in your ordinary browser — big readable text, saved conversation history, easy model switching. Its real strength is sharing: put it on one always-on computer in the home, and everyone in the house can reach the same private assistant from their own phone or laptop, no accounts, no cloud. It is the natural next step once one household machine becomes "the family's assistant."
- LocalAI — a private stand-in for the big AI companies' service. LocalAI is a self-hosted server that speaks the same "language" (the OpenAI API) that many other apps expect to talk to. In plain terms: if you already use a program that normally connects to a paid cloud AI, you can often point it at LocalAI instead and it will never know the difference — except now the thinking happens on your own hardware and stays there. It is the best choice when your goal is to give *other software* a private local brain rather than to sit and chat directly.
- llama.cpp — the efficient engine most of the others are built on. This is the lean, fast piece of software (written in the C++ programming language) that does the actual work inside many of the friendly apps above. Most people never need to touch it directly. But if you are a tinkerer who wants the very last drop of speed out of your particular computer, or to run on unusual hardware, going straight to llama.cpp gives you maximum control. It is for the hobbyist, not the newcomer.
- text-generation-webui (also called "oobabooga") — the power-user's workshop. This is a feature-packed hub that can load models through many different engines and exposes a wall of knobs, including tools for *fine-tuning* — teaching a model on your own material. It is wonderful if you enjoy experimenting and want everything in one place, and genuinely overwhelming if you do not. Reach for it only once the simpler tools feel limiting.
A quiet superpower they share. Several of these — including Jan, LM Studio, and Ollama itself — can offer a local "OpenAI-compatible endpoint." That phrase sounds technical, but it just means they present a standard doorway that other private tools already know how to knock on. It is what lets a personal assistant like OpenClaw run entirely on a model in your own home instead of a paid cloud service (see our companion guide on how to set up OpenClaw). You do not need to understand the plumbing to benefit from it — only to know that choosing any of these keeps that door open.
How to choose, in one breath. If you are a true beginner who just wants a friendly app, start with LM Studio or Msty. If a whole household will share one always-on machine through their browsers, run Open WebUI in front of Ollama. If you are a developer or want a private backend for other apps, stick with Ollama or step up to LocalAI. And if you are on modest hardware and privacy is the whole point, try GPT4All or Jan. There is no wrong answer here — every one of them keeps your words at home, and you can switch later without losing anything.
Safety: Private by Default, but Not All-Knowing
Running AI locally solves the privacy problem in the best possible way: by default, offline, nothing you type ever leaves your computer. That is a real and rare advantage. But a few honest cautions will keep you on solid ground.
- Do not treat answers as medical, legal, or financial fact. A local assistant is wonderful for explaining a letter, drafting a note, or talking something through. It is not a doctor, a lawyer, or an accountant. For decisions that affect your health, your money, or your rights, use it to prepare your questions — then confirm with a qualified human.
- The model can be confidently wrong. All these systems sometimes "hallucinate" — they state made-up facts, names, or numbers in a calm, believable voice. If an answer will matter, check it against a trusted source. Treat the assistant as a smart, well-read friend who occasionally misremembers.
- Smaller local models are less capable than the giant cloud ones. A 3B or 8B model running on your laptop is genuinely useful, but it will not match the largest paid cloud services on hard reasoning. Set your expectations accordingly, and lean on it for everyday help rather than expert-level work.
- Keep the ordinary basics. Local and private does not mean you skip normal computer hygiene. Keep your operating system and Ollama updated, and keep a good password or passcode on the machine, since the assistant and your conversations live on it.
Used with those in mind, a local assistant is one of the safest, most private tools you can have.
The Bottom Line
Ollama will not replace your doctor, your lawyer, or the people who love you — but it may be the most patient, private, and dependable helper on your desk. It asks for no monthly payment, keeps your most personal questions inside your own home, and keeps working when the internet does not. That combination — free, offline, and yours — is a real form of independence, especially when getting up, getting online, or getting a bill paid is not something to take for granted.
Start small. Install it, run ollama run llama3.2 once, and ask it something ordinary — to explain a letter, or draft a note you have been putting off. Turn on read-aloud, make the text large, and let a calm, tireless assistant settle in at home, where it belongs.
