ollama/app
jmorganca b8d7ca1a7b Native implementation of macOS app 2024-04-27 14:20:10 -04:00
..
assets higher resolution tray icons 2024-02-14 22:55:03 -08:00
darwin/Ollama.app/Contents Native implementation of macOS app 2024-04-27 14:20:10 -04:00
lifecycle Native implementation of macOS app 2024-04-27 14:20:10 -04:00
store Implement new Go based Desktop app 2024-02-15 05:56:45 +00:00
tray Native implementation of macOS app 2024-04-27 14:20:10 -04:00
updater Native implementation of macOS app 2024-04-27 14:20:10 -04:00
windows Native implementation of macOS app 2024-04-27 14:20:10 -04:00
.gitignore Native implementation of macOS app 2024-04-27 14:20:10 -04:00
AppDelegate.h Native implementation of macOS app 2024-04-27 14:20:10 -04:00
AppDelegate.m Native implementation of macOS app 2024-04-27 14:20:10 -04:00
README.md Native implementation of macOS app 2024-04-27 14:20:10 -04:00
app_darwin.go Native implementation of macOS app 2024-04-27 14:20:10 -04:00
app_darwin.h Native implementation of macOS app 2024-04-27 14:20:10 -04:00
app_darwin.m Native implementation of macOS app 2024-04-27 14:20:10 -04:00
app_windows.go Native implementation of macOS app 2024-04-27 14:20:10 -04:00
log.go Native implementation of macOS app 2024-04-27 14:20:10 -04:00
main.go Native implementation of macOS app 2024-04-27 14:20:10 -04:00
server.go Native implementation of macOS app 2024-04-27 14:20:10 -04:00
server_unix.go Native implementation of macOS app 2024-04-27 14:20:10 -04:00
server_windows.go Native implementation of macOS app 2024-04-27 14:20:10 -04:00

README.md

Ollama App

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