ollama/app
jmorganca 2d8125042a Touch ID for cli install; server restarts 2024-04-27 22:42:38 -04:00
..
assets higher resolution tray icons 2024-02-14 22:55:03 -08:00
darwin/Ollama.app/Contents Touch ID for cli install; server restarts 2024-04-27 22:42:38 -04:00
lifecycle app: fix status item icons 2024-04-27 15:57:57 -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
README.md Native implementation of macOS app 2024-04-27 14:20:10 -04:00
app_darwin.go Touch ID for cli install; server restarts 2024-04-27 22:42:38 -04:00
app_darwin.h Touch ID for cli install; server restarts 2024-04-27 22:42:38 -04:00
app_darwin.m Touch ID for cli install; server restarts 2024-04-27 22:42:38 -04:00
app_windows.go app: fix status item icons 2024-04-27 15:57:57 -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 Touch ID for cli install; server restarts 2024-04-27 22:42:38 -04:00
server_darwin.go app: fix status item icons 2024-04-27 15:57:57 -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