https://github.com/jakecyr/ollama-macos
A simple Ollama MacOS app to chat with a local model in your toolbar
https://github.com/jakecyr/ollama-macos
llm machine-learning macos ollama openai
Last synced: 3 months ago
JSON representation
A simple Ollama MacOS app to chat with a local model in your toolbar
- Host: GitHub
- URL: https://github.com/jakecyr/ollama-macos
- Owner: jakecyr
- Created: 2023-12-16T17:41:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T23:16:43.000Z (about 2 years ago)
- Last Synced: 2025-12-26T13:49:10.258Z (6 months ago)
- Topics: llm, machine-learning, macos, ollama, openai
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ollama Mac App
A toolbar app to access a local model server on macOS served with [Ollama](https://ollama.ai/).
## Setup
1. Install [Ollama](https://ollama.ai/) on your computer
2. Clone the repo
3. Run `npm install` in the root to setup the electron app
4. Run `npm install` in the "client" folder to install the client dependencies
5. Download a model with the `ollama` CLI and run `ollama serve` to start serving the model
6. Run `npm start` in the root to start the electron app
7. Run `npm start` in the "client" folder to start the client app
An icon should appear in your Mac toolbar at the top right of your screen. Click on the icon to open the chat window.