d632e23fba
* Unified arm/x86 windows installer This adjusts the installer payloads to be architecture aware so we can cary both amd64 and arm64 binaries in the installer, and install only the applicable architecture at install time. * Include arm64 in official windows build * Harden schedule test for slow windows timers This test seems to be a bit flaky on windows, so give it more time to converge |
||
---|---|---|
.. | ||
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