Daniel Hiltgen 74d45f0102 Refactor linux packaging
This adjusts linux to follow a similar model to windows with a discrete archive
(zip/tgz) to cary the primary executable, and dependent libraries. Runners are
still carried as payloads inside the main binary

Darwin retain the payload model where the go binary is fully self contained.
2024-08-19 09:38:53 -07:00
..
2024-02-14 22:55:03 -08:00
2024-08-01 17:06:06 -07:00
2024-06-04 11:13:30 -07:00
2024-08-16 06:00:12 +08:00
2024-08-19 09:38:53 -07:00

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