Ollama is an [[Open Source|open source]] project that serves as a powerful and user-friendly platform for running [[Large Language Models (LLMs)|LLMs]] on your local machine.^[https://medium.com/@1kg/ollama-what-is-ollama-9f73f3eafa8b] # Installation ## Windows 1. Download and install the setup exe from [ollama.com](https://ollama.com). 2. Run `ollama list` to see if there are any models installed. ## Linux 1. Run the install script. ```bash curl -fsSL https://ollama.com/install.sh | sh ```