You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Hiltgen 9d8a4988e8 Implement log rotation for tray app 2 years ago
..
assets higher resolution tray icons 2 years ago
lifecycle Implement log rotation for tray app 2 years ago
store lint 2 years ago
tray lint windows 2 years ago
.gitignore set exe metadata using resource files 2 years ago
README.md Implement new Go based Desktop app 2 years ago
main.go change `github.com/jmorganca/ollama` to `github.com/ollama/ollama` (#3347) 2 years ago
ollama.iss Move libraries out of users path 2 years ago
ollama.rc update installer and app.exe metadata 2 years ago
ollama_welcome.ps1 update welcome prompt in windows to `llama3` (#4779) 2 years ago

README.md

Ollama App

Linux

TODO

MacOS

TODO

Windows

If you want to build the installer, youll need to install

In the top directory of this repo, run the following powershell script to build the ollama CLI, ollama app, and ollama installer.

powershell -ExecutionPolicy Bypass -File .\scripts\build_windows.ps1