Prêt en 5 Minutes

Configurer l'IA locale n'a jamais été aussi simple. Suivez ce guide pour exécuter votre premier modèle.

1
Download Ollama

Go to ollama.com/download and download the Windows installer.

2
Install and Run

Launch the installer, complete the quick wizard, and Ollama will automatically start running in your system tray.

3
Run Your First Model

Open your command prompt (cmd) or PowerShell, type the following command, and hit enter:

ollama run mistral
1
Download Ollama

Go to ollama.com/download and download the macOS zip file.

2
Extract & Move

Extract the downloaded file and drag the `Ollama` application into your Applications folder, then double-click to launch it.

3
Run via Terminal

Open Terminal, and execute the command below to start chatting with Mistral:

ollama run mistral
1
Install via One-Line Installer

Ollama provides an easy, secure shell script to automatically detect your CPU/GPU specs and install the binary:

curl -fsSL https://ollama.com/install.sh | sh
2
Verify Installation

Make sure the Ollama systemd service is active and running:

sudo systemctl status ollama
3
Launch Model

Run the model using your user account:

ollama run mistral