Skip to content

milisp/awesome-codex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Codex CLI 🚀

Awesome Stars Follow on 𝕏 Subreddit subscribers

A curated list of awesome resources, tools, and tutorials for OpenAI Codex CLI - the lightweight coding agent that runs in your terminal.

What is OpenAI Codex CLI?

OpenAI Codex CLI is Lightweight coding agent that runs in your terminal

Tip

⭐ Star the repo and follow milisp on Github for more project.

Agents.md

  • Agents.md - A simple, open format for guiding coding agents, used by over 20k open-source projects.
  • These are the rules to make code search faster and more accurate. - Kevin Kern
# When you need to call tools from the shell, **use this rubric**:

- Find Files: `fd`
- Find Text: `rg` (ripgrep)
- Find Code Structure (TS/TSX): `ast-grep`
  - **Default to TypeScript:**
    - `.ts``ast-grep --lang ts -p '<pattern>'`
    - `.tsx` (React) → `ast-grep --lang tsx -p '<pattern>'`
  - For other languages, set `--lang` appropriately (e.g., `--lang rust`).
- Select among matches: pipe to `fzf`
- JSON: `jq`
- YAML/XML: `yq`

If ast-grep is available avoid tools `rg` or `grep` unless a plain‑text search is explicitly requested.

Tools

GUI & MCP

  • codexia - A powerful GUI and Toolkit for Codex CLI
  • codexia-zen - a minimalist design GUI for OpenAI Codex CLI
  • MCP Linker - GUI for managing MCP configs for Codex CLI

setup tool

  • codex-1up - equips your Codex CLI coding agent with powerful tools.
  • codex-universal - Base docker image used in Codex environments

Session manager

  • crystal - Run multiple Codex and Claude Code AI sessions in parallel git worktrees. Test, compare approaches & manage AI-assisted development workflows in one desktop app.
  • vibe-kanban - Kanban board to manage your AI coding agents
  • ccmanager - Coding Agent Session Manager that supports Claude Code / Gemini CLI / Codex CLI / Cursor Agent / Copilot CLI
  • agent-sessions - Session browser + usage tracker for Codex CLI and Claude Code. Search ALL past sessions, filter by folder·repo, resume instantly
  • codexsm - Codex session manager, Cross platform GUI. rename, view, delete session file. one click resume session

WebUI & App

  • happy - Mobile and Web client for Codex and Claude Code, with realtime voice, encryption and fully featured
  • CodexFlow - CodexFlow is an enhanced GUI tool designed for Codex CLI, focused on improving conversation management and interaction.
  • Codex-webui - A minimal webui to run Codex-CLI locally with a UI, session resume and persistent memory (Un-official)
  • AionUi - Free, local, open-source GUI app for Gemini CLI — Better Chat UI, File Management, AI image editing, multi-agent support, multi-LLMs

Development Tools

  • humanlayer - The best way to get AI coding agents to solve hard problems in complex codebases.
  • Claudable - Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CLI, Qwen Code, and Cursor Agent, to build and deploy products effortlessly.
  • claude-squad - Manage multiple AI terminal agents like Claude Code, Aider, Codex, OpenCode, and Amp.
  • async-code - Use Claude Code / CodeX CLI to perform multiple tasks in parallel with a Codex-style UI. Your personal codex/cursor-background agent.
  • cc-switch - 一个用于管理和切换 Claude Code 和 Codex 不同供应商配置的桌面应用
  • ruler - Ruler — apply the same rules to all coding agents
  • cc-sdd - Spec-driven development (SDD) for your team's workflow. High quality commands that enforce structured requirements→design→tasks workflow and steering, transforming how you build with AI. Support Claude Code, Codex, Cursor, Github Copilot, Gemini CLI and Qwen Code.
  • vibekit - Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.
  • dotai - Context Manager for Claude Code Plugins + Codex + Cursor.
  • zcf - Zero-config, one-click setup for Claude Code & Codex with bilingual support, intelligent agent system and personalized AI assistant
  • just-every/code - fork of openai/codex focused on real developer ergonomics: Browser integration, multi-agents, theming, and reasoning control — all while staying compatible with upstream.

Editor

  • zed - Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

Termial

  • ghostty - 👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
  • Tmux - tmux source code

System

  • omarchy - Opinionated Arch/Hyprland Setup

Official Resources

Documentation

Blog Posts & Tutorials

GUI & Web Interface Extensions

Official Web Interface

  • Codex Web - Official cloud-based agent with web interface
  • Cloud Codex - Sandbox environments preloaded with repositories (ChatGPT Pro/Enterprise/Team/Plus users)

IDE Integrations

  • Codex VS Code Extension: 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.
  • Codexia VS Code Extension: 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.

Use Cases

Development Tasks

  • Refactoring: Modernize legacy code and improve structure
  • Testing: Generate comprehensive test suites
  • Bug Fixes: Identify and resolve issues quickly
  • Documentation: Generate and maintain code documentation
  • Feature Development: Scaffold new features and components

Specialized Tasks

  • Frontend Development: React components, CSS generation, responsive designs
  • Data Analysis: Dataset exploration, Python scripting, ML projects
  • Code Understanding: Legacy code analysis, code reviews, architecture insights

Community

Discussions

Learning Resources

  • Apidog Blog - Open source coding agent overview
  • Community tutorials and examples (contribute yours!)

Community Projects

  • Plux - AI finder/explorer with visual file tree and one-click @files to AI context
  • awesome-claude-dxt - Curated list of Claude Desktop Extensions
  • awesome-gpt-oss - Curated GPT open-source resources and tools
  • awesome-chatgpt-claude-agents - A curated collection of awesome ChatGPT & Claude agents, subagents, and AI-powered development tools

Contributing

This is an awesome list! Contributions are welcome. Please:

  1. Read the contribution guidelines first
  2. Check existing resources to avoid duplicates
  3. Ensure links are working and relevant
  4. Follow the established format
  5. Submit a pull request with clear descriptions

Related Projects

License

CC0

To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.

About

A curated list of awesome resources, tools, and tutorials for OpenAI Codex CLI

Topics

Resources

License

Stars

Watchers

Forks