/notebook/offline-ai-coding-tool

installing an offline coding assistant.


installing olamma

https://dev.to/anita_ihuman/best-offline-ai-coding-assistant-how-to-run-llms-locally-without-internet-2bah

curl -fsSL https://ollama.com/install.sh | sh

installing open code

docker run -it --rm ghcr.io/anomalyco/opencode

Pull the model

ollama pull dolphin3:latest

run a model in opencode

ollama launch opencode --model deepseek-r1:latest

Configure for offline only

https://docs.ollama.com/faq#how-do-i-disable-ollama-cloud:~:text=in-,local

Control the system control service for ollama

systemctl start ollama.service 

launch

ollama launch opencode

Models

ollama pull gemma4:12b
ollama pull llama3.1:8b
ollama pull qwen2.5-coder:14b
ollama pull granite4.1:8b
ollama pull qwen3.5:9b

external resources