CLI tool for local command-line AI assistance
Top 56.2% on sourcepulse
Open Codex is a command-line AI assistant that translates natural language into shell commands, inspired by OpenAI Codex. It targets developers and power users seeking a local, privacy-focused alternative to cloud-based AI coding assistants, enabling efficient terminal operations without API keys or external dependencies.
How It Works
The assistant leverages local, open-source language models, currently supporting phi-4-mini, to process natural language prompts and generate corresponding shell commands. This local-first approach ensures data privacy and offline functionality, while the one-shot interaction mode provides a direct natural language-to-command execution flow with user confirmation.
Quick Start & Requirements
brew tap codingmoh/open-codex && brew install open-codex
(macOS), or pipx install open-codex
(cross-platform).Highlighted Details
Maintenance & Community
The project is maintained by codingmoh. Contributions and ideas are welcomed via pull requests and issues.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Currently supports only the phi-4-mini model, with interactive and context-aware modes planned for future releases. Function-calling and support for additional OSS models are also under development.
3 weeks ago
Inactive