Your local LLMs deserve a proper Mac app, not Terminal
A native Mac chat client for Ollama that skips the Terminal.

What it does
Ollamac is a native SwiftUI Mac app that provides a graphical chat interface for Ollama. It lets you select from any pulled model, point the client at a custom host, and converse without touching the command line. The app includes syntax highlighting to keep code readable.
The interesting bit
The author also maintains OllamaKit, the Swift SDK powering the communication layer, so the app is built on first-party tooling rather than cobbled-together HTTP wrappers. The dependency list leans on native Swift packages like swift-markdown-ui and Highlightr instead of shoving a web view into a desktop frame.
Key highlights
- Native SwiftUI app requiring macOS 14 Sonoma or later.
- Connects to any Ollama host, not just the default local installation.
- Works with every Ollama model you have pulled.
- Explicitly free and open-source under Apache 2.0 (with additional license restrictions noted).
- Uses a focused set of Swift-native dependencies including the author’s own OllamaKit SDK.
Caveats
- The README is thin on specifics; beyond syntax highlighting and host customization, feature details are vague.
- Requires Ollama to be installed and at least one model pulled separately.
- The license carries “a few additional restrictions” beyond standard Apache 2.0, though the README does not spell them out.
Verdict
Worth a look if you want a lightweight, native Mac client for local LLMs and don’t need advanced model-management features. Skip it if you’re on macOS 13 or older, or if you prefer to script Ollama from the terminal anyway.
Frequently asked
- What is kevinhermawan/Ollamac?
- A native Mac chat client for Ollama that skips the Terminal.
- Is Ollamac open source?
- Yes — kevinhermawan/Ollamac is an open-source project tracked on heatdrop.
- What language is Ollamac written in?
- kevinhermawan/Ollamac is primarily written in Swift.
- How popular is Ollamac?
- kevinhermawan/Ollamac has 1.9k stars on GitHub.
- Where can I find Ollamac?
- kevinhermawan/Ollamac is on GitHub at https://github.com/kevinhermawan/Ollamac.