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.
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.