Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created February 14, 2026 18:19
Show Gist options
  • Select an option

  • Save sirkirby/c823e9a9505543f9b21ab3832b0ea1ea to your computer and use it in GitHub Desktop.

Select an option

Save sirkirby/c823e9a9505543f9b21ab3832b0ea1ea to your computer and use it in GitHub Desktop.
Ollama quick setup for OAK
# install ollama and have homebrew run it as a service
brew install ollama
brew services start ollama
# pull basic embedding model
ollama pull nomic-embed-text
# pull general llm, good for modest MBP
ollama pull gemma3:12b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment