058f6cd2cc
Now that the llm runner is an executable and not just a dll, more users are facing problems with security policy configurations on windows that prevent users writing to directories and then executing binaries from the same location. This change removes payloads from the main executable on windows and shifts them over to be packaged in the installer and discovered based on the executables location. This also adds a new zip file for people who want to "roll their own" installation model. |
||
---|---|---|
.. | ||
assets | ||
lifecycle | ||
store | ||
tray | ||
.gitignore | ||
main.go | ||
ollama.iss | ||
ollama.rc | ||
ollama_welcome.ps1 | ||
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