Ollama
Ollama is an open-source software platform for running and managing large language models on local computers and through hosted cloud models. It provides a command-line interface, a native GUI, a local REST API, model-management tools, and integrations for using open-weight models with coding assistants and other applications.
Installation Instructions
Linux
Linux
Download Ollama
{
"url": "{{ .SVar `.tool.ollama.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.ollama.download.filename` }}",
"overwrite": false
}Extract Ollama Release
{
"destination": "{{ .PTools }}/ollama/{{ .SVar `.tool.ollama.download.version` }}",
"max_file_size": 2147483648,
"skip_symlinks": false,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.ollama.download.filename` }}"
}MacOS
MacOS
Download Ollama
{
"url": "{{ .SVar `.tool.ollama.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.ollama.download.filename` }}",
"overwrite": false
}Extract Ollama Release
{
"destination": "{{ .PTools }}/ollama/{{ .SVar `.tool.ollama.download.version` }}",
"max_file_size": 2147483648,
"skip_symlinks": false,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.ollama.download.filename` }}"
}Binaries
- ollama