← 返回首页
Quickstart - Ollama

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

Skip to main content
Navigation
Get started
Quickstart
Get started

Quickstart

Copy page
Install Ollama and get your first response.

1. Download Ollama

Ollama runs on macOS, Windows, and Linux. Download Ollama

2. Open the menu

Run ollama in your terminal to open the interactive menu:
ollama
From the menu you can:

3. Start a chat

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

Next steps

Use a model with an integration, make an API request, or browse more models.