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
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-v4-flash:cloud
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
external resources
- https://dev.to/anita_ihuman/best-offline-ai-coding-assistant-how-to-run-llms-locally-without-internet-2bah
- https://github.com/anomalyco/opencode
- https://github.com/Chetic/opencode-offline
- https://opencode.ai/docs
- https://medium.com/@hannsflip/from-zero-to-local-ai-running-opencode-with-ollama-on-your-machine-8a12cc4f551e
- https://collabnix.com/ollama-the-complete-guide-to-running-large-language-models-locally-in-2025/
- https://markaicode.com/ollama-offline-installation-guide/