docs/quickstart.mdx
Install Ollama and get your first response.
Ollama runs on macOS, Windows, and Linux.
<a href="https://ollama.com/download" target="_blank" className="inline-block px-6 py-2 bg-black rounded-full dark:bg-neutral-700 text-white font-normal border-none"
Download Ollama </a>
Run ollama in your terminal to open the interactive menu:
ollama
From the menu you can:
Run a model to start your first chat.
ollama run gemma4
Cloud models work the same way:
ollama run gemma4:cloud
Send your first message:
Explain why the sky is blue in one paragraph.
To leave the chat, type:
/bye
Use a model with an integration, make an API request, or browse more models.