FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index latest AI news Using Gemini CLI and OpenAI Codex CLI
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Using Gemini CLI and OpenAI Codex CLI
Posted: Wed Sep 17, 2025 05:17 AM
Gemini CLI and OpenAI Codex CLI allow you to use AI locally on your computer.
CLI stands for Command Line Interface.

To use Gemini CLI:
npx.cmd https://github.com/google-gemini/gemini-cli

OpenAI Codex allow you to use Ollama so you can use it for free:
npm i -g @openai/codex@latest
codex --oss -m gpt-oss:20b

where -m gpt-oss:20b is the Ollama model to use. Ollama must be installed and running.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Using Gemini CLI and OpenAI Codex CLI
Posted: Fri Sep 19, 2025 05:25 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Using Gemini CLI and OpenAI Codex CLI
Posted: Fri Sep 19, 2025 05:48 AM
Qwen CLI:

npm install -g @qwen-code/qwen-code@latest
qwen

https://github.com/QwenLM/qwen-code
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Using Gemini CLI and OpenAI Codex CLI
Posted: Fri Sep 26, 2025 11:50 AM
https://github.com/github/copilot-cli

npm install -g @github/copilot

copilot
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion