# dans powershell
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
npm i -g opencode-ai
irm https://ollama.com/install.ps1 | iex
ollama serve
ollama list
ollama run ministral-3:3b
# dans un autre powerchell
ollama launch opencode
# dans powershell
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
npm i -g opencode-ai
irm https://ollama.com/install.ps1 | iex
ollama serve
ollama list
ollama run ministral-3:3b
# dans un autre powerchell
ollama launch opencode