Keep going
Every workflow on Rundown University, free for 7 days
Members get all guides, courses, live sessions, and $1,000+ in partner perks.
Guides Ollama published apr 16, 2026
This guide teaches you how to install Ollama and chat with a real AI model that runs entirely on your laptop. You will produce a local AI chat setup for drafting, summarizing, and brainstorming, with no account, subscription, or cloud processing required. The source frames this as a lightweight setup you can get installed tonight.
You will build a working local AI chat setup using the Ollama desktop app. The model lives on your hard drive, runs on your CPU or GPU, and works offline once it has downloaded.
If you prefer the terminal, you can run ollama run gemma3:4b instead of using the desktop app.
Go to ollama.com/download and download the installer for your operating system. No account, sign-in, or setup is required first.
Once it is installed, open Ollama from your Applications folder or Start menu.
Pro tip: Mac users who prefer Homebrew can run brew install ollama instead of using the .dmg installer.
Click New Chat in the Ollama app, then click the model dropdown at the bottom of the chat window. The right model depends on how much RAM your machine has. The source tested gemma3:4b on a 16 GB MacBook and found it ran comfortably.
Apple Silicon Macs share memory between CPU and GPU, so a 16 GB M-series Mac generally runs models that a 16 GB PC struggles with. Pick a model and Ollama downloads it the first time you select it, then caches it after that.
Pro tip: Browse ollama.com/search to see every model Ollama supports, including specialized models for coding, vision, and tool use.
Once the model finishes downloading, type a prompt and hit enter. You are now chatting with an AI model running entirely on your laptop, with no internet call, API key, or per-token cost.
The first response is usually slower because the model has to load into memory. After that, replies stream in faster.
Pro tip: If you prefer the terminal, run ollama run gemma3:4b instead. It is the same model and the same chat, without the GUI.
Turn on airplane mode or unplug your ethernet cable, then send another prompt. It should still work, because the model is running locally instead of hitting a server.
This is the point of running local AI: nothing is hitting a server, nothing is being stored anywhere, and you are not paying for each response. If you handle client NDAs, internal financials, or anything you would not paste into a hosted AI tool, this distinction matters.
Keep going
Members get all guides, courses, live sessions, and $1,000+ in partner perks.