- install ollama
brew install ollama
- check you can run deepseek:
ollama run deepseek-r1:14b
(bigger model is better - if you can run 70B that is amazing!)
- Install goose cli:
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | sh
- run
goose configure
, or use the following:
(this would be in ~/.config/goose/config.yaml
at the time of writing):
default_provider: ollama
default_model: deepseek-r1:14b
extensions:
developer:
enabled: true
type: builtin
name: developer
then goose session
(my machine is M1-pro Macbook pro, 64G ram, circa 2022)