{"id":30656017,"url":"https://github.com/milisp/awesome-codex-cli","last_synced_at":"2025-08-31T10:04:28.962Z","repository":{"id":312137117,"uuid":"1043609351","full_name":"milisp/awesome-codex-cli","owner":"milisp","description":"A curated list of awesome resources, tools, and tutorials for OpenAI Codex CLI","archived":false,"fork":false,"pushed_at":"2025-08-28T18:35:10.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T00:52:40.501Z","etag":null,"topics":["awesome","awesome-list","chatgpt","codex","codex-cli","gpt-5","gpt-oss","openai"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milisp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-24T08:24:17.000Z","updated_at":"2025-08-28T18:35:13.000Z","dependencies_parsed_at":"2025-08-29T00:52:43.825Z","dependency_job_id":"daea245b-945a-49c7-acf3-bb9ff96b6b1c","html_url":"https://github.com/milisp/awesome-codex-cli","commit_stats":null,"previous_names":["milisp/awesome-codex-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/milisp/awesome-codex-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fawesome-codex-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fawesome-codex-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fawesome-codex-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fawesome-codex-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milisp","download_url":"https://codeload.github.com/milisp/awesome-codex-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fawesome-codex-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272965497,"owners_count":25023071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","chatgpt","codex","codex-cli","gpt-5","gpt-oss","openai"],"created_at":"2025-08-31T10:03:30.763Z","updated_at":"2025-08-31T10:04:28.954Z","avatar_url":"https://github.com/milisp.png","language":null,"funding_links":[],"categories":["Other Lists","Contributing"],"sub_categories":["TeX Lists","Prebuilt releases (macOS / Linux / Windows)"],"readme":"\u003cdiv align=\"center\"\u003e\n\n![icon](icon.png)\n\n# Awesome Codex CLI 🚀\n\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n[![Stars](https://img.shields.io/github/stars/milisp/awesome-codex-cli?style=social)](https://github.com/milisp/awesome-codex-cli/stargazers)\n\nA curated list of awesome resources, tools, and tutorials for OpenAI Codex CLI - the lightweight coding agent that runs in your terminal.\n\n  [Codex CLI](https://github.com/openai/codex) |\n  [Codex Web](https://chatgpt.com/codex) |\n  [Codexia GUI](https://github.com/milisp/codexia)\n\u003c/div\u003e\n\n## What is OpenAI Codex CLI?\n\nOpenAI Codex CLI is an open-source command-line tool that brings the power of OpenAI's latest reasoning models directly to your terminal. It acts as a lightweight coding agent that can read, modify, and run code on your local machine to help you build features faster, squash bugs, and understand unfamiliar code.\n\n## Key Features\n\n- **🔒 Privacy First**: Your source code never leaves your environment - all operations happen locally\n- **⚡ Zero Setup**: Single command installation with `npm install -g @openai/codex`\n- **🖼️ Multimodal**: Support for text, screenshots, and diagrams as inputs\n- **🤖 Model Flexibility**: Supports GPT-5, o3, o4-mini, and third-party models\n- **🌍 Cross-Platform**: Official support for macOS and Linux (Windows via WSL)\n\n## Installation \u0026 Setup\n\n\u003cdetails\u003e\n\n### Quick Start\n```bash\nnpm install -g @openai/codex # Alternatively: `brew install codex`\ncodex\n```\n\n#### Reasoning high\n```sh\ncodex -m gpt-5 -c model_reasoning_effort=\"high\"\n```\n\n#### Ollama\n\n[ollama download](https://ollama.com) - open models\n```sh\ncodex --oss -m gpt-oss:20b\n```\n\n### Requirements\n- Node.js and npm\n- ChatGPT Plus, Pro, or Team account\n- macOS or Linux (Windows via WSL)\n\n### Configuration\n\n`~/.codex/config.toml`\n```sh\n[model_providers.gemini]\nname = \"gemini\"\nbase_url = \"https://generativelanguage.googleapis.com/v1beta/openai\"\nenv_key = \"GEMINI_API_KEY\"\n\n[profiles.gemini]\nmodel_provider = \"gemini\"\nmodel = \"gemini-2.5-pro\"\n```\n\n#### after config\n\n```sh\ncodex --profile gemini\n```\n\u003c/details\u003e\n\n## Official Resources\n\n### Documentation\n- [OpenAI Codex CLI Getting Started](https://help.openai.com/en/articles/11096431-openai-codex-cli-getting-started) - Official getting started guide\n- [GitHub Repository](https://github.com/openai/codex) - Official OpenAI Codex CLI repository\n- [OpenAI Codex Overview](https://openai.com/codex/) - Product overview and features\n\n### Blog Posts \u0026 Tutorials\n- [DataCamp Tutorial](https://www.datacamp.com/tutorial/open-ai-codex-cli-tutorial) - Comprehensive tutorial on using Codex CLI\n- [Blott Studio Guide](https://www.blott.studio/blog/post/openai-codex-cli-build-faster-code-right-from-your-terminal) - Build faster code from your terminal\n- [Medium Tutorial](https://medium.com/ai-software-engineer/how-to-install-and-use-openai-codex-cli-in-2-minutes-29e9fdd0e8c5) - Quick 2-minute setup guide\n- [OpenReplay Integration Guide](https://blog.openreplay.com/integrate-openais-codex-cli-tool-development-workflow/) - How to integrate Codex CLI into your development workflow\n\n## GUI \u0026 Web Interface Extensions\n\n### Official Web Interface\n- [Codex Web](https://chatgpt.com/codex) - Official cloud-based agent with web interface\n- Cloud Codex - Sandbox environments preloaded with repositories (ChatGPT Pro/Enterprise/Team/Plus users)\n\n### GUI Desktop Applications\n- [Codexia](https://github.com/milisp/codexia) - Modern GUI for OpenAI Codex CLI with multi-session support and real-time streaming (Tauri v2)\n\n### IDE Integrations\n- **[Codex VS Code Extension](https://marketplace.visualstudio.com/items?itemName=openai.chatgpt)**: Codex is OpenAI's coding agent that helps you write, review, and ship code faster. Use it side-by-side in your IDE or delegate larger tasks to the cloud.\n- **[Codexia VS Code Extension](https://marketplace.visualstudio.com/items?itemName=openai.chatgpt)**: A VS Code extension that provides a chat interface for the OpenAI Codex CLI, allowing you to interact with AI coding assistants directly from your editor.\n\n## Use Cases\n\n### Development Tasks\n- **Refactoring**: Modernize legacy code and improve structure\n- **Testing**: Generate comprehensive test suites\n- **Bug Fixes**: Identify and resolve issues quickly\n- **Documentation**: Generate and maintain code documentation\n- **Feature Development**: Scaffold new features and components\n\n### Specialized Tasks\n- **Frontend Development**: React components, CSS generation, responsive designs\n- **Data Analysis**: Dataset exploration, Python scripting, ML projects\n- **Code Understanding**: Legacy code analysis, code reviews, architecture insights\n\n## Community\n\n### Discussions\n- [Hacker News Discussion](https://news.ycombinator.com/item?id=43708025) - Community reactions and experiences\n- [Machine Learning Mastery](https://machinelearningmastery.com/understanding-openai-codex-cli-commands/) - Understanding CLI commands\n\n### Learning Resources\n- [Apidog Blog](https://apidog.com/blog/openai-codex-cli/) - Open source coding agent overview\n- Community tutorials and examples (contribute yours!)\n\n### Community Projects\n- [Plux](https://github.com/milisp/plux) - AI finder/explorer with visual file tree and one-click @files to AI context\n- [MCP-Linker](https://github.com/milisp/mcp-linker) - Cross-platform GUI for managing MCP configs across AI clients\n- [awesome-claude-dxt](https://github.com/milisp/awesome-claude-dxt) - Curated list of Claude Desktop Extensions\n- [awesome-gpt-oss](https://github.com/milisp/awesome-gpt-oss) - Curated GPT open-source resources and tools\n- [awesome-chatgpt-claude-agents](https://github.com/milisp/awesome-chatgpt-claude-agents) - A curated collection of awesome ChatGPT \u0026 Claude agents, subagents, and AI-powered development tools\n\n## Contributing\n\nThis is an awesome list! Contributions are welcome. Please:\n\n1. Read the [contribution guidelines](contributing.md) first\n2. Check existing resources to avoid duplicates\n3. Ensure links are working and relevant\n4. Follow the established format\n5. Submit a pull request with clear descriptions\n\n## Related Projects\n\n- [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer\n- [Cursor](https://cursor.sh/) - AI-powered code editor\n- [Continue](https://continue.dev/) - Open-source AI code assistant\n- [Codeium](https://codeium.com/) - Free AI code completion\n\n## License\n\n[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)\n\nTo the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilisp%2Fawesome-codex-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilisp%2Fawesome-codex-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilisp%2Fawesome-codex-cli/lists"}