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.
 
 
 
 
 
 
Jeffrey Morgan 95ead8ffba
Restart server on failure when running Windows app (#3985)
2 years ago
..
assets higher resolution tray icons 2 years ago
lifecycle Restart server on failure when running Windows app (#3985) 2 years ago
store Implement new Go based Desktop app 2 years ago
tray fix ci 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 Use architecture specific folders in installer script 2 years ago
ollama.rc update installer and app.exe metadata 2 years ago
ollama_welcome.ps1 Implement new Go based Desktop app 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