ollama
Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 2, and other large language models.
How to download and setup ollama
Open terminal and run command
git clone https://github.com/ollama/ollama.git
git clone is used to create a copy or clone of ollama repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with ollama https://github.com/ollama/ollama/archive/master.zip
Or simply clone ollama with SSH
[email protected]:ollama/ollama.git