- download Ollama from:
From Ollama app download gemma4:e4b
Create a Modelfile file with these contents: (we increase the context up to 32K)
FROM gemma4:e4b PARAMETER num_ctx 32768ollama create gemma4-e4b-32k -f Modelfile
ollama launch claude --model gemma4-e4b-32k
From Claude Code do /permissions and select 1. Add a new rule... then write: Bash(ls:*)
