#470 · Primary category: AI Coding Assistants

zsh_codex

ai codex openai zsh

This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line.

Project last updated:03/22/25

GitHub Stars

1.7K

Forks

96

Contributors

20

License

MIT

Why we included this project

zsh_codex brings AI code completion to the ZSH prompt itself. You type a comment or a variable name and the model writes the matching code, no need to switch to an editor. It works with several backends, including OpenAI's Codex, Google's Gemini, and OpenAI-compatible services such as Groq and self-hosted Ollama, so teams that already pay for one of those APIs can plug straight in. Terminal regulars who want inline suggestions rather than a separate IDE pane will find it a light way to speed up scripting and one-off commands. For oh-my-zsh users, setup is a few steps: clone the plugin into your custom plugins directory, bind a key, and point it at a config file listing your services.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category