kghandour / Ollama-SwiftUI

User Interface made for Ollama.ai using Swift
MIT License
256 stars 26 forks source link

Lower Minimum MacOS Version? #30

Closed chigkim closed 2 months ago

chigkim commented 9 months ago

Can we have the app to run on earlier MacOS version? Ollama even runs on macOS 11 Big Sur.

kghandour commented 9 months ago

Thank you for your suggestion. I will investigate the possibility of that. The only limitation I can see is if Ollama-SwiftUI is using any MacOS 14+ exclusive Swift methods. I will try to reply again with my findings.

borays commented 7 months ago

My MBA version is 13.6.3, and it prompts that it cannot be used. Is the software version limited to 14+?

fearlipe commented 5 months ago

This won't be possible due to Swift methods. Screenshot 2024-05-10 at 12 38 12

kghandour commented 2 months ago

Closing this issue. Thanks @fearlipe for your investigation.