#557 · Primary category: AI Coding Assistants

open-codex

Fully open-source command-line AI assistant inspired by OpenAI Codex, supporting local language models.

Project last updated:07/07/25

GitHub Stars

695

Forks

54

Contributors

1

License

MIT

Why we included this project

Open Codex is a terminal-based assistant that turns plain-English requests into shell commands and runs entirely on your own machine. It works with local models like phi-4-mini or anything you already have in Ollama, so there is no API key to set up and nothing gets sent to the cloud. You type something like "find all JPEGs larger than 10MB," it proposes a command, and you get to approve it before anything actually runs. That confirmation step is what makes it usable on real systems, and the Homebrew or pipx install takes about a minute. It is early-stage and maintained by a single person, so think of it as a focused tool for local command generation rather than a full agent platform.

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